On 4/14/2013 1:23 PM, Wietse Venema wrote:
>> This sends mail from me to me, but smtp_generic_maps replaces all
>> the addresses with postmaster.
>>
>> Commands:
>> % postconf smtp_generic_maps
>> smtp_generic_maps = hash:/etc/postfix/generic
>> % postmap -q [email protected] hash:/etc/postfix/generic
>> [email protected]
>> % date | mail [email protected]
>>
>> Logging:
>> Apr 14 12:29:29 hades postfix/qmgr[2326]: 60F3FABFF10: 
>> from=<[email protected]>, size=327, nrcpt=1 (queue active)
>> Apr 14 12:29:35 hades postfix/smtp[2625]: > 
>> spike.porcupine.org[168.100.189.2]:25: MAIL FROM:<[email protected]> 
>> SIZE=327
>> ...
>> Apr 14 12:29:35 hades postfix/smtp[2625]: > 
>> spike.porcupine.org[168.100.189.2]:25: RCPT TO:<[email protected]>
>>
>> Message:
>> To: [email protected]
>> Message-Id: <[email protected]>
>> Date: Sun, 14 Apr 2013 12:29:29 -0400 (EDT)
>> From: [email protected] (Wietse Venema)
>>
>> Sun Apr 14 12:29:29 EDT 2013
> awingnut:
>> I have no log entries like that at all, for anything. Typically all I
> I have turned on verbose logging temporarily in master.cf:
>
> smtp      unix  -       -       -       -       -       smtp -v
> relay     unix  -       -       -       -       -       smtp -v
>
> This requires a "postfix reload" command.
>
>       Wietse
>
>
This was a big help. Thanks. While it did not help solve the problem
directly, it provided enough information to eliminate my postfix config
as a suspect.

Reply via email to