Re: [CSCMail-Users] smtp error 53
Brought to you by:
countzer0
From: Steven K. <sk...@st...> - 2000-12-18 23:54:45
|
On 18 Dec 2000 23:36:39 CET, Olli said: > Hi Steve, > > Rather often I get the following errorline, when I check Mail over all accounts > and have some messages to be send in my outbox: > > error: smtp error 53 sorry, that domain isn't in my list of allowed rcpthosts > (#5.7.1) > > That is, my provider requests a pop3 authorization before smtp. So, when I got > this error message, I have to manually send the messages in the outbox by > choosing 'send only'. Is there a way to tell cscmail that it should first pop3 > an account before sending any mail to this server? > > Regards Oliver Well, by default, "send and receive" is actually set to "receive and send" ie: it pop-checks first before sending. But it ONLY calls the &send_out routine if "SendImmediately" is turned off in the options. So, to get the pop-before SMTP action to work right, simply turn of "Send Immediately" and use the "send and receive" button to transfer your mail In a future version I will add a per-account option to enable "pop before smtp" for a given account. Maybe that will make it into 1.8.0 ... It's fairly simple.... -Steven |