September 03, 2010, 01:40:08 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Work on Kolab2/Gentoo-2.2 has stopped. The project has been deprecated (see board Kolab2/Gentoo).
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Kolab won't send email from outside users  (Read 4100 times)
xehqter
Jr. Member
**

Karma: 1
Posts: 94


View Profile WWW
« on: June 25, 2008, 06:51:24 PM »

Incase anyone runs into this problem.

One of my clients couldn’t send email from outside the network even though SMTP authentication was enabled in outlook. The error message was:
Code:
554 5.7.1 <user@example.org>: Relay access denied

After troubleshooting:
Code:
telnet localhost 25
EHLO localhost
250-AUTH PLAIN LOGIN wasn’t listed meaning the server doesn’t support SMTP authentication.

When I issued the command to authenticate I received:
Code:
538 5.7.0 Encryption required for requested authentication mechanism
The solution was to set smtpd_tls_auth_only=no in /etc/kolab/templates/main.cf.template and run kolabconf
Logged

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!