exim spam mails email id compromised bulk mailing
remove mail id from exim_accept_senders
vi /etc/exim_accept_senders
and add here
and vi /etc/exim_reject_senders
remove all ips from here
/etc/virtual/pophosts
systemctl restart dovecot
systemctl restart exim
tail -f /var/log/exim/mainlog
ser) [195.133.40.218] F=<b.prashant@drushti.in> rejected RCPT <genijanvier@yahoo.com>
2021-07-29 13:03:58 H=(User) [195.133.40.218] F=<b.prashant@drushti.in> rejected RCPT <marilynlh@comcast.net>
2021-07-29 13:03:58 H=(User) [195.133.40.218] F=<b.prashant@drushti.in> rejected RCPT <barbthorne@live.ca>
2021-07-29 13:03:58 H=(User) [195.133.40.218] F=<b.prashant@drushti.in> rejected RCPT <mario.natividad@appliedmetering.com>
2021-07-29 13:03:58 H=(User) [195.133.40.218] F=<b.prashant@drushti.in> rejected RCPT <marinainla@aol.com>
2021-07-29 13:03:58 H=(User) [136.144.41.190] F=<b.prashant@drushti.in> rejected RCPT <favpor@aol.com>
2021-07-29 13:03:58 H=(User) [136.144.41.190] F=<b.prashant@drushti.in> rejected RCPT <favuoragurma@ymail.com>
2021-07-29 13:03:58 H=(User) [136.144.41.190] F=<b.prashant@drushti.in> rejected RCPT <fawad_ulhaq2002@yahoo.com>
2021-07-29 13:03:58 H=(User) [136.144.41.190] F=<b.prashant@drushti.in> rejected RCPT <favreisatrader@yahoo.com>
2021-07-29 13:03:58 H=(User) [45.229.102.56] F=<b.prashant@drushti.in> rejected RCPT <miguelycris2003@hotmail.es>
2021-07-29 13:03:58 H=(User) [45.229.102.56] F=<b.prashant@drushti.in> rejected RCPT <jamaldude@yahoo.com>
2021-07-29 13:03:58 H=(User) [45.229.102.56] F=<b.prashant@drushti.in> rejected RCPT <jam1@live.fi>
2021-07-29 13:03:59 H=(User) [195.133.40.218] F=<b.prashant@drushti.in> rejected RCPT <barbreyesleggett@rogers.com>
2021-07-29 13:03:59 H=(User) [195.133.40.218] F=<b.prashant@drushti.in> rejected RCPT <bardelli.m@videotron.ca>
blacklist all IPs
iptables -I INPUT -p tcp -s 195.133.40.218 -j DROP
iptables -I INPUT -p tcp -s 136.144.41.190 -j DROP
iptables -I INPUT -p tcp -s 45.229.102.56 -j DROP
iptables -I INPUT -p tcp -s 77.247.110.118 -j DROP
431 authentication fails
2021-07-29 13:08:37 login authenticator failed for (webmail.drushti.in) [::1]: 435 Unable to authenticate at present (set_id=d.rushikesh@drushti.in): The email send limit for drushtiin has been reached
reset the user in DA
drushtiin
Exim Remove All messages From the Mail Queue
- To print a list of the messages in the queue, enter: # exim -bp.
- To remove a message from the queue, enter: # exim -Mrm {message-id}
- To remove all messages from the queue, enter: # exim -bp | awk '/^ *[0-9]+[mhd]/{print "exim -Mrm " $3}' | bash
Comments
Post a Comment