-------- Original-Nachricht --------
> Datum: Sun, 09 Aug 2009 19:14:09 +0200
> Von: Julien Valroff <[email protected]>
> An: Steve <[email protected]>
> CC: [email protected]
> Betreff: Re: [Dspam-user] Dspam errors.

> Hi Steve,
> 
> Sorry for the late answer, I wanted to work on this quitely.
> 
> Le vendredi 31 juillet 2009 à 21:46 +0200, Steve a écrit :
> [...]
> > 
> > > Postfix needs to know it is a valid user before accepting the email,
> > > hence either one of virtual_mailbox_maps or virtual_alias_maps should
> > > return a valid user. I hence understand it is correct to specify the
> > > aliases in the postfix database.
> > > 
> > It is really not needed. Trust me. I have it here and have it nowhere
> > defined in the virtual mailbox maps nor in the virtual alias maps.
> 
> I think I have now understood why you do not need this whereas I do need
> it.
> I use virtual_mailbox_maps which checks the validity of the recipients
> for virtual domains BEFORE accepting and queing the mail.
> 
> I guess you do not use this parameter
>
I use it. :)

In main.cf:
----
virtual_mailbox_maps = 
proxy:mysql:${config_directory}/lookups/mysql/virtual_mailbox_maps.cf
----

The map:
----
## /etc/postfix/lookups/mysql/virtual_mailbox_maps.cf
#
# Get virtual maildir from Postfix.Admin
#
# Example:
#  virtual_mailbox_maps = 
mysql:${config_directory}/lookups/mysql/virtual_mailbox_maps.cf
##

user     = sysusr_postfix       
password = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
dbname   = sysdb_postfix
hosts    = unix:/var/run/mysqld/mysqld.sock
query    = SELECT maildir FROM mailbox WHERE username=_latin1'%s' AND active='1'
----


> and use OptIn for DSPAM (or
> external lookup) to avoid unexistant users to be created in the DSPAM
> backend.
> 
Yes. That's right. I use OptIn to avoid creating users in DSPAM.


> Cheers,
> Julien
>
Steve
-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Dspam-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspam-user

Reply via email to