-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 1.3-beta2
-
Component/s: Notifications
-
None
Email notifications dont work with Postfix.
Logfile:
postfix/smtpd[26594]: < unknown[192.168.1.52]: EHLO
postfix/smtpd[26594]: > unknown[192.168.1.52]: 501 Syntax: EHLO hostname
postfix/smtpd[26594]: < unknown[192.168.1.52]: HELO
postfix/smtpd[26594]: > unknown[192.168.1.52]: 501 Syntax: HELO hostname
According to the SMTP RFC:
4.2. Command syntax
The syntax for this command, using the ABNF notation of [2], is:
ehlo-cmd ::= "EHLO" SP domain CR LF