help on filter mail sent with my msg server domain
807574Sep 8 2006 — edited Feb 11 2020Hi,
my environment is SunOne Messaging Server 5.2 sp2, on Solaris (sparc) 2.8.
I need help to solve the following problem: some mail user of the platform, for example "foo@mydomain.com" receive message with sender "foo@mydomain.com" and this message is sent by external mail server. All the mail user send email with authentication, I mean when they send an email, the email is dispatched on "tcp_auth" channel.
So I have tried to insert into the "mappings" file the filter
ORIG_SEND_ACCESS
....
tcp_local|*@mydomain.com|tcp_local|*@mydomain.com $Nnot$ allowed$
but this does not work, if I execute a SMTP session on my mail host
I can send an email and into the log file I see that the dispatcher channel is "tcp_local -> tcp_local".
Please could you tell me why the filter does not work fine?
thanks in advance