postconf -n:
 
broken_sasl_auth_clients = yes
command_directory = /usr/local/sbin
config_directory = /usr/local/etc/postfix
daemon_directory = /usr/local/libexec/postfix
data_directory = /var/db/postfix
debug_peer_level = 2
debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd 
$daemon_directory/$process_name $process_id & sleep 5
html_directory = /usr/local/share/doc/postfix
inet_interfaces = all
inet_protocols = ipv4
mail_owner = postfix
mailbox_command = /usr/local/libexec/dovecot/dovecot-lda -f "$SENDER" -a 
"$RECIPIENT"
mailq_path = /usr/local/bin/mailq
manpage_directory = /usr/local/man
message_size_limit = 10485760
mydestination = $myhostname
mydomain = XXXXXXX.az
myhostname =  mx2.XXXXXXX.az
mynetworks = AAA.AAA.AAA.AAA/BB, CCC.CCC.CCC.CCC/DD,  127.0.0.1/32
mynetworks_style = subnet
myorigin = $mydomain
newaliases_path = /usr/local/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = /usr/local/share/doc/postfix
sample_directory = /usr/local/etc/postfix
sendmail_path = /usr/local/sbin/sendmail
setgid_group = maildrop
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, 
reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_path = inet:< here_is_the_address_of_imap.XXXXXXX.az >:666
smtpd_sasl_security_options = noanonymous
smtpd_sasl_type = dovecot
smtpd_tls_CAfile = /usr/local/etc/postfix/certs/root-ca.crt
smtpd_tls_cert_file = /usr/local/etc/postfix/certs/smtp.XXXXXXX.az.crt
smtpd_tls_key_file = /usr/local/etc/postfix/certs/smtp.XXXXXXX.az.key
smtpd_tls_received_header = yes
smtpd_use_tls = yes
unknown_local_recipient_reject_code = 550
virtual_alias_maps = proxy:mysql:/usr/local/etc/postfix/ 
mysql_virtual_alias_maps.cf
virtual_gid_maps = static:1981
virtual_mailbox_base = /pool/mail
virtual_mailbox_domains = proxy:mysql:/usr/local/etc/postfix/ 
mysql_virtual_domains_maps.cf
virtual_mailbox_maps = proxy:mysql:/usr/local/etc/postfix/ 
mysql_virtual_mailbox_maps.cf
virtual_minimum_uid = 1981
virtual_uid_maps = static:1981

Could this string: " smtpd_sasl_path = inet:< 
here_is_the_address_of_imap.XXXXXXX.az >:666 " be somehow related to the 
problem that I'm experiencing?


Пятница, 30 января 2015, 10:13 +01:00 от Håkon Alstadheim 
<ha...@alstadheim.priv.no>:
>Apologies, got the problem report twisted in my head. Sorry.
>
>What does "postconf -n" say ?
>
>------------------------------------------------------------------------------
>Dive into the World of Parallel Programming. The Go Parallel Website,
>sponsored by Intel and developed in partnership with Slashdot Media, is your
>hub for all things parallel software development, from weekly thought
>leadership blogs to news, videos, case studies, tutorials and more. Take a
>look and join the conversation now.  http://goparallel.sourceforge.net/
>_______________________________________________
>Dspam-user mailing list
>Dspam-user@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/dspam-user

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Dspam-user mailing list
Dspam-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspam-user

Reply via email to