BlueAvatar
Technical User
I am trying to change the daemon options for sendmail 8.11.2 so that i can run it on a different listen port (say 2025). i have managed with another version of sendmail (8.9.3) by putting this
in the sendmail.mc file, but when i try to recompile the mc file with m4 it says this:
what have i done wrong?
its probably something stupid.. please help me.
Code:
define(`confDAEMON_OPTIONS',`Port=2025,Addr=127.0.0.1')
Code:
WARNING: confDAEMON_OPTIONS is no longer valid. See cf/README for more information.
its probably something stupid.. please help me.