View Full Version : Postfix With SMTP-AUTH And TLS
weslkers
20th March 2008, 13:48
Hi all guys~
I got the problem here, on my system the output didnt show the 250-STARTTLS and 250-AUTH LOGIN PLAIN.
I dunno what going wrong, any idea how to fix it? Pls help, thx~!
Below is the website that i follow the installation instruction,
http://howtoforge.com/perfect_server_opensuse10.3_p5
Best Regards
shane
falko
21st March 2008, 14:55
Can you post the telnet output?
What's in /etc/postfix/main.cf (please strip out the comments)?
weslkers
22nd March 2008, 12:23
Hi falko
Here was the telnet output in my system,
server1:/etc/postfix/ssl # telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 server1.example.com ESMTP Postfix
ehlo localhost
250-serversuse.freewares.com
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
About the /etc/postfix/main.cf inside was alot comments~ i not able to do copy n paste here~ so i show u the comments that doesnt hav # infront,
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
mail_owner = postfix
unknow_local_recipient_reject_code = 550
debug_peer_level = 2
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin:/usr/x11R6/bin
xxgdb $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/sbin/sendmail
newaliases_path =/usr/bin/newaliases
mailq_path = /usr/bin/mailq
setigid_group =maildrop
html_directory = /usr/share/doc/package/postfix/html
manpage_directory = /usr/share/man
sample_directory = usr/share/doc/package/postfix/samples
readme_directory = usr/share/doc/package/postfix/READ<E_FILES
inet_protocols = all
biff = no
mail_spool_directory = /var/mail
canonical_maps = hash:/etc/postfix/canonical
virtual_alias_maps = hash:/etc/postfix/virtual
virtual_alias_domains = hash:/etc/postfix/virtual
relocated_maps = hash:/etc/postfix/relocated
transport_maps = hash:/etc/postfix/transport
sender_canonical_maps = hash:/etc/postfix/sender_canonical
masquerade_exceptions = root
masquerade_classes = envelope_sender, header_sender, header_recipient
myhostname = serversuse.freewares.com
program_directory = /usr/lib/postfix
inet_interfaces = localhost
masquerade_domains =
mydestination = $myhostname, localhost.$mydomain
defer_transports =
mynetworks_style = subnet
disable_dns_lookups = no
relayhost =
mailbox_command =
mailbox_transport =
stroct_8bitmime = no
disable_mime_output_conversion = no
smtpd_sender_restrictions = hash:/etc/postfix/access
smtpd_client_restrictions =
smtpd_helo_required = no
smtpd_helo_restrictions =
strict_rfc821_envelopes = no
smtpd_recipient_restrictions = permit_mynetworks,reject_unauth_destination
smtp_sasl_auth_enable = no
smtpd_sasl_auth_enable = no
smtpd_use_tls = no
smtp_use_tls = no
alias_maps = hash:/etc/aliases
mailbox_size_limit = 0
message_size_limit = 10240000
weslkers
22nd March 2008, 13:01
To falko
HI guys
I found what the problem already and my system output had show starttls & 250-auth plain login. By the way thx for your attention~~
Regards
Shane
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.