Re: [Ddclient-support] Specify mail server
Brought to you by:
supersandro2000,
wimpunk
From: Mike S. <mi...@sc...> - 2017-07-24 17:26:01
|
On 24/07/17 15:38, Matt wrote: > I was wondering where I can to specify the SMTP server for ddclient to use for the “mail” and “mail-failure” parameters in the configuration file? Thanks. If all else fails, read the source code. The version (3.8.1_1) I've just checked just pipes its message into the command sendmail -oi rcpt1 rcpt2 ..... which will simply use sendmail to queue up the mail and the sendmail demon will deal with it as it will - nothing to do with ddclient, and there is no ddclient config option to affect this. There's no provision for using a different command to send the mail. A workstation may have a simple sendmail config that forwards the mail to some smarthost -- sendmail.{mc|cf} is the place to check this. I've no idea what happens if a different MTA is in use. -- Mike Scott Harlow, Essex, England |