OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: problem with aliases

From: Victor Duchovni (Victor.DuchovniMorganStanley.com)
Date: Fri Jul 01 2005 - 10:13:51 CDT


On Fri, Jul 01, 2005 at 11:03:06AM -0400, Gerard Ceraso wrote:

> I have a postfix server delivering mail to my cyrus imap server. I have
> the aliases setup on the smtp server and things seem to be fine with
> postfix. But I keep getting bounced messages and errors in the log that
> point to something with the imap server.
>
> imap postfix/lmtp[17929]: C48BE54077: to=<rootimap.example.com>,
> relay=imap.example.com[192.168.1.32], delay=0, status=bounced (host
> imap.example.com[192.168.1.32] said: 550-Mailbox unknown. Either there
> is no mailbox associated with this 550-name or you do not have
> authorization to see it. 550 5.1.1 User unknown (in reply to RCPT TO
> command))
>

Don't set local_transport = lmtp:..., instead set mailbox_transport =
lmtp:... alternatively, use virtual(5) instead of aliases(5) if the
domain in question is not or should not be in mydestination. You can
define the domain in relay_domains and add a transport table entry,
or in virtual_mailbox_domains and set virtual_transport = lmtp:...

    http://www.postfix.org/ADDRESS_REWRITING_README.html
    http://www.postfix.org/VIRTUAL_README.html
    http://www.postfix.org/ADDRESS_CLASS_README.html

--
        Viktor.

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the "Reply-To" header.

To unsubscribe from the postfix-users list, visit
http://www.postfix.org/lists.html or click the link below:
<mailto:majordomopostfix.org?body=unsubscribe%20postfix-users>