2 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Mail drop and qmail.
FromSent OnAttachments
Marcin PraczkoOct 15, 2007 3:53 am 
Sam VarshavchikOct 15, 2007 4:02 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: [maildropl] Mail drop and qmail.Actions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Oct 15, 2007 4:02:33 am
List:net.sourceforge.lists.courier-maildrop

Marcin Praczko writes:

Hi friends,

 

I would like to ask you about simple configuration maildrop with qmail. Reading google website I found there is a way with global configuration /etc/maildroprc. But I would like to configure maildrop only for one user in my system.

 

Configuration:

- Qmail.

- Vpopmail.

- Virtualhosts

 

Everything is working well, but now I would like to create .qmail file on some virtual user directory. What I sould write there to deliver message to him (but filter it before).

 

For example:

Virtual user: <URL:mailto:user@some.domain>user@some.domain

Home dir:     /var/vpopmail/domains/some.domain/user

.qmail file:  /var/vpopmail/domains/some.domain/user/.qmail

 

What should be inside .qmail:

| /usr/local/bin/maildrop ?? || exit 77

You must compile courier-authlib with vpopmail support, first, before building maildrop. Follow the instructions in courier-authlib's INSTALL to verify that vpopmail authentication is working.

Presuming it does, you will need to invoke "maildrop -d <address>" to effect mail delivery for this recipient.