1 message in net.sourceforge.lists.courier-maildrop[maildropl] Maildrop + sendmail
FromSent OnAttachments
scu...@centroin.com.brAug 18, 2008 10:57 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:[maildropl] Maildrop + sendmailActions...
From:scu...@centroin.com.br (scu@centroin.com.br)
Date:Aug 18, 2008 10:57:36 am
List:net.sourceforge.lists.courier-maildrop

Hi all,

I'm new to maildrop. I'm trying to use maildrop as MDA with sendmail, but I'm facing some troubles. That is, since some of my local users don't have a defined home dir, when maildrop is set to delivery mode (-d $u) in sendmail.cf, as shown in sendmail docs:

FEATURE(`local_procmail', `/usr/local/bin/maildrop', `maildrop -d $u')

the following message starts to show:

Aug 15 11:43:25 host1 maildrop[75586]: Unable to change to home directory.

If, on the other hand, I set it in sendmail as in manual mode:

FEATURE(`local_procmail', `/usr/local/bin/maildrop', `maildrop /usr/local/etc/maildroprc')

The maildrop processes start to grow, and the following message starts to show:

Aug 15 12:02:32 host1 sm-mta[83296]: m7FEvVMM083288: timeout waiting for input from host1.mydomain.com during client greeting

Aug 15 12:02:32 host1 sm-mta[83296]: m7FEvVMM083288: smtpquit: mailer local exited with exit value 75

It seems that no message body is sent to maildrop. Does any of you have successfully configured maildrop+sendmail in an scenario like that?

- Marcelo