37 messages in net.sourceforge.lists.courier-users[courier-users] Re: 432 Service Unava...
FromSent OnAttachments
Adam ShermanJan 31, 2001 1:52 pm 
Sam VarshavchikJan 31, 2001 6:13 pm 
Adam ShermanJan 31, 2001 7:58 pm 
Patrick PriceJan 31, 2001 8:08 pm 
Sam VarshavchikJan 31, 2001 8:18 pm 
Sam VarshavchikJan 31, 2001 8:51 pm 
Patrick PriceJan 31, 2001 9:01 pm 
Patrick PriceJan 31, 2001 9:04 pm 
Sam VarshavchikJan 31, 2001 9:15 pm 
Patrick PriceJan 31, 2001 9:21 pm 
Patrick PriceJan 31, 2001 9:53 pm 
Alexei Batyr'Feb 1, 2001 2:20 am 
Sam VarshavchikFeb 1, 2001 4:46 am 
Sam VarshavchikFeb 1, 2001 5:10 am 
Chris MeadorsFeb 1, 2001 5:20 am 
Sam VarshavchikFeb 1, 2001 5:25 am 
Chris MeadorsFeb 1, 2001 5:38 am 
Alexei Batyr'Feb 1, 2001 5:39 am 
Sam VarshavchikFeb 1, 2001 5:45 am 
Alexei Batyr'Feb 1, 2001 5:49 am 
Adam ShermanFeb 1, 2001 5:57 am 
Adam ShermanFeb 1, 2001 6:24 am 
Adam ShermanFeb 1, 2001 2:36 pm 
Sam VarshavchikFeb 1, 2001 2:43 pm 
Sam VarshavchikFeb 1, 2001 2:43 pm 
Sam VarshavchikFeb 1, 2001 2:43 pm 
Patrick PriceFeb 1, 2001 7:54 pm 
Adam ShermanFeb 1, 2001 8:34 pm 
Scott BiskerFeb 1, 2001 8:55 pm 
Sam VarshavchikFeb 1, 2001 9:14 pm 
Alexei Batyr'Feb 2, 2001 4:13 am 
Sam VarshavchikFeb 2, 2001 4:52 am 
Alexei Batyr'Feb 2, 2001 5:30 am 
Tomas FasthFeb 2, 2001 11:33 am 
Patrick PriceFeb 2, 2001 12:36 pm 
Alexei Batyr'Feb 3, 2001 12:31 am 
Tomas FasthFeb 3, 2001 11:13 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] Re: 432 Service UnavailableActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Feb 1, 2001 9:14:09 pm
List:net.sourceforge.lists.courier-users

Patrick Price writes:

Sam,

Here is everything I know about this problem. Apparently the client (Outlook Express) is taking around 25 minutes to send the > 5 MB email containing attachment, yet below, the log shows courierpop3login LOGOUT only 7 minutes after LOGIN rather than 25 minutes as you would expect?

That might explain it. There's a 30 minute timer that kills the submit process if the message isn't received by then.

About ten lines before the end of courier/submit.C:

alarm(1800); /* Kill me, no matter what */

Double it, to bump up the timer to an hour. To avoid a complete reinstall, you can run make, to rebuild submit, then CAREFULLY copy it to its permanent resting place: /usr/lib/courier/libexec/courier. You need to be careful to preserve the ownership and the permission settings on the existing executable, otherwise you're going to GET FUCKED. The best way to do it would be something like:

cp submit /usr/lib/courier/libexec/courier/submit.new cd /usr/lib/courier/libexec/courier/submit.new

[ chown and chmod it, until it looks exactly like the old submit]

mv submit.new submit

This time, I received the file, yet user reports that he still got the error. This is the first time I've successfully received this file from the user.

This is what the user relates (his win98 clock is probably off a few minutes, however I use xntpd for clock sync so the logs are accurate).

"I started sending at 2:08 P.M. and got the following error message at 2:43 P.M."

"An unknown error was returned from the SMTP server. Subject 'Attachment Test', Account: 'moment.net', Server: 'mail.moment.net', Protocol: SMTP, Server Response: '432 Service temporarily unavailable.', Port: 25, Secure(SSL): No, Server Error: 432, Error Number: 0x800CCC61"

Feb 1 14:00:28 mail courierpop3login: LOGIN, user=rsmith, ip=[204.96.221.81] Feb 1 14:00:29 mail courierpop3login: LOGOUT, user=rsmith, ip=[204.96.221.81] Feb 1 14:07:21 mail courierd: started,id=00022B91.3A79C0BA.0001404A,from=<rsm@moment.net>,module=local, host=sysadmin!!5431!1000!/users/dialin/sysadmin!!,addr=<sysadmin> Feb 1 14:07:21 mail courierlocal: id=00022B91.3A79C0BA.0001404A,from=<rsm@moment.net>,addr=<sysadmin@moment .net>,success: Message delivered. Feb 1 14:42:56 mail courierpop3login: LOGIN, user=rsmith, ip=[204.96.221.81] Feb 1 14:42:59 mail courierpop3login: LOGOUT, user=rsmith, ip=[204.96.221.81]

Patrick Price