![]() |
Problems with Outlook 2010 (beta) sending mails - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Development Area (/forum-1.html) +--- Forum: Tickets / Roadmap / Timeline (/forum-50.html) +--- Thread: Problems with Outlook 2010 (beta) sending mails (/thread-8685.html) |
Problems with Outlook 2010 (beta) sending mails - petzsch - 12-07-2009 08:53 AM Hi, some of my customers are reporting to me that they have problems sending mails via SMTP using the new Outlook 2010 beta version. I've followed their sending attempts in the mail.log and found the following intresting lines: Quote:Dec 6 23:47:37 15 postfix/smtpd[26120]: connect from dslb-088-075-172-211.pools.arcor-ip.net[88.75.172.211] I've seen identically problems on different machines. Trying Outlook 2010 myself, didn't bring me any further. I've tried issuing a EHLO command to the smtp server by telnet and got the following: Quote:220 15.kunden-server.org ESMTP ispCP 1.0.0 OMEGA Managed I'm not shure why NTLM is at all beeing offered to the client. I guess Outook is just using the best mechanism itself supports, but it's not really working on my end. No problems when using Thunderbird, Outlook Express, Outlook 2007 or the Horde Webmail. I hope you guys have a clue, what's causing this. I'd prefer getting it sorted out before office 2010 is released to the masses ;-) RE: [NOT ISPCP RELATED] Problems with Outlook 2010 (beta) sending mails - gOOvER - 12-07-2009 11:51 AM Quote:No problems when using Thunderbird, Outlook Express, Outlook 2007 or the Horde Webmail. So i see no problem of ispCP ![]() Quote: I hope you guys have a clue, what's causing this. 2010 is a Beta. If you have these problems after release as stable, then we can talk about it. But we don't debug MS Beta Code ![]() RE: [NOT ISPCP RELATED] Problems with Outlook 2010 (beta) sending mails - petzsch - 12-07-2009 05:08 PM I don't see a Problem with the M$-Code here. When the Mailserver claims to support NTLM as authentication method than it is very well legitim for Outlook to make use of the strongest mechanism both sides support. I mean that's the whole point of "show me your mechanisms, and I'll show you mine" ![]() Current point of my researching: It has something to do with SASL and the supported mechansims from that side. But I can't find the coresponding config file where those mechanisms are configured. ![]() Thx for any useful hints ![]() RE: [NOT ISPCP RELATED] Problems with Outlook 2010 (beta) sending mails - kilburn - 12-07-2009 08:51 PM IMHO you're right: if ispcp doesn't setup postfix's auth mechanisms right, it should be an ispcp-related thing. By the way, on a debian lenny system the mechs are configured in the following file (create it if it doesn't exist): Code: # cat /etc/postfix/sasl/smtpd.conf RE: [NOT ISPCP RELATED] Problems with Outlook 2010 (beta) sending mails - mcgreen - 12-24-2009 08:04 AM (12-07-2009 08:51 PM)kilburn Wrote: IMHO you're right: if ispcp doesn't setup postfix's auth mechanisms right, it should be an ispcp-related thing. By the way, on a debian lenny system the mechs are configured in the following file (create it if it doesn't exist): It works! Thanks a lot!!! McGreen (BTW, I must go through this forum to find out, how to install ISP on Ubuntu Server. I tried it a few months ago, but it didn't work. So I had to install vhcs2 again.) RE: [NOT ISPCP RELATED] Problems with Outlook 2010 (beta) sending mails - marcus - 04-23-2010 08:09 PM I got the same problem with a customer, that he cant use outlook 2010 beta, because the test of the server goes wrong. So if i understand this thread right, creating the file /etc/postfix/sasl/smtpd.conf with: mech_list: plain login should perhaps fix this? - i have done that, but it didnt helps ![]() thanks marcus RE: [NOT ISPCP RELATED] Problems with Outlook 2010 (beta) sending mails - petzsch - 04-23-2010 10:17 PM did you restart postfix? RE: [NOT ISPCP RELATED] Problems with Outlook 2010 (beta) sending mails - ShinZan - 08-17-2010 03:35 AM (04-23-2010 10:17 PM)petzsch Wrote: did you restart postfix? I hate to resurrect an old thread but i said the same thing when beta customers asked me about the problem "Get off Beta Software!" Well now the beta is over and i have 2010 myself and i have ispcp version 1.0 running debian etch. and i get the same problem exactly. outlook 2007 no problem outlook 2010 gives me these errors: Aug 16 12:21:55 debian postfix/smtpd[1094]: warning: unknown[x.x.x.170]: SASL NTLM authentication aborted Aug 16 12:21:55 debian postfix/smtpd[1094]: warning: SASL authentication failure: required parameters missing i created the file /etc/postfix/sasl/smtpd.conf filled it with contents: mech_list: plain login saved closed and restarted postfix but no joy. Code: main.cf #sasl parameters RE: [NOT ISPCP RELATED] Problems with Outlook 2010 (beta) sending mails - HenrikS - 08-17-2010 05:34 AM (12-07-2009 11:51 AM)gOOvER Wrote: 2010 is a Beta. If you have these problems after release as stable, then we can talk about it. But we don't debug MS Beta Code I have the full version installed (No beta) still the same problem and only on ispcp ... not on other panels.... so it is ispcp related. So i hope someone has a fix for this. RE: Problems with Outlook 2010 (beta) sending mails - petzsch - 08-17-2010 05:39 AM Well the fix is described here: Hope to see the fix in one of the coming ISPcp releases :-) |