8 messages in net.sourceforge.lists.courier-usersRe: [courier-users] I cannot get mail...
FromSent OnAttachments
Brian CheesemanApr 12, 2002 6:04 am 
Debreczeni PeterApr 12, 2002 6:56 am 
Brian CheesemanApr 12, 2002 6:58 am 
Jesse KeatingApr 12, 2002 7:40 am 
Jesse KeatingApr 12, 2002 7:42 am 
Roland SchneiderApr 12, 2002 7:43 am 
Debreczeni PeterApr 12, 2002 7:52 am 
Brian CheesemanApr 12, 2002 8:03 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] I cannot get maildrop to run with courier-mta.Actions...
From:Roland Schneider (list@serv.ch)
Date:Apr 12, 2002 7:43:59 am
List:net.sourceforge.lists.courier-users

--Brian Cheeseman wrote on 12.04.2002 23:04 +1000:

Guys, I have built and installed the latest stable release of courier, maildrop, imapd, and SqWebMail. I am very happy with the products as well. My problem: I have in /usr/lib/courier/etc/courierd set DEFAULTDELIVERY="| /usr/lib/courier/bin/maildrop" I have the following in my .mailfilter file which I placed in my home directory. #MFMAILDROP=2 # FROM='bche@bcheese.homeip.net' import SENDER if ($SENDER ne "") { FROM=$SENDER } if ((/^Subject: *\[Openposs\-developers\]\ CVS\:/)) { to "!./Maildir/.Open POS CVS/." } to "./Maildir/." But from what I can tell, maildrop is not running. Any ideas on configs to check in regards to getting it all running? Regards

Thats usually because DEFAULTDELIVERY gets overwritten by the auth-module with the value of 'mail'.

Calling maildrop from dotfiles is somewhat safer:

echo "| /usr/lib/courier/bin/maildrop .mailfilter" > ~/.courier

And for aliased accounts also one of those:

ln -sv ~/.courier-default .courier echo "| /usr/lib/courier/bin/maildrop .mailfilter" > ~/.courier-default

Roland