Page 1 of 1

Sending mails through localhost

Posted: Fri Dec 03, 2021 11:07 am
by jonijoni
Hallo,

I can see lot of mails are sent from localhost or for example [email protected] how I can stop this?
THx

Re: Sending mails through localhost

Posted: Sun Dec 12, 2021 1:13 pm
by myVesta
Run:

Code: Select all

tail -f /var/log/exim4/mainlog
Run:

Code: Select all

tail -f /var/log/php-mail.log
Something from there may open your eyes.