Hi :)
I'm having the hardest time configuring maildrop to work with sendmail... I've
been looking all over and googling and I still do not have a clue about how
to make this work.
Basically, I have setup courier-imap with userdb authentication so I can have
virtual users and maildirs (using only one system account called vmail). Imap
and pop access work great.
Now, I would like sendmail to be able to use maildrop to deliver messages to
those virtual users.
I will not post any error messages yet since, depending on all the things I
tried, I got different ones.
Here is my sendmail.mc configuration regarding maildrop:
define(`LOCAL_MAILER_FLAGS', `Prmn9')dnl
FEATURE(`local_procmail', `/usr/local/bin/maildrop', `maildrop -d $u')
MODIFY_MAILER_FLAGS(`LOCAL', `-w')
After compiling, here is the Mlocal portion of sendmail.cf:
Mlocal, P=/usr/local/bin/maildrop, F=lsDFMA5:/|@qSPfhn9,
S=EnvFromL/HdrFromL, R=EnvToL/HdrToL,
T=DNS/RFC822/X-Unix,
A=maildrop -d $u
Now, are there any errors ?
At this time, sendmail refuses any mail for my virtual users saying the
accound does not exist :(
What do I need to set up next ? Virtusertable, aliases... ?
I thank you in advance, I would really appreciate some help.
Regards.