Mail problem... solved?
Jul. 1st, 2004 08:30 amSometime in the early part of my recent absence, I began to suspect something not right with onegin. Specifically, mail sent from the machine wasn't arriving (I found that out accidentally, after several mail messages sent to a Web account never made it).
In troubleshooting the problem via an ssh login session from Kazakhstan, it turned out that mail I was sending from onegin through my DSL service provider (CenturyTel) was now no longer being accepted. After grumbling for a few moments, I got to thinking and realized the step made sense from the perspective of curtailing spam sent from 'robots' that had inveigled their way onto the machines of ordinary users. Thus, any mail that was not explicitly marked as being
From: cd45ter97@centurytel.net (not my real address, BTW) was not going to be accepted from my connection.
Which was a problem, until I took another look at the postfix program that sends and receives mail for onegin.
Long ago, for reasons not clear to me now, I had instructed postfix to use the CenturyTel smtp server as a relay when sending mail. I seem to vaguely recall this being a good idea, since once the mail had been handed off to the CenturyTel machine, it was out of onegin's hands, so that if the destination machine was busy or unavailable, the CenturyTel machine would nonetheless try to deliver the mail several times.
It turns out that, if I tell postfix to simply deliver the mail directly, it will do so without any problem (so far, according to the mail log). Presumably, if the destination machine is busy or offline, the message will be queued and repeated delivery attempts will be undertaken by the postfix program on onegin.
We'll see how this works out in the long run.
Cheers...
In troubleshooting the problem via an ssh login session from Kazakhstan, it turned out that mail I was sending from onegin through my DSL service provider (CenturyTel) was now no longer being accepted. After grumbling for a few moments, I got to thinking and realized the step made sense from the perspective of curtailing spam sent from 'robots' that had inveigled their way onto the machines of ordinary users. Thus, any mail that was not explicitly marked as being
Which was a problem, until I took another look at the postfix program that sends and receives mail for onegin.
Long ago, for reasons not clear to me now, I had instructed postfix to use the CenturyTel smtp server as a relay when sending mail. I seem to vaguely recall this being a good idea, since once the mail had been handed off to the CenturyTel machine, it was out of onegin's hands, so that if the destination machine was busy or unavailable, the CenturyTel machine would nonetheless try to deliver the mail several times.
It turns out that, if I tell postfix to simply deliver the mail directly, it will do so without any problem (so far, according to the mail log). Presumably, if the destination machine is busy or offline, the message will be queued and repeated delivery attempts will be undertaken by the postfix program on onegin.
We'll see how this works out in the long run.
Cheers...