mouss,
It is good solution as your guide, that is better than my current setting and
more faster if compare with Maildropfilter at
backend.
Now, server runs lightly and high performance.
Thanks you very much.
----- Original Message -----
From: "mouss" <mlis...@free.fr>
To: "Truong Tan Son" <son...@fcv.fujitsu.com>
Cc: <cour...@lists.sourceforge.net>
Sent: Monday, December 31, 2007 6:36 PM
Subject: Re: [maildropl] How to extract $USER to embed to the loop in
Maildropfilter ?
Truong Tan Son wrote:
Dear mouss,
*Problem:
I want senders must enter username & password before sending message.
Combines SASL authentication with Postfix MTA to make authentication at incoming
of mail server.
For aliases, I can not force them to do that,
I don't see why you would want this, but you can do it. now, this
becomes a postfix question. so followup on the postfix list.
in the meantime, look at smtpd_sender_login_maps. something like:
myal...@example.com login1, login2, login3, ...
allows login1 and friends to send as myal...@example.com.
so I change an alias to normal user with Maildir has a file that contains more
recipients. By this trick, I can make an alias (now user) must enter username &
password before sending message.
Using Maildropfilter and embed script I can get list of recipient in a file of
user's Maildir, and deliver message to them.
but why do you need maildrop here. a postfix virtual alias (or alias if
using local domains) does it without loading this too many stuff.