ispCP - Board - Support
[Solucionado] Relay Deny - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: Spanish Corner (/forum-29.html)
+--- Thread: [Solucionado] Relay Deny (/thread-2144.html)



[Solucionado] Relay Deny - morgan - 01-14-2008 07:26 AM

Hola sigo con mis problemas para dejar esto funcionado no me deja escribir desde ninguna cuenta de correo desde maquinas de fuera marcando el uso de autentificacion con el outlook Expresseste es mensaje de error en /var/log/mail.log:
Jan 13 22:13:03 trueno postfix/smtpd[30732]: connect from 154.Red-88-2-218.staticIP.rima-tde.net[88.2.218.154]
Jan 13 22:13:04 trueno postfix/smtpd[30732]: NOQUEUE: reject: RCPT from 154.Red-88-2-218.staticIP.rima-tde.net[88.2.218.154]: 554 5.7.1 <comercial@indaloweb.es>: Relay access denied; from=<santiago@fotocalle.es> to=<comercial@indaloweb.es> proto=ESMTP helo=<Guerrero>

Siendo antiago@fotocalle.es uan cuenta dada de alta en sistema.

Gracias de Antemano


RE: Relay Deny - rbtux - 01-14-2008 08:33 AM

my spanish is poor... sorry (google translated...)

Nos muestran la salida del comando postconf -n...


RE: Relay Deny - morgan - 01-14-2008 09:07 AM

rbtux Wrote:my spanish is poor... sorry (google translated...)

Nos muestran la salida del comando postconf -n...

Ok
trueno:/etc/postfix/ispcp# postconf -n
alias_database = hash:/etc/aliases
append_at_myorigin = yes
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = amavis:[127.0.0.1]:10024
daemon_directory = /usr/lib/postfix
inet_interfaces = all
local_destination_recipient_limit = 1
local_recipient_maps = unix:passwd.byname $alias_database
local_transport = local
mail_spool_directory = /var/mail
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
mydestination = $myhostname, $mydomain
mydomain = ttcom.com
myhostname = trueno.ttcom.com
mynetworks = 212.85.33.16, 127.0.0.0/8, ttcom.com
mynetworks_style = host
myorigin = $myhostname
setgid_group = postdrop
smtpd_banner = $myhostname
smtpd_data_restrictions = reject_multi_recipient_bounce, reject_unauth_pipelining
smtpd_helo_required = yes
smtpd_helo_restrictions = permit_mynetworks, permit_sasl_authenticated,
smtpd_recipient_restrictions = permit_mynetworks, reject_non_fqdn_recipient, reject_unknown_recipient_domain, permit_sasl_authenticated, reject_unauth_destination, reject_unlisted_recipient, check_policy_service inet:127.0.0.1:12525, check_policy_service inet:127.0.0.1:60000
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain =
smtpd_sasl_security_options = noanonymous, noplaintext
smtpd_sender_restrictions = permit_mynetworks, reject_non_fqdn_sender, reject_unknown_sender_domain, permit_sasl_authenticated
transport_maps = hash:/etc/postfix/ispcp/transport
virtual_alias_maps = hash:/etc/postfix/ispcp/aliases
virtual_gid_maps = static:8
virtual_mailbox_base = /var/mail/virtual
virtual_mailbox_domains = hash:/etc/postfix/ispcp/domains
virtual_mailbox_limit = 0
virtual_mailbox_maps = hash:/etc/postfix/ispcp/mailboxes
virtual_minimum_uid = 1002
virtual_transport = virtual
virtual_uid_maps = static:1002


RE: Relay Deny - rbtux - 01-14-2008 06:10 PM

Change
smtpd_sasl_security_options = noanonymous, noplaintext

to
smtpd_sasl_security_options = noanonymous

and restart postfix
/etc/init.d/postfix reload


Solucionado RE: Relay Deny - morgan - 01-14-2008 07:29 PM

Gracias ahora funciona bien