On Thursday, March 20, 2014 12:48 PM, Wijatmoko U. Prayitno <k...@crypto.my.id> 
wrote:
 
On Thu, 20 Mar 2014 04:38:29 -0700 (PDT)

ML mail <mlnos...@yahoo.com> wrote:

> 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

main dot cf:

smtpd_client_restrictions = permit_sasl_authenticated


I tried that one but it did not help. Here is also the submission entry I am 
using on my master.cf file:

submission inet n - - - - smtpd -v
  -o smtpd_tls_security_level=encrypt
  -o smtpd_sasl_auth_enable=yes
  -o smtpd_sasl_type=dovecot
  -o smtpd_sasl_path=inet:111.111.111.112:12345
  -o smtpd_sasl_security_options=noanonymous
  -o smtpd_sasl_local_domain=$myhostname
  -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  -o 
smtpd_recipient_restrictions=reject_non_fqdn_recipient,reject_unknown_recipient_domain,permit_sasl_authenticated,reject

Reply via email to