Cannot receive e-mails sent to admin@domain, but can send.

andre

New member
Joined
Feb 24, 2020
Messages
4
Hello,

I have a probem and after digging cannot solve. On DA I have two domains bound to
admin. One is vz19362.dahost.pl, it is a random domain sold with the VPS package(it had
httpd, exim, dovecott etc configured already). I added the production domain I use for the
shop let's say domain.pl.

Recently I ordered a SSL certificate and to validate it I need to confirm an e-mail send to
[email protected]. The problem it that I cannot receive any mails on [email protected]

I can sent them via roundcube from [email protected], but cannot recive. The VPS is managed by me so I have access to logs and files, but do not know where is the problem.

If any one could point a newbie to a possible solution I'd be grateful. Shall I provide any
details please ask.
 
Hello,

If you need to get any relevant help you should let us know your domain. Without knowing your domain we can offer only two options:

1. read all available help pages and forums threads, trying everything you might find.
2. get someone to fix it for you either for free or as a paid service.

Your inquiry is one of the most asked here and there are already all possible solutions have been posted. So please let us know your domain or choose another option.
 
Hello,

If you need to get any relevant help you should let us know your domain. Without knowing your domain we can offer only two options:

1. read all available help pages and forums threads, trying everything you might find.
2. get someone to fix it for you either for free or as a paid service.

Your inquiry is one of the most asked here and there are already all possible solutions have been posted. So please let us know your domain or choose another option.

Hello, thank you for your time. The domain is czarszka.pl
 
Beside a wrong SSL certificate, I don't see any issue. I've emailed to your mail address and my email has been accepted fine. You might run:

Code:
exigrep Test /var/log/exim/mainlog

to see logs for the email.
 
Beside a wrong SSL certificate, I don't see any issue. I've emailed to your mail address and my email has been accepted fine. You might run:

Code:
exigrep Test /var/log/exim/mainlog

to see logs for the email.

Found this:

2020-02-24 13:35:38 H=www.poralix.net [95.170.95.7] incomplete transaction (QUIT) from <> for [email protected]
2020-02-24 13:35:39 1j6CxW-00039v-QJ DKIM: d=poralix.com s=x c=relaxed/relaxed a=rsa-sha256 [verification succeeded]
2020-02-24 13:35:39 1j6CxW-00039v-QJ <= [email protected] H=www.poralix.net [95.170.95.7] P=esmtps X=TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256 S=1548 id=5e53c319.+HrGgHZBQLIdfVVe%[email protected] T="Test" from <[email protected]> for [email protected]
2020-02-24 13:35:39 cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1j6CxW-00039v-QJ
2020-02-24 13:35:39 cwd=/tmp 4 args: /usr/sbin/exim -oMr spam-scanned -bS
2020-02-24 13:35:39 1j6CxX-0003A0-9H <= [email protected] U=mail P=spam-scanned S=1990 id=5e53c319.+HrGgHZBQLIdfVVe%[email protected] T="Test" from <[email protected]> for [email protected]
2020-02-24 13:35:39 cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1j6CxX-0003A0-9H
2020-02-24 13:35:39 1j6CxX-0003A0-9H Failed to find user "" from expanded string "${lookup{$domain}lsearch{/etc/virtual/domainowners}{$value}}" for the domain_filter router
2020-02-24 13:35:39 1j6CxX-0003A0-9H == [email protected] <[email protected]> R=domain_filter defer (-1): Failed to find user "" from expanded string "${lookup{$domain}lsearch{/etc/virtual/domainowners}{$value}}" for the domain_filter router
2020-02-24 13:35:39 1j6CxX-0003A0-9H Failed to find user "" from expanded string "${lookup{$domain}lsearch{/etc/virtual/domainowners}{$value}}" for the domain_filter router
2020-02-24 13:35:39 1j6CxX-0003A0-9H == [email protected] <[email protected]> R=domain_filter defer (-1): Failed to find user "" from expanded string "${lookup{$domain}lsearch{/etc/virtual/domainowners}{$value}}" for the domain_filter router
2020-02-24 13:35:39 1j6CxW-00039v-QJ <[email protected]>: spamcheck transport output: 2020-02-24 13:35:39 1j6CxX-0003A0-9H Failed to find user "" from expanded string "${lookup{$domain}lsearch{/etc/virtual/domainowners}{$value}}" for the domain_filter router
2020-02-24 13:35:39 1j6CxW-00039v-QJ => admin <[email protected]> F=<[email protected]> R=spamcheck_director T=spamcheck S=1868
2020-02-24 13:35:39 1j6CxW-00039v-QJ Completed
 
Try

Code:
echo "czarszka.pl: admin" >> /etc/virtual/domainowners

and then check how emails incoming.
 
Try

Code:
echo "czarszka.pl: admin" >> /etc/virtual/domainowners

and then check how emails incoming.
This didn't help but you pointed me to a solution, thank you!

Is seems that I had to add vz19362.dahost.pl: admin to domainowners. Now I get e-mails.

Do you think it makes sense, or did we just fixed a badly done installation?
 
Back
Top