Hi,
I've been receiving the following error message from the server
Requested action not taken: mailbox unavailable
550 Delivery is not allowed to this address
From the message, i could guess that this is to do with the fact that my account doesn't exist on the server. However, i could receive incoming emails this morning from other people. Additionally, i could also send email out to people in our domain with no problem. The problem occurs only if i try to send to other domain or external email address.
The other wierd thing is that it's only me that has had this difficulty while most of my colleagues can send & receive emails from external address as well as within the same domain.
What could possibly go wrong?
I'm using Hmailserver 4.4 B270 and squirrelmail
Thank you in advance
error in sending email
Re: error in sending email
Is everyone else using squirrelmail, or are they connecting via other IMAP or POP3 clients?
Are you sure that this error occurs for EVERY mail you send external, or just one/some?
Are you sure that this error occurs for EVERY mail you send external, or just one/some?
Just 'cause I link to a page and say little else doesn't mean I am not being nice.
https://www.hmailserver.com/documentation
https://www.hmailserver.com/documentation
-
- Normal user
- Posts: 162
- Joined: 2006-01-30 04:48
Re: error in sending email
Thank you MattG for your reply.
Yes, i have tried the ones that i know of and none of them did get sent. However, i think it might be to do with squirrelmail. It's been working well until yesterday i went to upgrade my squirrelmail to the latest version and since then, i got this problem.
I might have to post this issue to the squirrelmail forum.
Thank you for your help
Yes, i have tried the ones that i know of and none of them did get sent. However, i think it might be to do with squirrelmail. It's been working well until yesterday i went to upgrade my squirrelmail to the latest version and since then, i got this problem.
I might have to post this issue to the squirrelmail forum.
Thank you for your help
Re: error in sending email
This alone sounds like a problem with your IP Ranges. Have you modified them recently?Additionally, i could also send email out to people in our domain with no problem. The problem occurs only if i try to send to other domain or external email address.
If this is related only to mail sent from SquirrelMail then you probably turned off SMTP authentication during the SM upgrade. In that case...It's been working well until yesterday i went to upgrade my squirrelmail to the latest version and since then, i got this problem.
conf.pl > Server Settings > SMTP Settings > SMTP Authentication > login
OR
config.php > $smtp_auth_mech = 'login';
...should fix the problem.
-
- Normal user
- Posts: 162
- Joined: 2006-01-30 04:48
Re: error in sending email
Thank you Redrummy for your reply.
Yes, it fixes the problem. I had it set to "None" for $smtp_auth_mech in the conf.pl but as soon as i changed it to "login", it works.
Thank you very much.
Yes, it fixes the problem. I had it set to "None" for $smtp_auth_mech in the conf.pl but as soon as i changed it to "login", it works.
Thank you very much.