Hi,
I have a little trouble to figure this out.
My PMG server hostname is : client.mydomain.net and it is performing filtering for the domain client.com
When there's a MAILER-DAEMON send it is send with this address MAILER-DAEMON@client.mydomain.net
I would like to change that for MAILER-DAEMON@client.com
From what I understand that might be fixed by creating this variable in main.cf.in :
myorigin = client.com
I can't use existing variable here because currently :
mydomain = [% dns.domain %]
myhostname = [% dns.hostname %].[% dns.domain %]
which gice mydomain.net and client.mydomain.net
Changing hostname would break the service for the client.
Does anyone know a proper way to fix this ?
Regards
I have a little trouble to figure this out.
My PMG server hostname is : client.mydomain.net and it is performing filtering for the domain client.com
When there's a MAILER-DAEMON send it is send with this address MAILER-DAEMON@client.mydomain.net
I would like to change that for MAILER-DAEMON@client.com
From what I understand that might be fixed by creating this variable in main.cf.in :
myorigin = client.com
I can't use existing variable here because currently :
mydomain = [% dns.domain %]
myhostname = [% dns.hostname %].[% dns.domain %]
which gice mydomain.net and client.mydomain.net
Changing hostname would break the service for the client.
Does anyone know a proper way to fix this ?
Regards