Toby Batch wrote:
> I didn't but it doesn't seem to fix it, main.cf:

# See also below, section "REJECTING MAIL FOR UNKNOWN LOCAL USERS". #
mydestination = $myhostname, localhost.$mydomain, localhost, $transport_maps

Gah! My fault on this one. I keep forgetting that I "fixed" a number of things in my installtion.


mydestination = $myhostname, localhost.$mydomain, $transport_maps
transport_maps = mysql:/etc/postfix/mysql-transport.cf

cat /etc/postfix/mysql-transport.cf
user            = mailsql
password        = $password
dbname          = mailsql
table           = transport
select_field    = destination
where_field     = domain
hosts           = unix:/var/run/mysqld/mysqld.sock

This was all marked as optional in the how-to.

If this doesn't work, post a copy of your postconf -n.

kashani


-- [email protected] mailing list



Reply via email to