Why Mail Server Always Cannot Send And Receive Emails

Jul 17, 2008

My VPS is working perfectly for over one year. However the mail server of my VPS is always not working about 3 - 4 times a week since three weeks ago. I can login the webmail accounts, just cannot receive emails and send emails.

View 4 Replies


ADVERTISEMENT

My Mail Server Will Not Receive Or Send Email

Apr 20, 2007

Here is what happened:

We have been running our web/ftp/application/mail server for about 4 years, and running flawlessly. This week one of the computers in the network was infected with a virus that was sending spam like crazy. We got blacklisted, as per this site mxtoolbox.com. Our domain is affordablerto.net. Since then we have isolated the problem, klilled the virus and are no longer blacklisted. But we are not able to send or receive any emails now. I wrote mxtoolbox and there reply was basicly "We can get you up and running if you pay us". I called our ISP and they stated that the ports(25) are open. When I do an smtp diagnostic from mxtoolbox I get the response that Argument 'Length' must be greater or equal to zero.

When I go to dnsreport and input our mail server (mail.affordablerto.net) I get ERROR:

The parent servers say that the domain mail.affordablerto.net does not have any NS records (although they may have some other information on that zone).

When I put in our mail server under mail test I get this Getting MX record for mail.affordablerto.net (from local DNS server, may be cached)... There is no MX record for mail.affordablerto.net! That's bad. Checking for an A record... Got it!

When I put in our domain I get this...well I can not put a link in yet - the software here says I need to take 5 posts before I can link anything. Go ahead and try it yourself.

I am not sure what most of this information means. I am in contact with our DNS provider and they keep on trying to sell me some solution. So does mxtoolbox.

I don't know what to do.

View 7 Replies View Related

Unable To Send And Receive Emails In Lxadmin

May 3, 2009

we are not able to send or resive emails from other servers

we just can see mails from ower server not other servers

what can we do? to corect this

View 4 Replies View Related

Plesk 12.x / Linux :: Can't Receive And Send Emails

Oct 16, 2014

I just moved from DirectAdmin to Parallels Plesk and already love the interface. Much better than DA in my opinion.

Let's get to the problem:

When I make a new email account I can login to this account on webmail.domain.com (roundcube) and receive and send emails. Now when I want to use this account on Apple Mail i'm not sure which ports I need to use.

For the incoming mail server I use: 143
For the outgoing mail server I use: 587

Now when I look at my mailbox it gives me a warning sign. The outgoing mail server gives a green dot, but the incoming mail server gives me a red dot.

- So sending mails works.
- And receiving mails don't work.

I am using IMAP and have enabled the SSL box. I don't know if i need to check this, because i'm not running on an SSL certificate.

Are the ports that i'm using right? And should I enable the SSL checkbox?

View 1 Replies View Related

Mail Server / Can't Send Or Receive Mail

Jul 20, 2008

In webmail, when a person trys to send an email they get this error:

Message not sent. Server replied: Requested action aborted: error in processing
451 Temporary local problem - please try later

We have tried all the mail processing apps on Webmail (horde/squirrel/roundcube) and all of them seem to do the same thing. We have restart exim and that doesn't do anything either.

I tried searching Google, but I didn't find too much luck there.

View 3 Replies View Related

Plesk 12.x / Linux :: Cannot Send Receive Emails After Migrate

Oct 31, 2014

I had made the backups of subscription and of whole plesk too and migrate it to other server. It seems all to be fine, but I cannot send or receive emails In Tools & Settings -> Server-Wide Mail Settings - > Mail Queue I see all mails stored there. The IPs was changed yesterday, and now I can see that WHOIS Infos was chanfed too, the domains are online.

On old server I had no problem with sending of emails (post), it is stil on, because I had not by all domains changed the DNS-Records yet.

View 1 Replies View Related

Plesk 12.x / Linux :: Web Applications Work Fine But Cannot Send Or Receive Emails

Nov 12, 2014

We have installed the latest version of Plesk on our server. Our web applications work fine. But we can not send or receive emails. Neither the webmail (login failed) nor pop3 / imap and mail forms on web projects.

openSuse 13.1
Plesk 12.0.18 Update # 23
Mail Server: Postfix
Imap / pop3 server: Courier-Imap
Webmail: Horde

View 6 Replies View Related

Send And Receive Mail

Oct 31, 2007

Ubuntu 7.04 server amd64 (Host OS)
VMWare Server
Postfix 2.3.8-2

1)
On testing sendmail to Internet encounting following problem;

$ telnet localhost 25
Code:
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
ehlo xyg.com
It hung here after hitting [Enter]

$ netstat -l | grep tcp
Code:
tcp 0 0 *:vmware-authd *:* LISTEN
tcp 0 0 localhost.localdo:mysql *:* LISTEN
tcp 0 0 *:8333 *:* LISTEN
tcp 0 0 *:www *:* LISTEN
tcp 0 0 192.168.213.1:domain *:* LISTEN
tcp 0 0 172.16.77.1:domain *:* LISTEN
tcp 0 0 *:ftp *:* LISTEN
tcp 0 0 192.168.0.10:domain *:* LISTEN
tcp 0 0 localhost.locald:domain *:* LISTEN
tcp 0 0 192.168.0.10:ssh *:* LISTEN
tcp 0 0 localhost.localdoma:ipp *:* LISTEN
tcp 0 0 *:smtp *:* LISTEN
tcp 0 0 localhost.localdoma:953 *:* LISTEN
tcp 0 0 *:https *:* LISTEN
tcp 0 0 *:8222 *:* LISTEN
tcp6 0 0 *:imaps *:* LISTEN
tcp6 0 0 *:pop3s *:* LISTEN
tcp6 0 0 *:pop3 *:* LISTEN
tcp6 0 0 *:imap2 *:* LISTEN
tcp6 0 0 *:domain *:* LISTEN
tcp6 0 0 *:smtp *:* LISTEN
tcp6 0 0 ip6-localhost:953 *:* LISTEN
Sending mails on Intranet/locally on the same PC without problem.


2)
All mails sent on yahoo.com/gmail.com to this server returned saying users NOT found. However the respective users including Maildir have been created. Mails sent to them on Intranet w/o problem.

View 2 Replies View Related

Plesk 12.x / Linux :: Can't Receive Mail Send From Phpmail

Oct 16, 2014

i have php forms and somes notifications from OSSEC and plesk server, but i can't receive these mail :

my configuration is plesk 12.0.18
Postfix
dovecot

alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases, hash:/var/spool/postfix/plesk/aliases
command_directory = /usr/sbin

[Code].....

View 4 Replies View Related

Plesk 11.x / Linux :: Mail On Domain Aliases Cannot Receive Emails

Jun 15, 2014

We have a CentOS6.5 with 11.5 PLESK. There is a domain named domain.com and there is an alias domain on it that named alias.com and all check boxes of it (Mail,Web,Application and ...) are selected. When we send an email from GMAIL to info@domain.com, we receive it successfully, but when we send that email to info@alias.com, it doesn't receive.

View 2 Replies View Related

One Account On Server Can't Receive Email's But Can Send "Out"

Aug 29, 2007

I own a dedicated server, and I have one person on the server that can send emails, but for some reason cannot receive them.

It's only this one account that's facing this issue, so I'm not sure if it's something on the server or their account?

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved