OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: How to configure a "pseudo null client"?

From: mouss (moussnetoyen.net)
Date: Mon Apr 07 2008 - 14:39:31 CDT


alanpatriot.net wrote:
> [snip]
>> now you have a different problem. your postfix can't deliver local mail.
>> disable procmail (comment out the line that uses it in main.cf) for now.
>> only enable it again when everything else is working correctly.
>>
> Just done it. I also paid attention to a warning in the logs:
> don't put alanmcc.localdomain in both virtual and mydestination.
>

if you check a previous post, I told you to remove the
virtual_alias_domains setting.
> I've just tried again. Gratifyingly short logs -- here it is:
>
> Apr 7 15:18:47 localhost postfix/master[4492]: daemon started -- version
> 2.3.8, configuration /etc/postfix
> Apr 7 15:21:00 localhost postfix/pickup[4493]: C2524470DF: uid=500
> from=<alan>
> Apr 7 15:21:00 localhost postfix/cleanup[4507]: C2524470DF:
> message-id=<20080407192100.GA4497patriot.net>
> Apr 7 15:21:00 localhost postfix/qmgr[4494]: C2524470DF:
> from=<alanalanmcc.localdomain>, size=1016, nrcpt=2 (queue active)
> Apr 7 15:21:24 localhost postfix/smtp[4510]: C2524470DF:
> to=<postmasteralanmcc>, orig_to=<postmaster>,
> relay=smtp.patriot.net[209.249.176.3]:25, delay=24,
> delays=0.04/0.05/8.3/15, dsn=2.0.0, status=sent (250 2.0.0 m37JL0t5027713
> Message accepted for delivery)
> Apr 7 15:21:24 localhost postfix/smtp[4510]: C2524470DF:
> to=<alan17b0gmail.com>, relay=smtp.patriot.net[209.249.176.3]:25,
> delay=24, delays=0.04/0.05/8.3/15, dsn=2.0.0, status=sent (250 2.0.0
> m37JL0t5027713 Message accepted for delivery)
> Apr 7 15:21:24 localhost postfix/qmgr[4494]: C2524470DF: removed
>
> The mail appeared fine at gmail.com, but, alas, nothing was appended
> to my /var/mail/alan . . .
>
> Any further suggestions? (I certainly thank you for your labor so
> far!)
>

myorigin is wrong. you set it to "alanmcc" instead of
"alanmcc.localdomain".

please show the output of 'postconf -n'.