RE: [courier-users] Configure maildrop
Brought to you by:
mrsam
|
From: Jan M. <ma...@de...> - 2000-08-10 16:09:05
|
> > > > > I've made some aditional config tasks: > > > > > > file etc/courierd: DEFAULTDELIVERY="| /usr/lib/courier/bin/maildrop" > > > > > > created file maildirfilterconfig which contains: > > > MAILDIRFILTER=.mailfilter > > > MAILDIR=./Maildir > > > > From INSTALL: > > > > Basically, 99% of the time MAILDIRFILTER will be ../.mailfilter and > > MAILDIR will be ./Maildir. > > > > Well, I have read it and made some changes because of user entry > in userdb: > > ma...@de... > home=/home/vmail/domains/ders-cz/machj|uid=500|mail=/home/vmail/do > mains/ders > -cz/machj|.... > > problem is that when I use ../.mailfilter then it's common for all virtual > users. > > So there are some changes I've done in etc/userdb: > > ma...@de... > home=/home/vmail/domains/ders-cz/machj|uid=500|mail=/home/vmail/do > mains/ders > -cz/machj/Maildir > > and moved mails to Maildir directory in user's home. I can use > example from > INSTALL now. > > Now everything seems to be right. I can access mails using IMAP or webmail > but delivery doesn't work. > > Problem is that I don't know if maildrop works correctly. First > thing I need > to check is that maildrop is processing > mails for local delivery. Next thing I need to check is that it can find > .mailfilter file. > > Thank you very much for helping me. > > > Best Regards, > > Jan Mach > > When I use command: echo "To: ma...@de..." | /usr/lib/courier/bin/maildrop -d vmail then is delivers acording .mailfilter rules to vmail mailbox only. But I've decided that courier doesn't process mail using DEFAULTDELIVERY directive. It seems it never use maildrop. Regards, Jan Mach |