Hi,

I have set up fetchmail(5.9.0+IMAP-GSS+NTLM+SSL+INET6+NLS
) and courier on redhat8 to pop mail from my ISP and deliver the mail on
the system. fetchmail seems to be working without a problem, but courier
doesn't deliver the mail. 

I generate a mail with

echo "test" |/usr/lib/courier/bin/sendmail [EMAIL PROTECTED]

Then I fetchmail to the isp mailbox with this config:
set syslog
poll pop.celentia.com
        protocol pop3
        username [EMAIL PROTECTED] here is testuser there
        password ********
        wants mda "/usr/lib/courier/bin/sendmail %T"
        fetchall
        flush
        pass8bits
        stripcr

Then I pop off the mail from the isp with:

fetchmail -v -v -v
Oct 10 10:22:53 localhost fetchmail[6033]: 5.9.0 querying
pop.celentia.com (protocol POP3) at Fri 10 Oct 2003 10:22:53 EST
Oct 10 10:22:53 localhost fetchmail[6033]: POP3< +OK
<[EMAIL PROTECTED]>
Oct 10 10:22:53 localhost fetchmail[6033]: POP3> CAPA^M
Oct 10 10:22:53 localhost fetchmail[6033]: POP3< -ERR authorization
first
Oct 10 10:22:53 localhost fetchmail[6033]: authorization first
Oct 10 10:22:53 localhost fetchmail[6033]: POP3> USER testuser^M
Oct 10 10:22:53 localhost fetchmail[6033]: POP3< +OK
Oct 10 10:22:53 localhost fetchmail[6033]: POP3> PASS *^M
Oct 10 10:22:53 localhost fetchmail[6033]: POP3< +OK
Oct 10 10:22:56 localhost fetchmail[6033]: POP3> STAT
Oct 10 10:22:56 localhost fetchmail[6033]: POP3< +OK 2 4706
Oct 10 10:22:56 localhost fetchmail[6033]: 2 messages for testuser at
pop2.bne.server-mail.com (4706 octets).
Oct 10 10:22:56 localhost fetchmail[6033]: POP3> LIST^M
Oct 10 10:22:56 localhost fetchmail[6033]: POP3< +OK
Oct 10 10:22:56 localhost fetchmail[6033]: POP3< 1 3987
Oct 10 10:22:56 localhost fetchmail[6033]: POP3< 2 719
Oct 10 10:22:56 localhost fetchmail[6033]: POP3< .
Oct 10 10:22:56 localhost fetchmail[6033]: POP3> RETR 1
Oct 10 10:22:56 localhost fetchmail[6033]: POP3< +OK
Oct 10 10:22:56 localhost fetchmail[6033]: POP3< +OK
Oct 10 10:22:56 localhost fetchmail[6033]: reading message 1 of 2 (3987
octets)
Oct 10 10:22:57 localhost fetchmail[6033]:  flushed
Oct 10 10:22:57 localhost fetchmail[6033]: POP3> DELE 1^M
Oct 10 10:22:57 localhost courierd:
newmsg,id=00121C12.3F85FBE1.00001794: dns; localhost (localhost
[127.0.0.1])
Oct 10 10:22:57 localhost courierd:
started,id=00121C12.3F85FBE1.00001794,from=<[EMAIL 
PROTECTED]>,module=esmtp,host=rh-possum,addr=<[EMAIL PROTECTED]>
Oct 10 10:22:57 localhost courierd: Waiting.  shutdown time=none, wakeup
time=none, queuedelivering=1, inprogress=1
Oct 10 10:22:57 localhost fetchmail[6033]: POP3< +OK
Oct 10 10:22:57 localhost fetchmail[6033]: POP3> RETR 2
Oct 10 10:22:57 localhost fetchmail[6033]: POP3< +OK
Oct 10 10:22:57 localhost fetchmail[6033]: reading message 2 of 2 (719
octets)
Oct 10 10:22:57 localhost fetchmail[6033]:  flushed
Oct 10 10:22:57 localhost fetchmail[6033]: POP3> DELE 2^M

The error I get in the log file says:

Oct 10 11:20:52 localhost courieresmtp:
id=00121C12.3F860974.000018DB,from=<[EMAIL PROTECTED]>,addr=<[EMAIL PROTECTED]>: No 
such domain.
Oct 10 11:20:52 localhost courieresmtp:
id=00121C12.3F860974.000018DB,from=<[EMAIL PROTECTED]>,addr=<[EMAIL 
PROTECTED]>,status: failure
Oct 10 11:20:52 localhost courierd:
completed,id=00121C12.3F860974.000018DB


I have postmaster aliased to testuser in the aliases file, my me file
contains rh-possum.localdomain.

What have I missed wrt the config of courier? Thanks, 

Gillian




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to