On Wednesday 15 December 2004 06:14 am, Sam Varshavchik wrote:
> Jerry Amundson writes:
> > 250 Ok
> > data
> > 354 Feed me
> > testing
> > .
> >
> > ...and just sits there (thus the eventual timeout from courier).
> >
> > But, if I specifically end data with Enter.^V^M :
> > .^M
> > 250 Thanks
> >
> > So I still cannot determine if it's Courier's or Postini's issue?
>
> Courier terminates a message by sending .CRLF, so the above doesn't
> really determine anything.

Why would "addcr | TLS_VERIFYPEER=NONE couriertls -host=64.18.7.10 -port=25 
-protocol=smtp"
behave differently than a courieresmtp/couriertls delivery, which times out to 
the same IP? 

[EMAIL PROTECTED] root]# addcr | TLS_VERIFYPEER=NONE couriertls 
-host=64.18.7.10 -port=25 -protocol=smtp
220 Postini ESMTP 13 y5_2_0c3 ready.  CA Business and Professions Code Section 1
7538.45 forbids use of this system for unsolicited electronic mail advertisement
s.
STARTTLS
220 Go ahead
ehlo pbs.com
250-Postini says hello back
250-8BITMIME
250 HELP
mail from:<[EMAIL PROTECTED]>
250 Ok
rcpt to:<[EMAIL PROTECTED]>
250 Ok
From: Jerry <[EMAIL PROTECTED]>
Date: Wed Dec 15 13:20:48 CST 2004
500 PSMTP Unimplemented command: From: Jerry <[EMAIL PROTECTED]> - psmtp
500 PSMTP Unimplemented command: Date: Wed Dec 15 13:20:48 CST 2004 - psmtp
data
354 Feed me
From: Jerry <[EMAIL PROTECTED]>
Date: Wed Dec 15 13:20:48 CST 2004

.
250 Thanks


> A good diagnostic would be to run strace -f on the courieresmtp
> daemon, and send a test message.

I used "strace -f -v -e write=5 -o /tmp/c2 -p <pid>" and it locked up the 
couriersmtp
processes, with
Dec 15 10:46:38 arsenic kernel: request_module[net-pf-10]: fork failed, errno 1
appearing repeatedly in messages. I'm still looking for something useful in the
output file...

jerry


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to