Hey there
I need to translate a certain pattern of email address on our sendmail server.
e.g. I need sendmail to automatically rewrite:
123456789_at_fax@domain.com
to be
123456789@fax.domain.com
I've got as far as knowing its a ruleset now and so far i have:
LOCAL_RULE_3
R$- _at_fax $@ @ $+ $1 @ fax.alicomsystems.com
This doesn't seem to work and to be honest I'm really not too sure what I'm doing here =S
Does it matter where in the sendmail.mc this line goes?
Ian
I need to translate a certain pattern of email address on our sendmail server.
e.g. I need sendmail to automatically rewrite:
123456789_at_fax@domain.com
to be
123456789@fax.domain.com
I've got as far as knowing its a ruleset now and so far i have:
LOCAL_RULE_3
R$- _at_fax $@ @ $+ $1 @ fax.alicomsystems.com
This doesn't seem to work and to be honest I'm really not too sure what I'm doing here =S
Does it matter where in the sendmail.mc this line goes?
Ian