I have enable email notification in my AWX17 but I triggered Test notification, mail notification failed. I just upgraded my awx 10 to awx 17. In awx 10 mail notification was wroking fine after upgraded to awx17 it was not working.
I checked mail logs in host machine. I got belwo error…
postfix/smtp[78163]: disconnect from unknown [172.19.0.7]
Please provide solution. After upgraded to awx17 only, I faced this mail issue.
It would seem from the logs that your awx doesn’t have permission to send mail out… that’s why you’re getting the “disconnect from unknown” message… I’m assuming postfix is running outside of awx? You might have to check the configuration of that service to determine if it was configured to send from whatever network your previous installation of awx was on, versus what your current network is.
I checked and confirmed. I could able to send mail from my host machine(basemachine). no postfix issues in my hostmachine. I faced this issue only after upgrade from awx10 to awx17. I am configured email option as TLS in notification template. I don’t see any none option in drop down menu in email option.