I need to change the email that my notifications come from. They are coming from zabbix@localhost by this command.
I am getting emails blocked because it is from @localhost.
Here is the log entry
32]
Mar 24 19:58:53 saturn postfix/smtpd[30187]: disconnect from unknown[86.142.79.232]
Mar 24 20:00:18 saturn postfix/smtpd[30187]: connect from saturn.supportdept.com[127.0.0.1]
Mar 24 20:00:18 saturn postfix/smtpd[30187]: 2E3BC13F616: client=saturn.supportdept.com[127.0.0.1]
Mar 24 20:00:18 saturn postfix/cleanup[30549]: 2E3BC13F616: message-id=<[email protected]. com>
Mar 24 20:00:18 saturn postfix/smtpd[30187]: disconnect from saturn.supportdept.com[127.0.0.1]
Mar 24 20:00:18 saturn postfix/qmgr[8720]: 2E3BC13F616: from=<zabbix@localhost>, size=483, nrcpt=1 (queue active)
Mar 24 20:00:18 saturn postfix/smtpd[30187]: connect from saturn.supportdept.com[127.0.0.1]
Mar 24 20:00:18 saturn postfix/smtpd[30187]: 3DF3613F617: client=saturn.supportdept.com[127.0.0.1]
Mar 24 20:00:18 saturn postfix/cleanup[30549]: 3DF3613F617: message-id=<[email protected]. com>
Mar 24 20:00:18 saturn postfix/smtpd[30187]: disconnect from saturn.supportdept.com[127.0.0.1]
Mar 24 20:00:18 saturn postfix/qmgr[8720]: 3DF3613F617: from=<zabbix@localhost>, size=491, nrcpt=1 (queue active)
Mar 24 20:00:18 saturn postfix/smtp[30552]: 3DF3613F617: to=<[email protected]>, relay=mms-mta.alltel.net[166.102.165.62], delay=0, status=bounced (host mms-mta.alltel.net[166.102.165.62] said: 550 you are not allowed to send mail to <[email protected]> (in reply to RCPT TO command))
I am getting emails blocked because it is from @localhost.
Here is the log entry
32]
Mar 24 19:58:53 saturn postfix/smtpd[30187]: disconnect from unknown[86.142.79.232]
Mar 24 20:00:18 saturn postfix/smtpd[30187]: connect from saturn.supportdept.com[127.0.0.1]
Mar 24 20:00:18 saturn postfix/smtpd[30187]: 2E3BC13F616: client=saturn.supportdept.com[127.0.0.1]
Mar 24 20:00:18 saturn postfix/cleanup[30549]: 2E3BC13F616: message-id=<[email protected]. com>
Mar 24 20:00:18 saturn postfix/smtpd[30187]: disconnect from saturn.supportdept.com[127.0.0.1]
Mar 24 20:00:18 saturn postfix/qmgr[8720]: 2E3BC13F616: from=<zabbix@localhost>, size=483, nrcpt=1 (queue active)
Mar 24 20:00:18 saturn postfix/smtpd[30187]: connect from saturn.supportdept.com[127.0.0.1]
Mar 24 20:00:18 saturn postfix/smtpd[30187]: 3DF3613F617: client=saturn.supportdept.com[127.0.0.1]
Mar 24 20:00:18 saturn postfix/cleanup[30549]: 3DF3613F617: message-id=<[email protected]. com>
Mar 24 20:00:18 saturn postfix/smtpd[30187]: disconnect from saturn.supportdept.com[127.0.0.1]
Mar 24 20:00:18 saturn postfix/qmgr[8720]: 3DF3613F617: from=<zabbix@localhost>, size=491, nrcpt=1 (queue active)
Mar 24 20:00:18 saturn postfix/smtp[30552]: 3DF3613F617: to=<[email protected]>, relay=mms-mta.alltel.net[166.102.165.62], delay=0, status=bounced (host mms-mta.alltel.net[166.102.165.62] said: 550 you are not allowed to send mail to <[email protected]> (in reply to RCPT TO command))
Comment