Hi!
I'll answer both replys...
Could you please try the following, just to be sure.... from the client machine, to a
telnet <myscalixserverhostname> 25
I've done this and attempted to duplicate the dialog. I essentially receive the exact same response and smtpd.log entries.
also, please post your full /var/opt/scalix/sys/smtpd.cfg file.
RELAY accept 127.0.0.1
RELAY accept .mylab.net
RELAY accept 192.168.12.0
AUTH_SUCCESS Header ms3.mylab.net
AUTH_SUCCESS Accept ALL
DEBUG_LOG=TRUE
RELAY Log_Reject ALL
# extra rules added to prevent open relay usage
RECIPIENT Log_Reject *@*@*
RECIPIENT Log_Reject *%*
RECIPIENT Log_Reject *!*
RECIPIENT Log_Reject *#*@*
First, in Thunderbird, go to Tools...
This has been done. I've properly configured both Outlook and Thunderbird. I know these configurations are correct.
Next, you posted "250 ms3.lab.com Hello blah, blah blah [xx.xx.xx.xx], pleased to meet you", but you blanked out the important part that we need to see, what domain are you coming from?
"Lab.com" and "mylab.com" are obviously representitive domains. The domain naming conventions work properly as I have several other test machines in these domains. "Lab.Com" is the (representitive) public domain while "mylab.com" is a private domain used for internal dns only. This domain architecture is known good.
I see that your Scalix host thinks that it's part of ms3.mylab.net as shown in this line "Cli 16900/1 sent : 221 ms3.mylab.net closing connection ". If the machine you're using is also part of mylab.net, then you would need a line such as: RELAY accept .mylab.net
The client is an external client connecting via a public IP port 25. And yes, simply adding RELAY accept .mylab.net is the only was I've been able to get realying to work but this is a very bad thing and SMTP_AUTH is not functioning via this addition to the smtpd.cfg so this is an unacceptable entry.
So, if you could start by getting the changes made to Thunderbird as described above, then attempt to send, you should get prompted for your password. Enter your Scalix password and your message should be accepted.
Using both Outlook and Thunderbird and NOT defining a cached password for SMTP (or POP for that matter), I am challanged for the password for POP but never for SMTP which leads me to believe that SMTP_AUTH is not enabled in Scalix although, looking at my smtpd.cfg config above, AUTH_SUCCESS accept All is defined.
Wheew!
Thank you for the assistance! I know this is not that hard but I am lost here!
Now where do we go???