| View previous topic :: View next topic |
| Author |
Message |
admin Site Admin
Joined: 21 Jun 2005 Posts: 209
|
Posted: Wed Aug 23, 2006 12:31 am Post subject: problems setting up postfix virtual mysql |
|
|
I've followed the online documentation that comes with postfixadmin to setup
mysql virtual users.
What isn't working is the alias section.
My email is getting to me but none of the other aliases are working.
I've check the sql query by hand and it returns the address i want things
to goto.
But even with my own domain the abuse@ and other aliases aren't getting
through.
The error in the log file is
status=bounced (unknown user: "abuse@d1w.org")
here is my postconf -n values of interest. I hope someone can help.
virtual_alias_maps = mysql:/etc/postfix/mysql_virtual_alias_maps.cf
virtual_mailbox_domains = mysql:/etc/postfix/mysql_virtual_domains_maps.cf
virtual_mailbox_maps = mysql:/etc/postfix/mysql_virtual_mailbox_maps.cf
virtual_transport = virtual
--
David Willoughby |
|
| Back to top |
|
 |
admin Site Admin
Joined: 21 Jun 2005 Posts: 209
|
Posted: Wed Aug 23, 2006 12:31 am Post subject: |
|
|
Show the output of the following command:
postmap -q a@example.com mysql:/etc/postfix/mysql_virtual_alias_maps.cf
Replace a@example.com with any valid alias.
If no output is returned, tweak mysql_virtual_alias_maps.cf until it you get the desired result. Post the contents of that file and the SQL query that you expect Postfix to perform. Also show complete log entries for the whole message transaction and "postconf -n" output. If the lookup is faulty, you
should not get the error message posted above. |
|
| Back to top |
|
 |
|