• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved determine email sender

AlexD

New Pleskian
Hello

Something send emails every half an hour. How to determine what system do this ?
In /var/log/mail.info i see that every half an hour email send from [email protected]$caldomain
 
Now i know that every 30 minutes CRON runs

09,39 * * * * root [ -x /usr/lib/php5/sessionclean ] && /usr/lib/php5/sessionclean

and email sends after this cron job

How to disable sending emails ?
 
How do you know that the cron entry is sending that mail? And where does this mail go to?
 
I opened /var/log/syslog and saw that every half an hour i have 2 records

Oct 9 07:09:01 mydomain CRON[11676]: (root) CMD ( [ -x /usr/lib/php5/sessionclean ] && /usr/lib/php5/sessionclean)
Oct 9 07:09:02 mydomain msmtp: host=smtp.sendgrid.net tls=on auth=on [email protected] [email protected] recipients=root mailsize=588 smtpstatus=250 smtpmsg='250 Ok: queued as Sa2XIuB6SvOFeJNy9n4mbA' exitcode=EX_OK

I don't know where this mail go to
 
The messages are sent to the root account. Did you try to disable the cron job notification in the cron job definition? It is thinkable that this is what is being sent. I am unsure about the login data in the 07:09:02 line. It appears that an external SMTP service is used instead of a the local mailer? In that case, the mail will probably not reach the destination, because it is missing the fully qualified address. Did you maybe disable your local mailer and are you using an external mailer for server messages?
 
Back
Top