Dear all,
when i use 
telnet 0 587, i get the following result:
Trying 0.0.0.0...
Connected to 0.
Escape character is '^]'.
220 mail.pahlevanzadeh.info ESMTP Postfix
AND WHEN I USE EHLO COMMAND, I GET THE FOLLOWING RESULT:
ehlo localhost
250-mail.pahlevanzadeh.info
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN

But i don't see two following lines in above:
250-AUTH LOGIN PLAIN
250-AUTH=LOGIN PLAIN


I attached my main.cf and my master.cf,
i have a newbie question: if i get good result, should i run dovecot?
second question: how i can see the two lines in the smtp result?


--mohsen
broken_sasl_auth_clients = yes
command_directory = /opt/postfix/usr/sbin
config_directory = /opt/postfix/etc/postfix
daemon_directory = /opt/postfix/usr/libexec/postfix
data_directory = /opt/postfix/var/lib/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
home_mailbox = Maildir/
html_directory = no
inet_interfaces = all
inet_protocols = ipv4
mail_owner = postfix
mailq_path = /opt/postfix/usr/bin/mailq
manpage_directory = /opt/postfix/usr/local/man
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
mydomain = pahlevanzadeh.info
myhostname = mail.pahlevanzadeh.info
mynetworks = 192.168.0.0/24, 127.0.0.0/8
myorigin = $mydomain
newaliases_path = /opt/postfix/usr/bin/newaliases
queue_directory = /opt/postfix/var/spool/postfix
readme_directory = no
sample_directory = /opt/postfix/etc/postfix
sendmail_path = /opt/postfix/usr/sbin/sendmail
setgid_group = postdrop
smtp_tls_note_starttls_offer = yes
smtp_use_tls = yes
smtpd_banner = $myhostname ESMTP $mail_name
smtpd_helo_restrictions = reject_invalid_hostname
smtpd_recipient_limit = 100
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, 
reject_unauth_destination, reject_unknown_sender_domain, reject_unknown_client, 
permit
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_path = inet:localhost:1023
smtpd_sasl_security_options = noanonymous
smtpd_sasl_type = dovecot
smtpd_sender_restrictions = reject_unknown_address
smtpd_tls_CAfile = /opt/postfix/etc/postfix/cacert.pem
smtpd_tls_auth_only = no
smtpd_tls_cert_file = /opt/postfix/etc/postfix/smtpd.cert
smtpd_tls_key_file = /opt/postfix/etc/postfix/smtpd.key
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
smtpd_use_tls = yes
tls_random_source = dev:/dev/urandom
unknown_local_recipient_reject_code = 550
virtual_alias_maps = 
proxy:mysql:/opt/postfix/etc/postfix/mysql-virtual_forwardings.cf, 
mysql:/opt/postfix/etc/postfix/mysql-virtual_email2email.cf
virtual_mailbox_domains = 
proxy:mysql:/opt/postfix/etc/postfix/mysql-virtual_domains.cf
virtual_mailbox_maps = 
proxy:mysql:/opt/postfix/etc/postfix/mysql-virtual_mailboxes.cf
smtp       inet  n       -       n       -       -       smtpd -o 
smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes -o 
smtpd_tls_auth_only=yes -o 
smtpd_client_restrictions=permit_sasl_authenticated,reject -o 
smtpd_sasl_security_options=noanonymous,noplaintext -o 
smtpd_sasl_tls_security_options=noanonymous
submission inet  n       -       -       -       -       smtpd -o 
smtpd_tls_security_level=encrypt -o smtpd_sasl_auth_enable=yes -o 
smtpd_sasl_type=dovecot -o smtpd_sasl_path=private/auth -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
pickup     fifo  n       -       n       60      1       pickup
cleanup    unix  n       -       n       -       0       cleanup
qmgr       fifo  n       -       n       300     1       qmgr
tlsmgr     unix  -       -       n       1000?   1       tlsmgr
rewrite    unix  -       -       n       -       -       trivial-rewrite
bounce     unix  -       -       n       -       0       bounce
defer      unix  -       -       n       -       0       bounce
trace      unix  -       -       n       -       0       bounce
verify     unix  -       -       n       -       1       verify
flush      unix  n       -       n       1000?   0       flush
proxymap   unix  -       -       n       -       -       proxymap
proxywrite unix  -       -       n       -       1       proxymap
smtp       unix  -       -       n       -       -       smtp
relay      unix  -       -       n       -       -       smtp
showq      unix  n       -       n       -       -       showq
error      unix  -       -       n       -       -       error
retry      unix  -       -       n       -       -       error
discard    unix  -       -       n       -       -       discard
local      unix  -       n       n       -       -       local
virtual    unix  -       n       n       -       -       virtual
lmtp       unix  -       -       n       -       -       lmtp
anvil      unix  -       -       n       -       1       anvil
scache     unix  -       -       n       -       1       scache

Reply via email to