OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: multiple server help needed

From: Sandy Drobic (postfix-usersjapantest.homelinux.com)
Date: Wed Mar 01 2006 - 11:28:25 CST


donovan wrote:
> greetings
> working with osx server.
> three machines;
> mx1
> smtp1
> imap1
>
> lets say a message is sent to joemydomain. mx1 MTA picks it up send it
> to content filtering then back to postfix queue for delivery.
> from here i need the message to go to the appropriate mailbox for that
> user.
> the users name resides in an ldap directory. the directory specifies
> that the users mailbox is on imap1.
>
> right now. users can send to anyone using smtp1.they have accounts on
> imap1. but messages sent to the users get vaporized.

I can't make head or tail out of your problem description.

> here is a log trace;
> Mar 1 08:39:29 mail2 postfix/smtpd[25256]: connect from smtp1.foo.net
> [10.135.1.7]
> Mar 1 08:39:29 mail2 postfix/smtpd[25256]: disconnect from
> smtp1.foo.net[10.135.1.7]
> Mar 1 08:39:29 mail2 postfix/qmgr[13447]: C3C4C68199B1:
> from=<holmersimpsonfoo.net>, size=770, nrcpt=2 (queue active)
         ^^^^^^^
Isn't it "Homer Simpson"? (^-^)

> Mar 1 08:47:26 mail2 postfix/smtp[25750]: C3C4C68199B1:
> to=<bartsimpsonfoo.net>, relay=127.0.0.1[127.0.0.1], delay=477,
> status=sent (250 2.6.0 Ok, id=26026-08, from MTA: 250 Ok: queued as
> 4E87A681B046)
> Mar 1 08:47:27 mail2 postfix/pipe[24762]: 4E87A681B046:
> to=<bartsimpsonfoo.net>, relay=cyrus, delay=1, status=sent (mx1.foo.net)
                             ^^^^^^^^^^^
The message was sent via the cyrus transport. Check the log of Cyrus to
see what happened with your message and to which mailbox it was sent.

Sandy