On 3/20/2013 3:39 PM, David Koski wrote:
> Ultimately I must have a unified database (MySQL) for all servers but for now 
> I just need to get this working if possible.  As per the link above 
> (http://www.postfix.org/ADDRESS_VERIFICATION_README.html#recipient) I have 
> made changes.
> 
> I have in my main.cf:
>  89 smtpd_recipient_restrictions =
>  90     permit_mynetworks
>  91     reject_unauth_destination
>  92     reject_unknown_recipient_domain
>  93     reject_unverified_recipient
>  94     permit_sasl_authenticated
> 
> Also have:
> 
> 116 relay_domains = sutinen.com
> 
> Transport table:
> 
>   1 # The sutinen.com accounts must be listed here..
>   2 # ..ahead of the domain name.

Order doesn't matter in hash tables.

>   3 t...@sutinen.com    dovecot:
>   4 sutinen.com           smtp:

Don't list the domain in transport.

> 
> I still get:
> 
> " Recipient address rejected: User unknown in virtual mailbox table"

Looks as if you've listed the domain as a virtual_mailbox_domain.
Don't do that.  Each domain should be listed in only one address class.
http://www.postfix.org/ADDRESS_CLASS_README.html



  -- Noel Jones

Reply via email to