William Unruh
2024-04-30 03:36:03 UTC
I have a machine AA which is outside a firewall of machine CC. for the
past 10 years I have been running an ssh tunnel to CC, and sending my
mail to CC as a relay.
autossh -M0 -nNT -L 1097:CC:25 CC
In postfix transport I have
* smtp:localhost:1097
As I say this has worked not for a long time. Suddenly it stopped
working last week.
I sent a testmail from AA to my account on CC.
I get the following error messages
Apr 29 16:38:02 AA postfix/pickup[621062]: D963C1054F1: uid=1000 from=<unruh>
Apr 29 16:38:02 AA postfix/cleanup[621154]: D963C1054F1: message-id=<444a3cbf-c530-b383-526e-***@physics.ubc.ca>
Apr 29 16:38:02 AA postfix/qmgr[621063]: D963C1054F1: from=<***@physics.ubc.ca>, size=417, nrcpt=1 (queue active)
Apr 29 16:38:02 AA postfix/discard[621158]: warning: unexpected attribute nrequest from bounce socket (expecting: flags)
Apr 29 16:38:02 AA postfix/discard[621158]: warning: deliver_request_get: error receiving common attributes
Apr 29 16:38:02 AA postfix/smtp[621157]: D963C1054F1: to=<***@physics.ubc.ca>, relay=none, delay=0.12, delays=0.07/0.01/0.04/0, dsn=5.4.4, status=bounced (Host or domain name not found. Name service error for name=localhost type=A: Host not found)
Apr 29 16:38:02 AA postfix/qmgr[621063]: D963C1054F1: removed
The line "Host or domain name not found. Name service error for
name=localhost type=A: Host not found)" I find weird. Why and what is
trying to find localhost . localhost is not a part of the email message
I sent.
past 10 years I have been running an ssh tunnel to CC, and sending my
mail to CC as a relay.
autossh -M0 -nNT -L 1097:CC:25 CC
In postfix transport I have
* smtp:localhost:1097
As I say this has worked not for a long time. Suddenly it stopped
working last week.
I sent a testmail from AA to my account on CC.
I get the following error messages
Apr 29 16:38:02 AA postfix/pickup[621062]: D963C1054F1: uid=1000 from=<unruh>
Apr 29 16:38:02 AA postfix/cleanup[621154]: D963C1054F1: message-id=<444a3cbf-c530-b383-526e-***@physics.ubc.ca>
Apr 29 16:38:02 AA postfix/qmgr[621063]: D963C1054F1: from=<***@physics.ubc.ca>, size=417, nrcpt=1 (queue active)
Apr 29 16:38:02 AA postfix/discard[621158]: warning: unexpected attribute nrequest from bounce socket (expecting: flags)
Apr 29 16:38:02 AA postfix/discard[621158]: warning: deliver_request_get: error receiving common attributes
Apr 29 16:38:02 AA postfix/smtp[621157]: D963C1054F1: to=<***@physics.ubc.ca>, relay=none, delay=0.12, delays=0.07/0.01/0.04/0, dsn=5.4.4, status=bounced (Host or domain name not found. Name service error for name=localhost type=A: Host not found)
Apr 29 16:38:02 AA postfix/qmgr[621063]: D963C1054F1: removed
The line "Host or domain name not found. Name service error for
name=localhost type=A: Host not found)" I find weird. Why and what is
trying to find localhost . localhost is not a part of the email message
I sent.