ispCP - Board - Support
[Gelöst] SMTP: "Helo command rejected: need fully-qualified hostname" - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+---- Forum: Archiv (/forum-54.html)
+---- Thread: [Gelöst] SMTP: "Helo command rejected: need fully-qualified hostname" (/thread-1755.html)

Pages: 1 2


RE: SMTP: "Helo command rejected: need fully-qualified hostname" - rbtux - 11-10-2007 09:32 PM

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


RE: SMTP: "Helo command rejected: need fully-qualified hostname" - Breaki - 11-10-2007 09:33 PM

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


RE: SMTP: "Helo command rejected: need fully-qualified hostname" - joximu - 11-10-2007 09:45 PM

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


RE: [Gelöst] SMTP: "Helo command rejected: need fully-qualified hostname" - rbtux - 11-10-2007 10:08 PM

joxi das ding funktioniert wieder...

Quote:...aber nun gehts...



RE: [Gelöst] SMTP: "Helo command rejected: need fully-qualified hostname" - hotstuff - 11-13-2007 05:47 AM

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


RE: [Gelöst] SMTP: "Helo command rejected: need fully-qualified hostname" - rbtux - 11-13-2007 05:50 AM

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...


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

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]


RE: [Gelöst] SMTP: "Helo command rejected: need fully-qualified hostname" - rbtux - 11-13-2007 06:11 AM

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"