Cant send mail.
-
- Posts: 1
- Joined: Wed Jul 06, 2016 4:34 pm
Re: Cant send or receive mail.
Hello,
I have this problem too, I am using a Debian VPS 8.5 (64bit).
Has anyone found a solution?
Please, I urgently need to recover an account associated with an email domain.
I have this problem too, I am using a Debian VPS 8.5 (64bit).
Has anyone found a solution?
Please, I urgently need to recover an account associated with an email domain.
Re: Cant send mail.
Error i got on my server when i try to send email to my google email
iptables -L -n | grep 25
iptables -L -n | grep 110
SpoilerShow
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
[email protected]
retry timeout exceeded
------ This is a copy of the message, including all the headers. ------
Return-path: <[email protected]>
Received: from admin by admin.myserver.com with local (Exim 4.84_2)
(envelope-from <[email protected]>)
id 1bKuyu-0006Tz-0X
for [email protected]; Thu, 07 Jul 2016 00:07:44 +0200
To: [email protected]
Subject: asd
X-PHP-Originating-Script: 0:rcube.php
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII;
format=flowed
Content-Transfer-Encoding: 7bit
Date: Thu, 07 Jul 2016 00:07:43 +0200
From: [email protected]
Message-ID: <[email protected]>
X-Sender: [email protected]
User-Agent: Roundcube Webmail/1.1.1
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
[email protected]
retry timeout exceeded
------ This is a copy of the message, including all the headers. ------
Return-path: <[email protected]>
Received: from admin by admin.myserver.com with local (Exim 4.84_2)
(envelope-from <[email protected]>)
id 1bKuyu-0006Tz-0X
for [email protected]; Thu, 07 Jul 2016 00:07:44 +0200
To: [email protected]
Subject: asd
X-PHP-Originating-Script: 0:rcube.php
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII;
format=flowed
Content-Transfer-Encoding: 7bit
Date: Thu, 07 Jul 2016 00:07:43 +0200
From: [email protected]
Message-ID: <[email protected]>
X-Sender: [email protected]
User-Agent: Roundcube Webmail/1.1.1
SpoilerShow
fail2ban-MAIL tcp -- 0.0.0.0/0 0.0.0.0/0 multiport dpor ts 25,465,587,2525,110,995,143,993
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 multiport dports 2 5,465,587,2525
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp spt:25
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 multiport dports 2 5,465,587,2525
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp spt:25
SpoilerShow
fail2ban-MAIL tcp -- 0.0.0.0/0 0.0.0.0/0 multiport dports 25,465,587,2525,110,995,143,993
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 multiport dports 110,995
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp spt:110
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 multiport dports 110,995
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp spt:110
-
- Support team
- Posts: 1096
- Joined: Sat Sep 06, 2014 9:58 pm
- Contact:
- Os: Debian 8x
- Web: apache + nginx
Re: Cant send mail.
Are you on AWS Ec2 ?
who is your provider ?
who is your provider ?
Re: Cant send mail.
hmm okey, think you have time to help me out with teamviewer?XoXiLhJ0mn wrote:Hi,
You have all your domains at domains at Loopia.com having the Nameservers there. What you are trying to do is to configure an email server at home for privacy reasons.
Regarding SMTP
Exim requires a specific binding address, which is a fixed address. In your case, the Exim will bind to the localhost. Thereafter, you need to configure routers in Exim.conf to forward it to port 25 for relay.
Your DSL provider should allow relay at this port, though.
Regarding POP3/IMAPS
You cannot just have emails delivered to your email server at home in a simple way because there is no domain, sub-domain or a fixed IP configured to your router at home.
So you could create a subdomain on your vesta server and have your emails coming there. But this will not help you from the privacy point of view. You wanna divert them to your home router.
Alternatively, you could have a special subdomain configured on your vesta server.
Thereafter, you need to find out some intelligent tricks to have incoming emails, like [email protected] to land to your home router.
You need to forward these incoming emails to your home router, which is based on y dynamic address. Thus, you need to have this dynamic IP address registered somewhere, on your vesta server or a dnyDNS service, etc. to be able to forward it to your home server.
I cannot help you from this point further.