Hi,
it seems that my server sends emails to a specific email address every day.
There is a user that complaints that he receive the same email three or four times a day
from my server.
If I read my log I see.
Code:
Oct 24 21:30:06 netstar postfix/smtp[32357]: connect to gmail-smtp-in.l.google.com[2607:f8b0:4002:c01::1a]:25: Network is unreachable
Oct 24 21:30:06 netstar postfix/smtp[32357]: 668C540E2: to=<EMAIL ADDRESS OF THE USER>, relay=gmail-smtp-in.l.google.com[74.125.137.27]:25, delay=0.46, delays=0.03/0.01/0.1/0.32, dsn=2.0.0, status=sent (250 2.0.0 OK 1351106998 s27si5929455anh.201)
Oct 24 21:30:06 netstar postfix/qmgr[2111]: 668C540E2: removed
after three or four of this message I can see
Code:
Oct 24 21:52:00 netstar postfix/smtp[32510]: 98B1240E2: to=<EMAIL ADDRESS OF THE USER>, relay=gmail-smtp-in.l.google.com[74.125.137.27]:25, delay=0.48, delays=0.03/0.02/0.12/0.31, dsn=2.0.0, status=sent (250 2.0.0 OK 1351108311 h8si5962513anp.131)
Oct 24 21:52:00 netstar postfix/qmgr[2111]: 98B1240E2: removed
What is this?
It happen with this user only. Why it happen? I don't have any script that automatically send mail to this user, why my server sends email to this user?
Thanks.