Current time: 05-04-2024, 03:59 AM 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
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #11
RE: SMTP: "Helo command rejected: need fully-qualified hostname"
nein der fehler liegt nicht nur an dir. darum habe ich ja das ticket eröffnet :-)

edit: Bene hat natürlich 825 eröffnet ich meinte http://www.isp-control.net/ispcp/ticket/860
(This post was last modified: 11-10-2007 09:33 PM by rbtux.)
11-10-2007 09:32 PM
Visit this user's website Find all posts by this user
Breaki Offline
Junior Member
*

Posts: 109
Joined: Sep 2007
Reputation: 5
Post: #12
RE: SMTP: "Helo command rejected: need fully-qualified hostname"
o.k. dann erstmal danke Wink

aber das fixen von dem bug überlass ich mal denen, die ahnung davon haben, ich konzentrier mich da lieber auf das, was ich auch kann *gg*

schöne grüße
11-10-2007 09:33 PM
Visit this user's website Find all posts by this user
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #13
RE: SMTP: "Helo command rejected: need fully-qualified hostname"
da muss wohl schon was am sasl nicht stimmen

ich würde - zimindest testhalber - das noplaintext wegnehmen:
Code:
smtpd_sasl_security_options = noanonymous, noplaintext

oder dann wenigstens tls einrichten - ich denke, dein Client kann aus deinen auth möglichkeiten nichts passendes finden
Quote:250-AUTH CRAM-MD5 DIGEST-MD5 NTLM

Port 587 scheint bei dir aber zu gehen... aber mehr kann ich auch nicht sagen, ohne eine gültige Mailadresse/Passwort zu haben..

/J
11-10-2007 09:45 PM
Visit this user's website Find all posts by this user
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #14
RE: [Gelöst] SMTP: "Helo command rejected: need fully-qualified hostname"
joxi das ding funktioniert wieder...

Quote:...aber nun gehts...
11-10-2007 10:08 PM
Visit this user's website Find all posts by this user
hotstuff Offline
Junior Member
*

Posts: 53
Joined: Nov 2007
Reputation: 0
Post: #15
RE: [Gelöst] SMTP: "Helo command rejected: need fully-qualified hostname"
rbtux Wrote:joxi das ding funktioniert wieder...

Quote:...aber nun gehts...

Hallo

Kannst du mir Bitte schreiben was du gemacht hast, das es wieder geht.

Wie kann ich die postconf bearbeiten ( Befehl ) ?

Danke

Gruss Dave
11-13-2007 05:47 AM
Find all posts by this user
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #16
RE: [Gelöst] SMTP: "Helo command rejected: need fully-qualified hostname"
vi /etc/postfix/main.cf

um das problem zu beheben solltest du permit_mynetworks, permit_sasl_authenticated, vor reject_.... in den smtpd_helo_restrictions reinschreiben...
11-13-2007 05:50 AM
Visit this user's website Find all posts by this user
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
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #18
RE: [Gelöst] SMTP: "Helo command rejected: need fully-qualified hostname"
die restrictions:

Quote:smtpd_helo_required = yes

smtpd_helo_restrictions = permit_mynetworks,
permit_sasl_authenticated,
reject_invalid_helo_hostname,
reject_non_fqdn_helo_hostname

smtpd_sender_restrictions = reject_non_fqdn_sender,
reject_unknown_sender_domain,
permit_mynetworks,
permit_sasl_authenticated

smtpd_recipient_restrictions = reject_non_fqdn_recipient,
reject_unknown_recipient_domain,
permit_mynetworks,
permit_sasl_authenticated,
reject_unauth_destination,
check_policy_service inet:127.0.0.1:12525,
check_policy_service inet:127.0.0.1:60000

smtpd_data_restrictions = reject_multi_recipient_bounce,
reject_unauth_pipelining


EDIT: Danach ein "postfix reload"
(This post was last modified: 11-13-2007 06:12 AM by rbtux.)
11-13-2007 06:11 AM
Visit this user's website Find all posts by this user
Thread Closed 


Forum Jump:


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