Hi!
We have a mail server (FC3 + sendmail) which has a public ip address, but the ip address of network card is 10.0.0.1 (for security reasons, only VPN access over ssh) .
We need use this server from out with its public address.
DAEMON_OPTIONS('Port=smtp, Addr=xx.yy.zz.gg, Name=MTA')
When I write the public address in Addr parameter, sendmail doesn't want start. (I think beacuse the address of network card isn't equals with the public address)
How can I solve the problem?
Thanx,
Chris