3 messages in net.sourceforge.lists.courier-users[courier-users] Courier source code
FromSent OnAttachments
Luke WinkenbachDec 15, 2004 12:52 am 
Lloyd ZusmanDec 15, 2004 2:06 am 
Sam VarshavchikDec 15, 2004 4:15 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] Courier source codeActions...
From:Luke Winkenbach (lu@ubax.net)
Date:Dec 15, 2004 12:52:40 am
List:net.sourceforge.lists.courier-users

I've been unable to figure out a problem I've been having with courier. I keep getting: 432 Service temporarily unavailable after the client sends the MAIL FROM: message to the smtp server.

I've been looking at the source code to figure out where this error is coming from, so I can pinpoint the problem. As far as I can tell, the only place in the source code that gives this message is in courieresmtpd.c in the badfork() function. In order to verify that this is the source of the error message, I commented out the line of code which gives the error message, and recompiled the source. I then replaced the courieresmtpd binary with the newly compiled one. To my surprise, the smtp server still gives me the same "432 Service temporarily unavailable" message.

Can anyone tell me where else in the source this error message could be generated? I've searched everything I can think of, but haven't found anything. Thanks, Luke