Hello,
If I send a message from a OpenVZ container, the mail reach its destination. But if I try to send it from the hardware node, it is not delivered. Seems to be bounced and delivered to command: /usr/bin/pvemailforward, which I have no idea what does with it. I send the email from the command line:
$ echo "This is only a test" | mail -s "Test email sent to external" sample@gmail.com
This also means that backup email notification are not received by me, which is quite inconvenient. This is the Postfix log:
Regards.
If I send a message from a OpenVZ container, the mail reach its destination. But if I try to send it from the hardware node, it is not delivered. Seems to be bounced and delivered to command: /usr/bin/pvemailforward, which I have no idea what does with it. I send the email from the command line:
$ echo "This is only a test" | mail -s "Test email sent to external" sample@gmail.com
This also means that backup email notification are not received by me, which is quite inconvenient. This is the Postfix log:
Code:
Nov 21 22:43:55 srv01 postfix/pickup[563127]: 7062411D6685: uid=0 from=<root@hardware.node.com>Nov 21 22:43:55 srv01 postfix/cleanup[578709]: 7062411D6685: message-id=<20131121214355.7062411D6685@hardware.node.com>
Nov 21 22:43:55 srv01 postfix/qmgr[563128]: 7062411D6685: from=<root@hardware.node.com>, size=380, nrcpt=1 (queue active)
Nov 21 22:43:55 srv01 postfix/error[578711]: 7062411D6685: to=<sample@gmail.com>, relay=none, delay=0.04, delays=0.03/0/0/0.01, dsn=5.0.0, status=bounced (gmail.com)
Nov 21 22:43:55 srv01 postfix/cleanup[578709]: 761C111D6686: message-id=<20131121214355.761C111D6686@hardware.node.com>
Nov 21 22:43:55 srv01 postfix/bounce[578712]: 7062411D6685: sender non-delivery notification: 761C111D6686
Nov 21 22:43:55 srv01 postfix/qmgr[563128]: 761C111D6686: from=<>, size=2096, nrcpt=1 (queue active)
Nov 21 22:43:55 srv01 postfix/qmgr[563128]: 7062411D6685: removed
Nov 21 22:43:55 srv01 postfix/pickup[563127]: B318C11D6685: uid=65534 from=<nobody>
Nov 21 22:43:55 srv01 postfix/cleanup[578709]: B318C11D6685: message-id=<20131121214355.761C111D6686@hardware.node.com>
Nov 21 22:43:55 srv01 postfix/local[578713]: 761C111D6686: to=<root@hardware.node.com>, relay=local, delay=0.26, delays=0/0.01/0/0.25, dsn=2.0.0, status=sent (delivered to command: /usr/bin/pvemailforward)
Nov 21 22:43:55 srv01 postfix/qmgr[563128]: 761C111D6686: removed
Nov 21 22:43:55 srv01 postfix/qmgr[563128]: B318C11D6685: from=<nobody@hardware.node.com>, size=2288, nrcpt=1 (queue active)
Nov 21 22:43:55 srv01 postfix/error[578711]: B318C11D6685: to=<admin@domain.com>, relay=none, delay=0.12, delays=0.09/0/0/0.03, dsn=5.0.0, status=bounced (domain.com)
Nov 21 22:43:55 srv01 postfix/qmgr[563128]: B318C11D6685: removed
Nov 21 22:43:55 srv01 postfix/cleanup[578709]: C560E11D6686: message-id=<20131121214355.C560E11D6686@hardware.node.com>
Regards.