Vladimir Potapov wrote:

Hello!!!

On my OpenBSD machine I am using postfix with tmda.When mail comes from none
mydomain address , to none mydomain address sends confirm message.If someone
reply to confitm message it cannot be send to mydomain relay.My main.cf:
mydestination = $myhostname, localhost.$mydomain, $mydomain,
$myhostname.$mydomain
mynetworks = 192.168.1.0/24, 192.168.5.0/24, 127.0.0.0/8, 212.58.0.0/16
local_recipient_maps = $alias_maps unix:passwd.byname
masquerade_domains = $mydomain
alias_maps = hash:/etc/aliases
alias_database = dbm:/etc/aliases

Nov 15 18:14:31 first postfix/smtpd[6261]: reject: RCPT from
f4.mail.ru[194.67.57.34]: 550
<[EMAIL PROTECTED]>: User unknown;
from=<[EMAIL PROTECTED]> to=<[EMAIL PROTECTED]>



Could you please also give the output of:

postconf virtual_alias_maps
postconf recipient_delimiter
?

It could very well be that the domains "mydomain.ru" simply is not known to postfix (nothing in your parts of main.cf hints me to think otherwise) or that postfix currently does not quite understand the + (plus) as a recipient delimiter.

Gr,

Nils.
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to