On Thursday, March 20, 2014 12:29 PM, "li...@rhsoft.net" <li...@rhsoft.net> 
wrote:
 



Am 20.03.2014 12:24, schrieb ML mail:
> That's actually the guide I have followed but I thought there must be 
> something missing because I alwayse get the
> following Access denied error message:
> 
> Mar 20 12:22:38 debian postfix/submission/smtpd[18467]: NOQUEUE: reject: RCPT 
> from unknown[192.168.10.152]: 554
> 5.7.1 <unknown[192.168.10.152]>: Client host rejected: Access denied; 
> from=<t...@domain.tld>
> to=<validem...@yahoo.com> proto=ESMTP helo=<desktop.local>
> 
> What could I have done wrong here?

don't top-post in HTML

that is only one log line - where is the evidence that the sender
used authentication at all and where is the output of "postconf -n"
as statet in the weclome message?
Sorry about that. Here below is the output of a postconf -n:

append_dot_mydomain = no
biff = no
config_directory = /etc/postfix
default_transport = smtp
inet_interfaces = all
inet_protocols = all
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
mydestination = debian, localhost
mynetworks = 127.0.0.0/8 111.1111.111.0/24 [::1]/128 [fe80::]/64
readme_directory = no
recipient_delimiter = +
relay_transport = smtp
relayhost =
smtp_sasl_auth_enable = yes
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
smtpd_sasl_path = inet:111.111.111.112:12345
smtpd_sasl_type = dovecot
smtpd_tls_cert_file = /etc/ssl/certs/cert.pem
smtpd_tls_key_file = /etc/ssl/private/key.pem
smtpd_tls_security_level = may
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtpd_use_tls = yes

Reply via email to