dk wrote on 20-8-2007 0:01:
> In short: internet -> postfix  -> amavis/spamassassin -> postfix ->
> dovecot's deliver agent [sieve] -> virtual user
>  
> Since I am managing users' mailboxes "virtually", and since I'm using
> sieve for filtering, I'm unsure how to install TMDA appropriately.
>
> I believe the most appropriate place to utilize it would be right
> before postfix hands the message back to dovecot's deliver agent, so I
> am not generating outbound approval requests for the bulk of the spam.
I'm setting up something very similar at the moment, and am stuck right
at the same place as you are :-)

My setup:

internet -> postfix -> mailscanner -> postfix -> dovecot's deliver ->
imap/pop (virtual users under a single system UID)

The main thing I am looking for, is a way to setup TMDA using a global
config file, that makes it behave as follows:

1. If /mail/domain.org/user/.tmda/ exists, suck in the configfile that
might exist in there and act accordingly
2. If /mail/domain.org/user/.tmda/ doesn't exist, just deliver to
dovecot and be done with it

Now, the second I can probably manage by setting a default DELIVERY to
dovecot's deliver, but how can I make TMDA realise that when a mail to
[EMAIL PROTECTED] arrives, it needs to check if
/mail/domain.org/user/.tmda/ exists, and try to suck in the user config,
and then act accordingly?

Also, how can I make tmda-ofmipd do the same ? ;)


Thanks in advance,

Nils

Attachment: signature.asc
Description: OpenPGP digital signature

_____________________________________________
tmda-users mailing list ([email protected])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to