Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I recently set up a server on a VPS. I'm running CentOS 5, LxAdmin control panel with BIND, Apache, Mysql, PHP, etc. Now, LxAdmin by default comes with roundcube and horde webmail clients. The problem is that I want to use good old fashioned squirrelmail.
So, I tried to install squirrelmail on one of the user accounts on my server. I got everything to work (i.e. it can recieve mail, delete it, file it, etc.), but I cannot send. When I try to send an email, I get the following error:
Quote:
Message not sent. Server replied:
Requested action not taken: mailbox name not allowed
553 sorry, that domain isn't in my list of allowed rcpthosts (#5.5.3 - chkuser)
Now, I know I can send mail with roundcube and horde, so the problem is not with the mail server, but with squirrelmail. Can someone shed some light on this problem?
Thank you very much.
Last edited by evilmonkey; 08-01-2008 at 07:34 AM.
It is possible that courier is putting the logs somewhere else? Sometimes applications write their logs within their own file hierarchy instead of putting them in /var/log.
I got this out of /var/log/messages when I triend to send an email through sqirrelmail.
Code:
Aug 3 19:00:18 hitmusichour xinetd[3686]: START: smtp pid=11276 from=127.0.0.1
Aug 3 19:00:19 hitmusichour xinetd[3686]: EXIT: smtp status=1 pid=11276 duration=1(sec)
I also got this out of /var/log/lxadmin/smtp.log (I think this is the problem)
Code:
CHKUSER rejected relaying: from <test@hitmusichour.ca::> remote <www.hitmusichour.ca:localhost:127.0.0.1> rcpt <test123@gmail.com> : client not allowed to relay
Okay, I figured it out. I had to set the smtp_auth variable in the config.php file to login so that it would authenticate against the smtp server. Thanks very much!!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.