Date: Sun, 1 Sep 2002 16:13:56 +0200 From: thrawn@linux.nu To: Unix Tools <unixtools@hotmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: qmail + fetchmail + Maildir problem Message-ID: <20020901141356.GA50935@thrawn.birch.se> In-Reply-To: <OE66k1ykKvNhjZHfeNC0000dfc4@hotmail.com> References: <3d6df960afa446.75081248@notright> <OE66k1ykKvNhjZHfeNC0000dfc4@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, Thanks for the quick answer, any way. And for answering yet another mail from me :) I solved the problem, it was not a fetchmail problem. I up localhost in /var/qmail/control/rcpthosts and after that it worked. Im not sure that is the right solution but it works for me. Mvh Mattias Björk On Fri, Aug 30, 2002 at 04:32:27AM +0530, Unix Tools wrote: > It is surely a fetchmail problem > It doesnt seem to push the fetched mail to the qmail queue > > ----- Original Message ----- > From: "Mattias Bj?rk" <thrawn@linux.nu> > To: <freebsd-questions@freebsd.org> > Sent: Thursday, August 29, 2002 04:07 PM > Subject: qmail + fetchmail + Maildir problem > > > > > > Hi, > > > > I have a problem getting my mail in ~/Maildir directory. > > > > I run qmail with mutt as my MTU.In ~/.qmail I have ./Maildir/. And my > qmail startup script looks like this: > > > > #!/bin/sh > > > > # Using splogger to send the log through syslog. > > # Using qmail-local to deliver messages to Maildir format by default > > > > case "$1" in > > start) > > exec env - PATH="/var/qmail/bin:$PATH" \ > > qmail-start '|preline procmail' splogger qmail ./Maildir/ & > > > > # smtp daemon > > > > /usr/local/bin/tcpserver -u 82 -g 81 0 smtp > /var/qmail/bin/qmail-smtpd & > > > > # pop3 daemon > > > > /usr/local/bin/tcpserver 0 pop3 /var/qmail/bin/qmail-popup > thrawn.birch.se /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir & > > > > exit 0 > > ;; > > stop) > > exec killall -9 qmail-send tcpserver > > ;; > > *) > > echo "Usage: `basename $0` {start|stop}" >&2 > > exit 64 > > ;; > > esac > > > > I have also procmail installed and fetchmail, I use fetchmail to get my > mail from my ISP's email via pop3. I can see that it fetches the mail when I > run fetchmail but it does not end up in ~/Maildir/{new,cur,tmp} so where > does this go then? to /dev/null? because when i check in /var/mail there is > nothing there either. And I don't get any error message when i fetch down > the mail with fetchmail. > > > > How ever It might be a fetchmail problem only because when I mail from > thrawn.birch.se to dasboot.birch.se it works perfect and also the other way > around. My birch.se domain is only internal so it does not work on the > outside. > > > > And Im using qmail as my MTA if you haven't understand that yet. :) > > > > I have also tryed this on servel machines using the same setup but its the > same problem. > > > > I will check the fetchmail man page too see if I should do something > special but I have used fetchmail before and it have worked without a hitch. > > > > Mvh Mattias Bj?rk > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020901141356.GA50935>