[ILUG] Postfix Tips And Tricks
Stephane Dudzinski
stephane at cp.dias.ie
Tue Apr 13 16:32:49 IST 2004
Conall O'Brien said:
> Hi all,
> virtual_mailbox_domains = a.example.net, b.example.net
> virtual_mailbox_maps = hash:/etc/postfix/virtual/mailboxes
> virtual_alias_maps = hash:/etc/postfix/virtual/maps
>
> Postfix won't accept any mail (citing error 554 - relay access denied),
> even to $mydestination DNS records. maps is an empty file, mailboxes
> is simply a catch-all setup for a.example.net and b.example.net
This is usually related to this line being wrongly set : mynetworks =.
Make sure that line includes the network ranges you are sending mail from.
Also, relay_domains = should contain the same domains as your
virtual_mailbox_domains line. If you have a doubt, do a postconf and
double check your settings one more time.
> $mailbox_delimiter = +
Couldn't really help you, i get my mail delivered to procmail mostly and
it has always worked fine (using Maildir format).
Steph
--
This message was sent under Debian GNU/Linux
More information about the ILUG
mailing list