arpino84
09-03-2005, 11:55
Sto cercando di mettere su un sistema come questo ...
Dopo varie guide sto seguendo questa:
http://ezine.daemonnews.org/200309/postfix-spamassassin.html
Ma sono già fermo all'inizio ... per ora ho modificato postfix facendo
Edit /usr/local/etc/postfix/master.cf file, go to the very end and add:
smtp-amavis unix - - - - 2 smtp
-o smtp_data_done_timeout=1200
-o disable_dns_lookups=yes
127.0.0.1:10025 inet n - - - - smtpd
-o content_filter=
-o local_recipient_maps=
-o relay_recipient_maps=
-o smtpd_restriction_classes=
-o smtpd_client_restrictions=
-o smtpd_helo_restrictions=
-o smtpd_sender_restrictions=
-o smtpd_recipient_restrictions=permit_mynetworks,reject
-o mynetworks=127.0.0.0/8
-o strict_rfc821_envelopes=yes
Now we have to tell Postfix to use this transport. Edit /usr/local/etc/postfix/main.cf and add only this line:
content_filter = smtp-amavis:[127.0.0.1]:10024
riavvio ... e come descritto nel sito testo le connessioni ... porta 25 ok ... porta 10025 invece non risponde ... why????
Uso RH8 + posfix 1.1.11-5 + spamassassin 2.31-16 + amavis-new 1.14 + clam-av 0.74 ... perchè imposto ... deve replicare un sistema già esistente ... testarlo che funzioni come l'altro ... poi aggiornare ...
P.S. : perchè non riesco a usare il comando sockstat ??? ... ho testato con telnet ...
Dopo varie guide sto seguendo questa:
http://ezine.daemonnews.org/200309/postfix-spamassassin.html
Ma sono già fermo all'inizio ... per ora ho modificato postfix facendo
Edit /usr/local/etc/postfix/master.cf file, go to the very end and add:
smtp-amavis unix - - - - 2 smtp
-o smtp_data_done_timeout=1200
-o disable_dns_lookups=yes
127.0.0.1:10025 inet n - - - - smtpd
-o content_filter=
-o local_recipient_maps=
-o relay_recipient_maps=
-o smtpd_restriction_classes=
-o smtpd_client_restrictions=
-o smtpd_helo_restrictions=
-o smtpd_sender_restrictions=
-o smtpd_recipient_restrictions=permit_mynetworks,reject
-o mynetworks=127.0.0.0/8
-o strict_rfc821_envelopes=yes
Now we have to tell Postfix to use this transport. Edit /usr/local/etc/postfix/main.cf and add only this line:
content_filter = smtp-amavis:[127.0.0.1]:10024
riavvio ... e come descritto nel sito testo le connessioni ... porta 25 ok ... porta 10025 invece non risponde ... why????
Uso RH8 + posfix 1.1.11-5 + spamassassin 2.31-16 + amavis-new 1.14 + clam-av 0.74 ... perchè imposto ... deve replicare un sistema già esistente ... testarlo che funzioni come l'altro ... poi aggiornare ...
P.S. : perchè non riesco a usare il comando sockstat ??? ... ho testato con telnet ...