From: dav.stock99 on
I,
I ask this question months ago but then i was busy on sth else so i
forgot to check and the thread got closed by news admin.

My problem is that outlook from my pc running winxp keep sending the
non_fqdn and hence conflict with reject_non_fqdn_hostname . Is there
anyway i can make outlook sending out the fqdn rather then short
hostname?

====main.cf======

smtpd_helo_required = yes
disable_vrfy_command = yes

smtpd_recipient_restrictions =
reject_invalid_hostname,
reject_non_fqdn_hostname,
reject_non_fqdn_sender,
reject_non_fqdn_recipient,
reject_unknown_sender_domain,
reject_unknown_recipient_domain,
permit_mynetworks,
reject_unauth_destination,
check_recipient_access pcre:/etc/postfix/recipient_checks.pcre,
check_helo_access hash:/etc/postfix/helo_checks,
check_sender_access hash:/etc/postfix/sender_checks,
check_client_access hash:/etc/postfix/client_checks,
# check_client_access pcre:/etc/postfix/client_checks.pcre,
reject_rbl_client relays.ordb.org,
reject_rbl_client list.dsbl.org,
reject_rbl_client sbl.spamhaus.org,
reject_rbl_client cbl.abuseat.org,
reject_rbl_client dul.dnsbl.sorbs.net,
permit

smtpd_data_restrictions =
reject_unauth_pipelining,
permit

====/var/log/mail.log=======
Sep 15 15:16:39 stock99 postfix/master[4684]: terminating on signal 15
Sep 15 15:16:42 stock99 postfix/master[4787]: daemon started -- version
2.2.10, configuration /etc/postfix
Sep 15 15:16:53 stock99 postfix/smtpd[4791]: connect from
unknown[192.168.1.3]
Sep 15 15:16:53 stock99 postfix/smtpd[4791]: NOQUEUE: reject: RCPT from
unknown[192.168.1.3]: 504 <celeronserver>: Helo command rejected: need
fully-qualified hostname; from=<t...(a)stock99.xxxxelinux.com>
to=<d...(a)fxxxide.com.au> proto=ESMTP helo=<celeronserver>
Sep 15 15:16:54 stock99 courierpop3login: Connection,
ip=[::ffff:192.168.1.3]

Reply ยป