Results 1 to 1 of 1
|
Enjoy an ad free experience by logging in. Not a member yet? Register.
|
|
-
08-02-2012 #1
- Join Date
- Aug 2012
- Posts
- 1
sendmail and receiving mails for multiple domains
I have problev with receiving mail on domain.ru server
In general, as follows:
There are several domains. Everyone on self independent server with sendmail
Code:domain[dot]com domain[dot]net domain[dot]biz domain[dot]ru
Code:MX preference = 1, mail exchanger = mx.domain[dot] ru
sendmail on domain[dot] ru
the file /etc /hosts
Code:127.0.0.1 localhost.localdomain 1.1.1.1 domain[dot]ru mx.domain[dot]ru domain[dot] com domain[dot]net domain[dot] biz
Code:LCCAL_DOMAIN (`localhost.localdomain ') dnl LCCAL_DOMAIN (`domain[dot]com ') dnl LCCAL_DOMAIN (`domain[dot]net ') dnl LCCAL_DOMAIN (`domain[dot]biz ') dnl LCCAL_DOMAIN (`domain[dot]ru ') dnl
Code:domain[dot]com domain[dot]biz domain[dot]net domain[dot]ru
in the file /etc/ mail/ virtualusertable
Code:user1 at domain [dot] com user1 user1 at domain [dot] biz user1 user1 at domain [dot] net user1 user1 at domain [dot] ru user1
the logs can be seen
Sent a letter to domain[dot] com
Code:Jul 31 09:30:07 domain sendmail [ 5783 ]: q6V5U7tQ005783: from = asdf at asdfasdf [dot] ru, size = 1091, class = 0, nrcpts = 1, msgid =201207310530.q6V5U4Nw015485 at domain[dot] com, bodytype = 8BITMIME, proto = ESMTP, daemon = MTA, relay = domain[dot] com [2.2. 2.2] (may be forged)
If you send an email to domain[dot] ru
Code:Jul 31 05:17:22 domain sendmail [ 3103 ]: q6V1HKCd003103: from = fichegx29 at list[dot] ru, size = 0, class = 0, nrcpts = 0, bodytype = 8BITMIME, proto = ESMTP, daemon = MTA, relay = localhost [123 .123. 123.136] (may be forged)
That's something like that.