Hi,
So i've been trying to setup up scalix to use my ISP smtp. My internal email address needs to be masqueraded (username and domain), otherwise it will not be accepted by the smtp.
I thought I had this right using genericstable, but on inspecting my sendmail log, it appears that it's ignoring the genericstable completely.
If my local user email address is myname@local.domain, and I want my from address for outgoing emails to be anothername@isp.com, how does scalix allow for this?
I have edited my sendmail.mc to use genericstable, as well as added my smarthost etc. and compiled with the command: m4 sendmail.mc > sendmail.cf.
Then, when I run omsendin to add the sendmail routines, it seems to take out the Smarthost pointer, so that instead of having 'DSsmtp.myisp.com' in my sendmail.cf as before running omsendin, I have 'DS ' afterwards.
Is this normal? If it is removing my smarthost line, is it removing other details too?
btw I'm using scalix 11 beta on OpenSuSe 10.1
thanks, Luke