We have an internal HP MSA2040 SAN where I can configure email settings to send notifications, but unfortunately the system doesn't allow to configure any other port than 25. As the system doesn't send a HELO, connections are denied:
I have added 192.168.120.27/32 as a trusted network, but that is not sufficient. How can I allow connections from that IP (not generally) without a HELO?
Code:
postfix/postscreen[58745]: CONNECT from [192.168.120.27]:47681 to [192.168.120.5]:25
postfix/postscreen[58745]: WHITELISTED [192.168.120.27]:47681
postfix/smtpd[58746]: connect from unknown[192.168.120.27]
postfix/smtpd[58746]: NOQUEUE: reject: RCPT from unknown[192.168.120.27]: 504 5.5.2 <none>: Helo command rejected: need fully-qualified hostname; from=<msa2040@example.com> to=<jdoe@example.com> proto=ESMTP helo=<none>
postfix/smtpd[58746]: disconnect from unknown[192.168.120.27] ehlo=1 mail=1 rcpt=0/1 data=0/1 noop=1 quit=1 commands=4/6
I have added 192.168.120.27/32 as a trusted network, but that is not sufficient. How can I allow connections from that IP (not generally) without a HELO?