Greetings,

I am having some issues which I don't understand fully, and I'm hoping you can point out to me what I'm doing wrong here.

I have a client who's using Windows 7 phone, and she's unable to send mail due to Spamhaus blocking her 'direct-to-mx' IP range. SMTP authentication is turned on for the phone. Dovecot is able to fetch mail for the phone no problem.

I'm sure I'm missing something, but I don't know what at this point.

[root@triata ~]# postconf -n
alias_maps = hash:/etc/aliases
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = amavisfeed:[127.0.0.1]:10024
daemon_directory = /usr/libexec/postfix
data_directory = /var/lib/postfix
debug_peer_level = 1
html_directory = no
mail_owner = postfix
mailbox_size_limit = 0
mailq_path = /usr/bin/mailq
manpage_directory = /usr/local/man
maximal_backoff_time = 600s
maximal_queue_lifetime = 1d
message_size_limit = 0
minimal_backoff_time = 300s
mydomain = globalchangemultimedia.net
myhostname = triata.globalchangemultimedia.net
mynetworks = 127.0.0.1, 192.168.1.93
newaliases_path = /usr/bin/newaliases
postscreen_access_list = permit_mynetworks
postscreen_dnsbl_action = enforce
postscreen_dnsbl_sites = zen.spamhaus.org*2 bl.spamcop.net*1 b.barracudecentral.org*1
postscreen_dnsbl_threshold = 2
postscreen_greet_action = drop
queue_directory = /var/spool/postfix
queue_run_delay = 300s
readme_directory = no
sendmail_path = /usr/sbin/sendmail
setgid_group = postdrop
show_user_unknown_table_name = no
smtp_sasl_mechanism_filter = plain, login
smtpd_client_restrictions = check_client_access mysql:/etc/postfix/mysql_blacklist, permit
smtpd_data_restrictions = reject_unauth_pipelining, permit
smtpd_delay_reject = yes
smtpd_helo_required = yes
smtpd_helo_restrictions = permit_mynetworks, check_helo_access mysql:/etc/postfix/mysql_helo_restrictions.cf, permit_sasl_authenticated, reject_invalid_hostname,permit smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated,reject_invalid_hostname, reject_non_fqdn_sender, reject_non_fqdn_recipient, reject_unknown_sender_domain, reject_unauth_destination, check_recipient_access mysql:/etc/postfix/mysql_restricted_recipients.cf, permit
smtpd_restriction_classes = webdev_only, local_only, unrestricted
smtpd_sasl_auth_enable = yes
smtpd_sasl_exceptions_networks = $mynetworks
smtpd_sasl_path = private/auth
smtpd_sasl_security_options = noanonymous
smtpd_sasl_type = dovecot
smtpd_sender_restrictions = check_sender_access mysql:/etc/postfix/mysql_restricted_senders.cf, permit_sasl_authenticated, reject_non_fqdn_sender, reject_unknown_sender_domain,permit_mynetworks, permit
smtpd_tls_cert_file = /etc/pki/dovecot/certs/smtpd.pem
smtpd_tls_key_file = /etc/pki/dovecot/certs/smtpd.pem
smtpd_tls_loglevel = 0
smtpd_tls_received_header = no
smtpd_tls_security_level = may
smtpd_tls_session_cache_database = btree:/var/spool/postfix/smtpd_tls_session_cache
soft_bounce = yes
unknown_local_recipient_reject_code = 550
virtual_alias_maps = mysql:/etc/postfix/mysql_virtual_alias_maps.cf
virtual_gid_maps = static:1001
virtual_mailbox_base = /vmail
virtual_mailbox_domains = mysql:/etc/postfix/mysql_virtual_domains_maps.cf
virtual_mailbox_limit = 0
virtual_mailbox_maps = mysql:/etc/postfix/mysql_virtual_mailbox_maps.cf
virtual_minimum_uid = 1001
virtual_transport = dovecot
virtual_uid_maps = static:1001

--

Asai

Reply via email to