problema con amavis +postfix

Forums: 

hola, amigos, les cto que cada vez que envio un correo, aparentemente el correo se envio pero nunca llega a su destino, en mis log me muestra este error:

Jun 16 16:15:30 SerWebCorreo pop3-login: Login: mrocca [90.1.0.136]
Jun 16 16:15:46 SerWebCorreo postfix/qmgr[12807]: warning: connect to transport smtp-amavis: Connection refused
Jun 16 16:15:48 SerWebCorreo postfix/smtp[12922]: fatal: parameter smtp_data_done_timeout: bad time unit:
Jun 16 16:15:49 SerWebCorreo postfix/master[12804]: warning: process /usr/lib/postfix/smtp pid 12922 exit status 1
Jun 16 16:15:49 SerWebCorreo postfix/master[12804]: warning: /usr/lib/postfix/smtp: bad command startup -- throttling
Jun 16 16:16:46 SerWebCorreo postfix/qmgr[12807]: warning: connect to transport smtp-amavis: Connection refused
Jun 16 16:16:49 SerWebCorreo postfix/smtp[12923]: fatal: parameter smtp_data_done_timeout: bad time unit:
Jun 16 16:16:50 SerWebCorreo postfix/master[12804]: warning: process /usr/lib/postfix/smtp pid 12923 exit status 1
Jun 16 16:16:50 SerWebCorreo postfix/master[12804]: warning: /usr/lib/postfix/smtp: bad command startup -- throttling
Jun 16 16:17:46 SerWebCorreo postfix/qmgr[12807]: warning: connect to transport smtp-amavis: Connection refused
Jun 16 16:17:50 SerWebCorreo postfix/smtp[12926]: fatal: parameter smtp_data_done_timeout: bad time unit:
Jun 16 16:17:51 SerWebCorreo postfix/master[12804]: warning: process /usr/lib/postfix/smtp pid 12926 exit status 1
Jun 16 16:17:51 SerWebCorreo postfix/master[12804]: warning: /usr/lib/postfix/smtp: bad command startup -- throttling
Jun 16 16:18:06 SerWebCorreo postfix/qmgr[12807]: 78BD224EE02: from=, size=2629, nrcpt=1 (queue active)
Jun 16 16:18:06 SerWebCorreo postfix/qmgr[12807]: 78BD224EE02: to=, relay=none, delay=3502, status=deferred (delivery temporarily suspended: transport is unavailable)

Creo que algo no estpy haciendo bien, en el fichero /etc/postfix/main.cf agregue esto

content_filter=amavis-smtp:localhost:10024

y en el fichero /etc/postfix/master.cf agregue lo sgte:

amavis-smtp unix - - y - 2 smtp
-o smtp_data_done_timeout = 1200s
-o smtp_never_send_ehlo=yes
-o disable_dns_lookups = yes
localhost:10025 inet n - y - - smtpd
-o content_filter =
-o local_recipient_maps =
-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 90.1.0.0/24
#-o strict_rfc821_envelopes = yes

Bueno,no se que estare haciendo mal, tengo configurado Debian, he instalado Dovecot imap y pop3 . espero me ayuden

Gracias

Cita: Creo que algo no estpy

Imagen de deathUser

[quote]
Creo que algo no estpy haciendo bien, en el fichero /etc/postfix/main.cf agregue esto

content_filter=amavis-smtp:ocalhost:10024
[/quote]
Si es correcto lo que dices reemplaza:
content_filter=amavis-smtp:ocalhost:10024
por:
content_filter=amavis-smtp:localhost:10024

bye
:)

Veo que actualizaste tu post

Imagen de deathUser

En tal caso si no era por estar mal escrito el nombre del host, puede ser que el amavis no esté corriendo como servicio, haz la prueba con un telnet localhost 10024 a ver que resultado obtienes.

bye
:)