[Postfix-es] Problema con postfix en el transport

Miguel Angel Tormo mlists en edicom.eu
Mie Jul 4 23:56:05 CEST 2007


El Miércoles, 4 de Julio de 2007 a las 23:41 escribió:
> el postconf arroja esto:
> 
> alias_maps = hash:/etc/aliases
> bounce_size_limit = 1500000
> command_directory = /usr/sbin
> config_directory = /etc/postfix
> content_filter = amavis-smtp:localhost:10024
Aquí está el problema, o más bien en tu master.cf. Date cuenta que le dices que use el transporte amavis-smtp pero luego dicho transporte no lo tienes definido en master.cf.

Por cierto, cuando respondas, procura responder a la lista, no al remitente. Si tu cliente de correo no gestiona bien esto, dale al responder a todos.

> daemon_directory = /usr/lib/postfix
> debug_peer_level = 2
> default_destination_concurrency_limit = 40
> home_mailbox = Maildir/
> html_directory = /usr/share/doc/packages/postfix/html
> mailq_path = /usr/bin/mailq
> manpage_directory = /usr/share/man
> maps_rbl_domains = relays.ordb.org blackholes.mail-abuse.org
> mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
> mydomain = corpovargas.gob.ve
> myhostname = cvcorreo.corpovargas.gob.ve
> myorigin = $mydomain
> newaliases_path = /usr/bin/newaliases
> readme_directory = /usr/share/doc/packages/postfix/README_FILES
> relay_domains = localhost, $mydestination
> relayhost = $mydomain
> sample_directory = /usr/share/doc/packages/postfix/samples
> sendmail_path = /usr/sbin/sendmail
> smtpd_error_sleep_time = 5s
> soft_bounce = no
> unknown_local_recipient_reject_code = 450
> virtual_alias_maps = hash:/etc/postfix/virtual
> 
> y el master.cf
> 
> 
> smtp      inet  n       -       -       -       -       smtpd
> pickup    fifo  n       -       -       60      1       pickup
> cleanup   unix  n       -       -       -       0       cleanup
> qmgr      fifo  n       -       n       300     1       qmgr
> #qmgr     fifo  n       -       -       300     1       oqmgr
> tlsmgr    unix  -       -       -       1000?   1       tlsmgr
> rewrite   unix  -       -       -       -       -       trivial-rewrite
> bounce    unix  -       -       -       -       0       bounce
> defer     unix  -       -       -       -       0       bounce
> trace     unix  -       -       -       -       0       bounce
> verify    unix  -       -       -       -       1       verify
> flush     unix  n       -       -       1000?   0       flush
> proxymap  unix  -       -       n       -       -       proxymap
> smtp      unix  -       -       -       -       -       smtp
> relay     unix  -       -       -       -       -       smtp
> 	-o fallback_relay=
> showq     unix  n       -       -       -       -       showq
> error     unix  -       -       -       -       -       error
> discard   unix  -       -       -       -       -       discard
> local     unix  -       n       n       -       -       local
> virtual   unix  -       n       n       -       -       virtual
> lmtp      unix  -       -       -       -       -       lmtp
> anvil     unix  -       -       -       -       1       anvil
> scache	  unix	-	-	-	-	1	scache
> maildrop  unix  -       n       n       -       -       pipe
>   flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
> uucp      unix  -       n       n       -       -       pipe
>   flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
> ifmail    unix  -       n       n       -       -       pipe
>   flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
> bsmtp     unix  -       n       n       -       -       pipe
>   flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
> scalemail-backend unix	-	n	n	-	2	pipe
>   flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store
> ${nexthop} ${user} ${extension}
> mailman   unix  -       n       n       -       -       pipe
>   flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
>   ${nexthop} ${user}
> 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_delay_reject=no
>         -o smtpd_client_restrictions=permit_mynetworks,reject
>         -o smtpd_helo_restrictions=
>         -o smtpd_sender_restrictions=
>         -o smtpd_recipient_restrictions=permit_mynetworks,reject
>         -o smtpd_data_restrictions=reject_unauth_pipelining
>         -o smtpd_end_of_data_restrictions=
>         -o mynetworks=127.0.0.0/8
>         -o smtpd_error_sleep_time=0
>         -o smtpd_soft_error_limit=1001
>         -o smtpd_hard_error_limit=1000
>         -o smtpd_client_connection_count_limit=0
>         -o smtpd_client_connection_rate_limit=0
>         -o receive_override_options=no_header_body_checks,no_unknown_recipient_checks
> 
> 
> 
> El 4/07/07, Miguel Angel Tormo <mlists en edicom.eu> escribió:
> > El Miércoles, 4 de Julio de 2007 a las 21:05, Carlos Parra escribió:
> > > Jul  4 15:00:05 cvcorreo postfix/qmgr[5765]: B9712422C2:
> > > to=<xxxxx en hotmail.com>, relay=none, delay=0.09, delays=0.05/0.04/0/0,
> > > dsn=4.3.0, status=deferred (mail transport unavailable)
> > >
> > > Tengo este error recurrente dentro del postfix y ya no se que hacer
> > > pido ayuda a ustedes para poder solventar esta situacion gracias..
> > >
> > > estoy trabajando con debian ETHC postfix amavis clamav spamassassin
> > > courier-pop courierimap
> >
> > Qué error más raro.<
> > Pon la salida de 'postconf -n' y el contenido de tu master.cf a ver si vemos algo...
> >
> > _______________________________________________
> > List de correo Postfix-es para tratar temas del MTA postfix en español
> > Postfix-es en lists.wl0.org
> > http://lists.wl0.org/mailman/listinfo/postfix-es
> >
> 
> 


Más información sobre la lista de distribución Postfix-es