Current time: 09-29-2024, 01:27 PM Hello There, Guest! (LoginRegister)


Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Gelöst] SMTP: "Helo command rejected: need fully-qualified hostname"
Author Message
hotstuff Offline
Junior Member
*

Posts: 53
Joined: Nov 2007
Reputation: 0
Post: #17
RE: [Gelöst] SMTP: "Helo command rejected: need fully-qualified hostname"
Hallo

Stimmt das so?

Code:
smtpd_sasl_auth_enable       = yes
smtpd_sasl2_auth_enable      = yes
smtpd_sasl_security_options  = noanonymous, noplaintext
smtpd_sasl_local_domain      =
broken_sasl_auth_clients     = yes
smtpd_sender_restrictions    = permit_mynetworks,
                               reject_non_fqdn_sender,
                               reject_unauth_destination,
                               permit_sasl_authenticated

smtpd_recipient_restrictions = permit_mynetworks,
                               reject_non_fqdn_recipient,
                               reject_unknown_sender_domain,
                               reject_unknown_recipient_domain,
                               reject_unauth_destination,
                               permit_sasl_authenticated,
                               check_policy_service inet:127.0.0.1:12525,
                               check_policy_service inet:127.0.0.1:60000
smtpd_helo_required = yes
smtpd_data_restrictions = reject_unauth_pipelining
smtpd_helo_restrictions = permit_sasl_authenticated,
                          permit_mynetworks,
                          reject_invalid_helo_hostname,
                          reject_non_fqdn_helo_hostname

Gruss Dave[/code]
11-13-2007 06:10 AM
Find all posts by this user
Thread Closed 


Messages In This Thread
RE: [Gelöst] SMTP: "Helo command rejected: need fully-qualified hostname" - hotstuff - 11-13-2007 06:10 AM

Forum Jump:


User(s) browsing this thread: 4 Guest(s)