Email not sending / receiving

Joel Vande Berg jdv at universal5.com
Fri Aug 12 18:00:18 CEST 2016


Apparently.  I'm an idiot.  :)  

Looks like that did the trick.  Emails are now going in and out.

 Thanks to everyone that helped with this!



-----Original Message-----
From: Andy Kopciuch [mailto:akopciuch at bddf.ca] 
Sent: Friday, August 12, 2016 11:25 AM
To: users at lists.kolab.org; Joel Vande Berg <jdv at universal5.com>
Cc: me at chrisfleming.org
Subject: Re: Email not sending / receiving

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