Whenever I try to send messages from an email client (Thunderbird, Apple Mail, etc) with smtp authentication setup in the client, I am prompted over and over for my password, and cannot send messages through Scalix.
Here is what I have in my smtpd.cfg file:
SMTPFILTER=TRUE
RELAY accept 127.0.0.1
RELAY accept .sureclient.net
AUTH_SUCCESS accept ALL
DEBUG_LOG=TRUE
RELAY Log_Reject ALL
RECIPIENT Log_Reject *@*@*
RECIPIENT Log_Reject *%*
RECIPIENT Log_Reject *!*
RECIPIENT Log_Reject *#*@*
[SUBMIT]
#LISTEN=localhost:587
# Reject all anonymous connections
ANONYMOUS Log_Reject ALL
Here's the output of omstat -a:
PC Monitor Started NON-STOP 0
Directory Relay Server Started 23:32:48
Notification Server Started 23:32:48 0
Shared memory daemon Started NON-STOP
Notification Monitor Started NON-STOP
Session Monitor Started NON-STOP
Indexer Started NON-STOP
Stats Daemon Started NON-STOP
Container Access Monitor Started NON-STOP
Item Structure Server Stopped
Database Monitor Started 23:32:48
Licence Monitor Daemon Started NON-STOP
LDAP Daemon Started 23:32:48
Queue Manager Started NON-STOP
Item Delete Daemon Started NON-STOP
IMAP Server Daemon Started 23:32:48
SMTP Relay Started 23:32:48
Mime Browser Controller Started 23:32:48
Event Server Started 23:32:48
When I telnet to port 25 from an external machine, I get the following greeting, which looks correct to me:
Connected to scalix.domain.tld.
Escape character is '^]'.
220 scalix.domain.tld ESMTP Scalix SMTP Relay 11.3.0.11339; Thu, 24 Jan 2008 23:57:50 -0600 (CST)
I'm not seeing any successful authentications in smtpd-SMTP.log.
What is preventing the email clients from authenticating? and what do I need to change to be able to send messages from the email clients?