From owner-freebsd-questions Sun Sep 1 7:14: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D072F37B400 for ; Sun, 1 Sep 2002 07:14:00 -0700 (PDT) Received: from linux.nu (port307.cvx3-mal.ppp.netlink.se [62.66.14.54]) by mx1.FreeBSD.org (Postfix) with SMTP id 4578C43E77 for ; Sun, 1 Sep 2002 07:13:58 -0700 (PDT) (envelope-from thrawn@linux.nu) Received: (qmail 50943 invoked by uid 1022); 1 Sep 2002 14:13:56 -0000 Date: Sun, 1 Sep 2002 16:13:56 +0200 From: thrawn@linux.nu To: Unix Tools Cc: freebsd-questions@freebsd.org Subject: Re: qmail + fetchmail + Maildir problem Message-ID: <20020901141356.GA50935@thrawn.birch.se> References: <3d6df960afa446.75081248@notright> Mime-Version: 1.0 Content-Type: text/plain; charset=unknown-8bit Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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" > To: > 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