Community

See e-mail history?

ri
ricardofh #1

Hi,

My IP keeps getting banned for sending bulk e-mails, I have run malware scans and nothing, I have disabled port 25 to see if that helps.

Where can I see e-mails history? I tried to see the logs “Could not fetch logs. Use the command line to view the log file.” and not sure where are they located on /var/logs

I would appreciate any help.

us
usmannasir #2

You can remove postfix if not needed

yum remove postfix -y

ri
ricardofh #3
You can remove postfix if not needed

yum remove postfix -y

I do use e-mail, it is just someone is sending bulk e-mails, I want to know who is the user at least to check if it is a malware or anything

ri
ricardofh #4
You can remove postfix if not needed

yum remove postfix -y

Where are e-mail logs located?

us
usmannasir #5

journalctl -f | grep postfix

qt
qtwrk #6

or tail -f /var/log/maillog`

Sign in to reply