Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: Cyrus Bharda on October 09, 2002, 06:20:42 AM
-
Hello all, well I am trying to setup my SME box to just host my email. So I had my mx records changed and all the other stuff done, but I cannot send mail from the SME 5.5.
I get this error from outlook:
An unknown error has occurred. Subject 'test from outlook local to external', Account: 'XXXXX.net.au', Server: '192.168.0.1', Protocol: SMTP, Server Response: '451 Message refused by mail server.', Port: 25, Secure(SSL): No, Server Error: 451, Error Number: 0x800CCC6A
So I tryed webmail, but it would not send, came back with "There was an error sending your message". Then I downloaded the services rpm to see if my smtp was running and it isnt for some reason, so I rebooted, but it did not start. I tryed setting it to start with the services control panel, but it still doesnt start, so how do I start it, and will this fix the problem?
-
Chances are there is an error when smtp tries to start. Check your log files.
You can also try starting the service from the console and see what error you get. It should be something like:
/etc/init.d/smtpfwdd start
I'm not sure what the smtp startup script is called for 5.5, but it should be similar.
-
5.5 uses smtpfront-qmail so it would be
/etc/init.d/smtpfront-qmail start
The services rpm you are using will not work correctly on 5.5 for some services, mail being one of them
Jon
-
Ok well I ran /etc/init.d/smtpfront-qmail start and it started OK and tryed to send an email from webmail, but still get this message:
There was an error sending your message
When I hit the send button.
And I still get the 451 message when I try with outlook express.. any ideas?
-
Did you check the log files yet?
Jeroen
-
Yeah, the service starts fine, no errors whatsoever? Pretty strange, I think it is related to another problem I am having with RAV, so I just got RAV 8.4 so we'll see if that fixes it, thanks though!!
Cyrus Bharda
-
Hi All,
I'm using version 5.6, I got same problem with Cyrus, and I did the command:
# service smtpfront-qmail start
and looks normal, but when i check it on the status (by 'service smtpfront-qmail status' command) it displayed:
/service/smtpfront-qmail: up (pid 1591) 9897 seconds, normally down
Any one can help, please. Your help is highly appreciated,
Thank you,
-
Hi Cyrus
Did you manage to resolve this? Was it the RAV?
I am having the same problem. Please let me know
Thanks
Steven
-
Steven,
I must of resolved it as it is all working good now, but unfortunatly cannt for the life of me remember what I did, sorry!!
Cyrus Bharda
-
OK here's how we solved it here. If RAV stops for some reason you will get these errors, so we checked if it was running
ps -ef |grep rav
saw that it wasn't running, so we changed to the rc2.d directory and started it, and it started working fine
cd /etc/rc2.d
./K40ravmail start
Hope this helps
Steven