Some nice person has kindly spoofed my e-mail and sent everyone a virus file from "me".
I think I can see the originating IP address of the server the spoofed mail was sent from by looking at some of the bounce back mail log messages.
My postfix is configured to bounce any messages from non-real e-mail addresses at my domain.
Here is an example of some of the mail log entries:-
Jun 6 05:44:09 server3 postfix/smtpd[5567]: NOQUEUE: filter: RCPT from unknown[37.139.21.195]: <>: Sender address triggers FILTER amavis:[127.0.0.1]:10026; from=<> to=<salas@xxxxxxxxx.com> proto=ESMTP helo=<sconline.com>
Jun 6 05:44:09 server3 postfix/smtpd[5567]: NOQUEUE: filter: RCPT from unknown[37.139.21.195]: <>: Sender address triggers FILTER amavis:[127.0.0.1]:10024; from=<> to=<salas@xxxxxxxxx.com> proto=ESMTP helo=<sconline.com>
Jun 6 05:44:09 server3 postfix/smtpd[5567]: NOQUEUE: reject: RCPT from unknown[37.139.21.195]: 550 5.1.1 <salas@xxxxxxxxx.com>: Recipient address rejected: User unknown in virtual mailbox table; from=<> to=<salas@xxxxxxxxx.com> proto=ESMTP helo=<sconline.com>
Jun 6 05:44:09 server3 postfix/smtpd[5567]: NOQUEUE: filter: RCPT from unknown[37.139.21.195]: <>: Sender address triggers FILTER amavis:[127.0.0.1]:10026; from=<> to=<salas@xxxxxxxxx.com> proto=ESMTP helo=<sconline.com>
Jun 6 05:44:09 server3 postfix/smtpd[5567]: NOQUEUE: filter: RCPT from unknown[37.139.21.195]: <>: Sender address triggers FILTER amavis:[127.0.0.1]:10024; from=<> to=<salas@xxxxxxxxx.com> proto=ESMTP helo=<sconline.com>
Jun 6 05:44:09 server3 postfix/smtpd[5567]: NOQUEUE: reject: RCPT from unknown[37.139.21.195]: 550 5.1.1 <salas@xxxxxxxxx.com>: Recipient address rejected: User unknown in virtual mailbox table; from=<> to=<salas@xxxxxxxxx.com> proto=ESMTP helo=<sconline.com>
What I think the above messages show is the following:-
- The blank address of the sender triggers my amavis to check the incoming message.
- Seeing as I don't have an e-mail address "Salas@", the message is rejected.
- The original mail that was spoofed was sent out from the IP address 37.139.21.195, which has a helo = .
I am pretty sure what I am saying above in point 3 is correct but can anyone tell me why ?