Email not sending / receiving

Andy Kopciuch akopciuch at bddf.ca
Fri Aug 12 17:25:16 CEST 2016


On Friday August 12 2016 01:34:05 Joel  Vande Berg wrote:
> # $myhostname = 'pontiac.centralsw.com';  # must be a fully-qualified domain
> name!


Your config line here will be ignored because it is a comment.   You have a # 
at the beginning.

$myhostname = 'pontiac.centralsw.com'; 

or

$myhostname = `hostname --fqdn`;


Should do the trick.



Andy


More information about the users mailing list