cloyne / docker-postfix

postfix + Sympa integration Docker image.

Home Page:https://hub.docker.com/r/cloyne/postfix/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

strange emails in postfix logs

sarahborup opened this issue · comments

Oct 20 00:25:46 mail postfix/qmgr[124]: 0ED8E18000D2: from=<fcgi-php@cloyne.org>, size=769, nrcpt=1 (queue active)
Oct 20 00:25:47 mail postfix/bounce[31774]: warning: /etc/postfix/main.cf, line 35: overriding earlier entry: mydestination=localhost.localdomain, localhost
Oct 20 00:25:47 mail postfix/bounce[31774]: warning: /etc/postfix/main.cf, line 37: overriding earlier entry: mynetworks=127.0.0.0/8
Oct 20 00:25:49 mail postfix/smtp[31706]: 0ED8E18000D2: to=<plmon1@mailmix.pl>, relay=mx.tlen.pl[193.222.135.150]:25, delay=113838, delays=113834/0.01/0.84/2.6, dsn=4.0.0, status=deferred (host mx.tlen.pl[193.222.135.150] said: 450 sorry, recipient's account limit exceeded (in reply to RCPT TO command))
Oct 20 00:25:57 mail postfix/smtpd[31705]: table hash:/etc/aliases(0,lock|fold_fix) has changed -- restarting
commented

So which ones are strange? First and fourth row are just info.

Warning means you have that setting defined twice. You should check what Postfix does if it is defined twice: ignore the first one, or second one? Probably you can comment one of those out so that you get rid of the warning.

When alias changes, it reloads, that is OK.

commented