Hi Jonathan

Ok, I can't solve your problem but like to think I can lead you down the
right path.

The first thing you need to understand is that postfix (your MTA) does
not deliver your mail. Your MDA does - most likely procmail.

In your main.cf you will find two parameters that are related to this,
most likely with these settings:

mail_spool_directory = /var/spool/mail
mailbox_command = /usr/bin/procmail

So, I think you want to look into the procmail options. postfix provides
all the necessary info needed to specify the sool file, in your case 
/var/spool/vmail/$EXTENSION/$LOCAL, you just need to figure out how to get
procmail to use it :)

Or try a different MDA.

hth 
charles

On Tue, 14 Nov 2000, Jonathan Wilson wrote:
> 
> Now the problem comes when one of my clients whose web site I'm
> hosting, lets say hiswebsite.com, /also/ wants a pop3 account "joe".
> There cannot be 2 users named joe on one server. The most common thing
> to do here is to make a local user "joe2" and user the virtual
> usertable to map [EMAIL PROTECTED] to localuser "joe2" but that is
> NOT an acceptable solution. Some pop3d, such as GnuPop3d are able to
> handle this completely virutally, without needed to map the user to a
> local user. It does this by getting the mail out of /var/spool/vmail/.
> My problem, and the question I"m asking, is, how do I get Postfix to
> put virtual users mail into /var/spool/vmail? For instance, when mail
> comes in for [EMAIL PROTECTED], instead of going to
> /var/spool/mail/joe, it goes to /var/spool/vmail/hiswebsite.com/joe
> and if I also have a [EMAIL PROTECTED], then his mail goes in
> /var/spool/vmail/bigclient.com/joe and if there's a
> [EMAIL PROTECTED], her mail would go into
> /var/spool/vmail/bigclient.! com/ja ne




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to