I've been going over some Postfix logs lately and I've noticed some stanzas like this:
Code:
Feb 9 15:56:39 linux postfix/smtpd[26348]: connect from FQDN[IP.IP.IP.IP]
Feb 9 15:56:39 linux postfix/smtpd[26348]: lost connection after CONNECT from FQDN[IP.IP.IP.IP]
Feb 9 15:56:39 linux postfix/smtpd[26348]: disconnect from FQDN[IP.IP.IP.IP]
Normally I would probably dismiss them as just failed connection attempts, but there are several of these coming from the same address, and nobody from that address should be sending any e-mail through my Postfix. could this be some kind of automated search for open relays, or some other malware? Google really only leads to threads about Postfix configuration problems where mine works like it should. Any ideas?