Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Postfix double same mails

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
corsairetc
Posts: 73
Joined: 2014-11-14 05:30

Postfix double same mails

#1 Post by corsairetc »

Hello,
I create the info email and add users to /etc/postfix/virtual which can get info email.

Code: Select all

info@mydomain.cz		  info,server,user
This is work but I get one email twice here is the log. Ithink it will be somezhing wrong in main.conf

Code: Select all

Dec 16 07:10:40 lspc01 postfix/smtpd[12923]: connect from mail.xx-org.cz[public ip]
Dec 16 07:10:40 lspc01 postfix/smtpd[12923]: Anonymous TLS connection established from mail.xx-org.cz[public ip]: TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)
Dec 16 07:10:40 lspc01 postgrey[60579]: action=pass, reason=triplet found, client_name=mail.xx-org.cz, client_address=public ip, sender=filip@xx-org.cz, recipient=info@mydomain.cz
Dec 16 07:10:40 lspc01 postfix/smtpd[12923]: EBB3C5A2AA5: client=mail.xx-org.cz[public ip]
Dec 16 07:10:40 lspc01 postfix/cleanup[12928]: EBB3C5A2AA5: message-id=<OFFF462CA9.DBD25652-ONC125808B.0021E8CB-C125808B.0021ED60@mail.xx-org.com>
Dec 16 07:10:41 lspc01 postfix/qmgr[12917]: EBB3C5A2AA5: from=<filip.maroul@mail.xx-org.cz>, size=4868, nrcpt=3 (queue active)
Dec 16 07:10:41 lspc01 postfix/smtpd[12923]: disconnect from mail.xx-org.cz[public ip]
Dec 16 07:10:41 lspc01 postfix/smtpd[12932]: connect from localhost[127.0.0.1]
Dec 16 07:10:41 lspc01 postfix/smtpd[12932]: 6E8225A3296: client=localhost[127.0.0.1]
Dec 16 07:10:41 lspc01 postfix/cleanup[12928]: 6E8225A3296: message-id=<OFFF462CA9.DBD25652-ONC125808B.0021E8CB-C125808B.0021ED60@mail.xx-org.cz>
Dec 16 07:10:41 lspc01 postfix/qmgr[12917]: 6E8225A3296: from=<filip.maroul@mail.xx-org.cz>, size=5255, nrcpt=5 (queue active)
Dec 16 07:10:41 lspc01 postfix/smtpd[12932]: disconnect from localhost[127.0.0.1]
Dec 16 07:10:41 lspc01 postfix/local[12933]: 6E8225A3296: to=<info@mydomain.cz>, relay=local, delay=0.02, delays=0/0.01/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Dec 16 07:10:41 lspc01 postfix/local[12933]: 6E8225A3296: to=<server@mydomain.cz>, orig_to=<info@mydomain.cz>, relay=local, delay=0.02, delays=0/0.01/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Dec 16 07:10:41 lspc01 amavis[61236]: (61236-13) Passed CLEAN {RelayedOpenRelay}, [public ip]:42403 [public ip] <filip.maroul@mail.xx-org.cz> -> <info@mydomain.cz>,<server@mydomain.cz>,<user@mydomain.cz>, Queue-ID: EBB3C5A2AA5, Message-ID: <OFFF462CA9.DBD25652-ONC125808B.0021E8CB-C125808B.0021ED60@mail.xx-org.cz>, mail_id: UpWgCTltmMWh, Hits: -3.097, size: 4868, queued_as: 6E8225A3296, 453 ms
Dec 16 07:10:41 lspc01 postfix/smtp[12929]: EBB3C5A2AA5: to=<info@mydomain.cz>, relay=127.0.0.1[127.0.0.1]:10024, delay=0.59, delays=0.11/0.01/0/0.46, dsn=2.0.0, status=sent (250 2.0.0 from MTA(smtp:[127.0.0.1]:10025): 250 2.0.0 Ok: queued as 6E8225A3296)
Dec 16 07:10:41 lspc01 postfix/smtp[12929]: EBB3C5A2AA5: to=<server@mydomain.cz>, orig_to=<info@mydomain.cz>, relay=127.0.0.1[127.0.0.1]:10024, delay=0.59, delays=0.11/0.01/0/0.46, dsn=2.0.0, status=sent (250 2.0.0 from MTA(smtp:[127.0.0.1]:10025): 250 2.0.0 Ok: queued as 6E8225A3296)
Dec 16 07:10:41 lspc01 postfix/smtp[12929]: EBB3C5A2AA5: to=<user@mydomain.cz>, orig_to=<info@mydomain.cz>, relay=127.0.0.1[127.0.0.1]:10024, delay=0.59, delays=0.11/0.01/0/0.46, dsn=2.0.0, status=sent (250 2.0.0 from MTA(smtp:[127.0.0.1]:10025): 250 2.0.0 Ok: queued as 6E8225A3296)
Dec 16 07:10:41 lspc01 postfix/qmgr[12917]: EBB3C5A2AA5: removed
Dec 16 07:10:41 lspc01 postfix/local[12933]: 6E8225A3296: to=<user@mydomain.cz>, orig_to=<info@mydomain.cz>, relay=local, delay=0.03, delays=0/0.02/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Dec 16 07:10:41 lspc01 postfix/local[12933]: 6E8225A3296: to=<server@mydomain.cz>, relay=local, delay=0.03, delays=0/0.02/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Dec 16 07:10:41 lspc01 postfix/local[12934]: 6E8225A3296: to=<user@mydomain.cz>, relay=local, delay=0.03, delays=0/0.02/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Dec 16 07:10:41 lspc01 postfix/qmgr[12917]: 6E8225A3296: removed
Here is the postfix/smtp deliver and postfix/local deliver.
Thank you for any help.

Post Reply