[Postfixbuch-users] Spamschutz innerhalb Postfix

Winfried Neessen info at neessen.net
Di Jul 5 13:58:10 CEST 2005


* Marcus V. (postfix at blueblood.de) schrieb:

>> smtpd_sender_login_maps
>>
> Geht da zur Not als DB die virtual ?
> 
Ja, ich nutze fuer die sender_login_maps die gleiche Datenbank wie
fuer die normalen (virtual) Postfaecher.

Bei mir sieht es so aus:
,----[ main.cf ]
| smtpd_sender_login_maps = proxy:mysql:/etc/postfix/mysql/mysql_virtual_sender_login_maps.cf
| smtpd_sender_restrictions =
| [...]
| reject_sender_login_mismatch,
| [...]
`----

,----[ /etc/postfix/mysql/mysql_virtual_sender_login_maps.cf ]
| user = postfix
| password = geheim
| hosts = localhost
| dbname = mail
| table = mailboxes
| select_field = username
| where_field = email
| additional_conditions = and disablesmtp = '0'
`----

Gruss
Winfried
-- 
neessen.net - Webhosting
Inh. Winfried Neessen
Brunnenstrasse 19 -- 41470 Neuss
Tel.: 02137 / 928771 -- Fax: 02137 / 928961



Mehr Informationen über die Mailingliste Postfixbuch-users