[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: exim (probably broken thread)



>
>
> If fetchmail/exim is working properly your mails get stored locally in
> /var/mail/tony (or /var/spool/mail/tony which is really the same file
> as /var/spool/mail is linked to /var/mail).  Traditional unix programs
> like mail and mutt and... look there to get at your mail per default,
> so no need to configure them:)
>
> Forgive me my curiousity, but are those glitches we saw before in the
> fetchmail log (fetchmail: rejected..., & fetchmail: no local matches...)
> still there?  And if not, did you change anything to your fetchmailrc?

Well, it seems that there are some glitches yet:

tony@debian:~$ fetchmail -v -v
fetchmail: 5.3.3 querying postoffice.worldnet.att.net (protocol POP3) at Sat, 16 Dec
2000 13:18:45 -0500 (EST)
fetchmail: POP3< +OK InterMail POP3 server ready.
fetchmail: POP3> USER arodriguez
fetchmail: POP3< +OK please send PASS command
fetchmail: POP3> PASS *
fetchmail: POP3< +OK arodriguez is welcome here
fetchmail: selecting or re-polling default folder
fetchmail: POP3> STAT
fetchmail: POP3< +OK 1 2675
fetchmail: POP3> LAST
fetchmail: POP3< +OK 0
1 message for arodriguez at postoffice.worldnet.att.net (2675 octets).
fetchmail: POP3> LIST
fetchmail: POP3< +OK 1 messages
fetchmail: POP3< 1 2675
fetchmail: POP3< .
fetchmail: POP3> RETR 1
fetchmail: POP3< +OK 2675 octets
reading message 1 of 1 (2675 octets)
About to rewrite Return-Path:
<bounce-debian-user=arodriguez=worldnet.att.net@lists.debian.org>
Rewritten version is Return-Path:
<bounce-debian-user=arodriguez=worldnet.att.nt@lists.debian.org>

fetchmail: analyzing Received line:
Received: from murphy.debian.org ([216.234.231.6])
          by mtiwgwc21.worldnet.att.net
          (InterMail vM.4.01.03.10 201-229-121-110) with SMTP
          id <20001216180552.GNKJ6196.mtiwgwc21.worldnet.att.net@murphy.debian.org>
          for <arodriguez@worldnet.att.net>;
          Sat, 16 Dec 2000 18:05:52 +0000
fetchmail: line rejected, mtiwgwc21.worldnet.att.net is not an alias of the
mailserver
About to rewrite Sender: tony
Rewritten version is Sender: tony@postoffice.worldnet.att.net

About to rewrite From: A R <arodriguez@worldnet.att.net>
Rewritten version is From: A R <arodriguez@worldnet.att.net>

About to rewrite To: Carel Fellinger <cfelling@iae.nl>
Rewritten version is To: Carel Fellinger <cfelling@iae.nl>

About to rewrite CC: "debian-user@lists.debian.org" <debian-user@lists.debian.org>
Rewritten version is CC: "debian-user@lists.debian.org" <debian-user@lists.debia
n.org>

About to rewrite Resent-From: debian-user@lists.debian.org
Rewritten version is Resent-From: debian-user@lists.debian.org

About to rewrite Resent-Sender: debian-user-request@lists.debian.org
Rewritten version is Resent-Sender: debian-user-request@lists.debian.org

fetchmail: no local matches, forwarding to tony
fetchmail: SMTP< 220 debian ESMTP Exim 3.12 #1 Sat, 16 Dec 2000 13:18:53 -0500
fetchmail: SMTP> EHLO localhost
fetchmail: SMTP< 250-debian Hello tony at debian [127.0.0.1]
fetchmail: SMTP< 250-SIZE
fetchmail: SMTP< 250-PIPELINING
fetchmail: SMTP< 250 HELP
fetchmail: forwarding to localhost
fetchmail: SMTP> MAIL
FROM:<bounce-debian-user=arodriguez=worldnet.att.net@lists.debian.org> SIZE=2675
fetchmail: SMTP< 250
<bounce-debian-user=arodriguez=worldnet.att.net@lists.debian.org> is syntactically
correct
fetchmail: SMTP> RCPT TO:<tony@localhost>
fetchmail: SMTP< 250 <tony@localhost> is syntactically correct
fetchmail: SMTP> DATA
fetchmail: SMTP< 354 Enter message, ending with "." on a line by itself
#*******************fetchmail: SMTP>. (EOM)
fetchmail: SMTP< 250 OK id=147Lv3-00009w-00
 not flushed
fetchmail: POP3> QUIT
fetchmail: POP3< +OK arodriguez InterMail POP3 server signing off.
fetchmail: not swapping UID lists, no UIDs seen this query
fetchmail: SMTP> QUIT
fetchmail: SMTP< 221 debian closing connection
fetchmail: Deleting fetchids file.
fetchmail: normal termination, status 0
fetchmail: Deleting fetchids file.
You have new mail in /var/mail/tony
tony@debian:~$

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Now, notice that the changes that I made to .fetchmailrc shoud have taken care of
that, here is my .fetchmailrc:


tony@debian:~$ cat .fetchmailrc
# Configuration created Tue Dec  5 14:18:33 2000 by fetchmailconf
# and later edited by hand by me, tony, on the 8-dec-2000
set postmaster "tony"
set no bouncemail
set properties ""

poll postoffice.worldnet.att.net aka worldnet.att.net, the-sphere.org
with proto POP3
user "arodriguez" is user "tony" here
password "not-this-one-of-course"

options keep

tony@debian:~$







Reply to: