I'm running dovecot and have the following in dovecot-sql.conf user_query = SELECT CONCAT('/var/spool/mail/virtmail/', maildir) AS home, 5000 AS uid, 5000 AS gid, CONCAT('*:bytes=', quota) AS quota_rule FROM mailbox WHERE username = '%u'
Just an update... Thank you Simon for pointing me to SRS, I now seem to have a working solution... I'm running ASSP with Postfix on CentOS 7 and of course PostfixAdmin. I followed this page to setup DKIM and SRS - https://seasonofcode.com/posts/setting-up-dkim-and-srs-in-postfix.html I setup DKIM for all my local domains, figured it was about time anyway, and then setup the postsrs as per the mentioned page. I emailed one of the addresses that would forward to an external address and watched the...
Hi Simon, Thank you very much for the details response. It certainly explains why it's not working for me... My domains do use SPF (needed it to be able to allow Gmail to send as my local domain) and I checked the domain of the email address I was testing the forward to and that domain is also using SPF. Regarding authenticating with the ISP mail relay server, I don't have that option as they don't support it, they also don't support the submission port (quite frustrating this one)... I do use greylisting...
Hi, I'm running PostfixAdmin 3.2 with Postfix 2.10.1 Yesterday I created an email alias from within PostfixAdmin with the destination address being not local to my server. I have a dynamic public IP so have to relay all my outbound email via my ISP's mail relay host. I'm needing a local email address to be able to receive email but have it forwarded to an external email address (no local copy kept). I gather this is probably a postfix "issue" but posting here as I'm using PostfixAdmin to create my...
Hi Christian, Thank you for the new version... I just downloaded 3.1 (from Sourceforge) and tried to install it but got an error message about templates_c directory missing or not writable when running upgrade.php (or setup.php). I checked the downloaded tar ball and it does not seem to contain the templates_c directory. I check the previous version I have (3.0.2) and the tar ball does indeed contain the templates_c directory. Not a big deal, just created the directory and set the perms and all was...
Hi Oliver, As far as I can tell that is the databse version for PFA 3.0, that is...
Your comment "after deleting the old tables", am I interpreting that correctly as...
Hi Oliver, As long as you're using the standard database setup and have not changed...