On Sat, 31 May 2008, David Favor wrote:
>
> The following appears to complete correctly, then hangs forever,
> never completing and coming back to the shell prompt.
>
> net1#echo foo | mail -v -s foo [EMAIL PROTECTED]
> Loading lookup modules from /usr/lib/exim/4.69-5.fc8/lookups
> Loaded 0 lookup modules
> LOG: MAIN
>    <= [EMAIL PROTECTED] U=root P=local S=333
> Loading lookup modules from /usr/lib/exim/4.69-5.fc8/lookups
> Loaded 0 lookup modules
> delivering 1K2UhF-0006sz-Gn
> Connecting to net1.coolsurf.com [69.94.137.124]:25 ... connected
> net1#  SMTP<< 220 net1.coolsurf.com ESMTP qpsmtpd 0.43rc1

Exim has forked and the background process continues to print debugging
output while the parent exits. Your prompt reappears here.

>    SMTP>> EHLO coolsurf.com
>    SMTP<< 250-net1.coolsurf.com Hi net1.coolsurf.com [69.94.137.124]
>           250-PIPELINING
>           250 8BITMIME
>    SMTP>> MAIL FROM:<[EMAIL PROTECTED]>
>    SMTP>> RCPT TO:<[EMAIL PROTECTED]>
>    SMTP>> DATA
>    SMTP<< 250 <[EMAIL PROTECTED]>, sender OK
>    SMTP<< 250 <[EMAIL PROTECTED]>, recipient ok
>    SMTP<< 354 go ahead
>    SMTP>> writing message and terminating "."
>    SMTP<< 250 Queued
>    SMTP>> QUIT
> LOG: MAIN
>    => [EMAIL PROTECTED] R=dnslookup T=remote_smtp H=net1.coolsurf.com 
> [69.94.137.124]
> LOG: MAIN
>    Completed

Exim's background output stops here.

Tony.
-- 
<[EMAIL PROTECTED]>   <[EMAIL PROTECTED]>   http://dotat.at/   ${sg{\N${sg{\
N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\
\N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to