Hi,
At my university, all mail have to go through mail server at IT Department. Let say mail.university.edu.my. Right now i can send email to another department but cannot email to and recieve yahoo or another mail using scalix server.
Configuration for rainforest-academy.university.edu.my are;
my smtpd.conf
---------------------------------
RELAY accept 127.0.0.1
RELAY accept .university.edu.my
RELAY accept 202.190.30.5
RELAY Log_Reject ALL
# extra rules added to prevent open relay usage
RECIPIENT Log_Reject *@*@*
RECIPIENT Log_Reject *%*
RECIPIENT Log_Reject *!*
RECIPIENT Log_Reject *#*@*
my sendmail.cf i set SMARTHOST="university.edu.my"
some my /etc/opt/scalix/webmail/swa.propetiies
--------------------------------------------------
swa.version=10.0
swa.email.domain=rainforest-academy.university.edu.my
swa.email.imapServer=rainforest-academy.university.edu.my
swa.email.smtpServer=rainforest-academy.university.edu.my
swa.email.userNameIncludesDomain=false
but when i change smtpServer yo mail.university.edu.my , i cannot login
Please help me
Thank you