Buenas, de repente me han dejado de salir los correos de mi servidor, me llegan todos de vueltos. Esto es lo que me devuelve:
Código:
> This is the Postfix program at host avancexxi.
> >
> > I'm sorry to have to inform you that your message could not be
> > be delivered to one or more recipients. It's attached below.
> >
> > For further assistance, please send mail to <postmaster>
> >
> > If you do so, please include this problem report. You can
> > delete your own text from the attached returned message.
> >
> > The Postfix program
> >
> > <[email protected]>: host relay.cac.es[xxx.xx.xx.xxx] said: 554 5.7.1 This
message
> > has been blocked because the HELO/EHLO domain is invalid. (in reply to
end
> > of DATA command)
> >
> > <[email protected]>: host relay.lesarts.com[xxx.xx.xx.xxx] said: 554
5.7.1
> > This message has been blocked because the HELO/EHLO domain is invalid.
(in
> > reply to end of DATA command)
> >
> > <[email protected]>: host relay.lesarts.com[xxx.xx.xx.xxx] said: 554
5.7.1
> > This message has been blocked because the HELO/EHLO domain is invalid.
(in
> > reply to end of DATA command)
Este es mi main.cf (lo tengo que sea obligatoria la autenticación)
Código:
#
# Postfix MTA Manager Main Configuration File;
#
# Please do NOT edit this file manually;
#
#
# Postfix directory settings; These are critical for normal Postfix MTA functionallity;
#
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
program_directory = /usr/lib/postfix
#
# Some common configuration parameters;
#
inet_interfaces = all
mynetworks_style = host
myhostname = nombre
mydomain = nombre.local
#myhostname = nombre.es
#mydomain = nombre.es
myorigin = $mydomain
smtpd_banner = $myhostname VHCS2 2.4 Spartacus Managed ESMTP 2.4.5.1
setgid_group = postdrop
#
# Receiving messages parameters;
#
mydestination = $myhostname, $mydomain
append_dot_mydomain = no
append_at_myorigin = yes
local_transport = local
append_at_myorigin = yes
local_transport = local
virtual_transport = virtual
transport_maps = hash:/etc/postfix/vhcs2/transport
#
# Delivering local messages parameters;
#
mail_spool_directory = /var/mail
mailbox_size_limit = 0
mailbox_command = procmail -a "$EXTENSION"
biff = no
alias_database = hash:/etc/aliases
local_destination_recipient_limit = 1
local_recipient_maps = unix:passwd.byname $alias_database
#
# Delivering virtual messages parameters;
#
virtual_mailbox_base = /var/mail/virtual
virtual_mailbox_limit = 0
virtual_mailbox_domains = hash:/etc/postfix/vhcs2/domains
virtual_mailbox_maps = hash:/etc/postfix/vhcs2/mailboxes
virtual_alias_maps = hash:/etc/postfix/vhcs2/aliases
virtual_minimum_uid = 1001
virtual_uid_maps = static:1001
virtual_gid_maps = static:8
default_destination_concurrency_limit = 200
#
# SASL paramters;
#
# SASL paramters;
#
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain = vhcs.net
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions =
permit_sasl_authenticated,
permit_mynetworks,
reject_unauth_destination
content_filter = smtp-amavis:[127.0.0.1]:10024
¿Alguien puede ayudarme?