ispCP - Board - Support
[ERLEDIGT] Noch ein Mailproblem - 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: [ERLEDIGT] Noch ein Mailproblem (/thread-2316.html)



[ERLEDIGT] Noch ein Mailproblem - fulltilt - 02-06-2008 03:09 AM

Habe hier einige Kunden die Probleme mit Outlook seit der Umstellung haben.
Emailempfang geht - der Versand bricht ab mit:
Code:
Send test e-mail message:   The server responded: 504 5.5.2

Habe auf einem XP System einfach auf Testnachricht senden geklickt und dann hat der Outlook sich automatisch auf NTML Auth. eingestellt.

Bei Vista Nutzern gibt es da wohl ein Problem.
Kennt jemand eine Lösung?


RE: Noch ein Mailproblem - rbtux - 02-06-2008 03:17 AM

poste mal die sasl_security_options... aus der main.cf


RE: Noch ein Mailproblem - fulltilt - 02-06-2008 03:24 AM

rbtux Wrote:poste mal die sasl_security_options... aus der main.cf

Das sind Sie - habe postgrey entfernt:

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_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,
                               reject_unlisted_recipient,
                               check_policy_service inet:127.0.0.1:12525,
                               permit

smtpd_data_restrictions      = reject_multi_recipient_bounce,
                               reject_unauth_pipelining



RE: Noch ein Mailproblem - rbtux - 02-06-2008 03:25 AM

nimm noplaintext raus dan klappts auch mit dem rausguck...


RE: Noch ein Mailproblem - fulltilt - 02-06-2008 03:53 AM

rbtux Wrote:nimm noplaintext raus dan klappts auch mit dem rausguck...

thanks rbtux,

das klingt logisch :-)
Habe es mal so gemacht - die Kunden haben mir aber noch nix bestätigt - ich nehme an das es dann klappt wenn niemand sich meldet ...


RE: [ERLEDIGT] Noch ein Mailproblem - BeNe - 02-06-2008 05:14 AM

Jaja - unser rbtux Wink
Ich habe den Thread mal als [ERLEDIGT] markiert, lasse Ihn aber offen falls noch was wäre.

Greez BeNe


RE: Noch ein Mailproblem - fulltilt - 02-06-2008 08:29 AM

noanonymous,

Das Komma kommt ja mit weg, oder?


RE: [ERLEDIGT] Noch ein Mailproblem - joximu - 02-06-2008 08:46 AM

yep


RE: [ERLEDIGT] Noch ein Mailproblem - fulltilt - 02-07-2008 01:40 AM

Alles O.K. klappt jetzt mit den Vistas auch Wink

BeNe Wrote:Jaja - unser rbtux Wink
Ich habe den Thread mal als [ERLEDIGT] markiert, lasse Ihn aber offen falls noch was wäre.

Greez BeNe



RE: [ERLEDIGT] Noch ein Mailproblem - joximu - 02-07-2008 06:14 AM

dann schliesse ich mal...