Author Topic: Fresh install Ubuntu 14.04 LTS EHCPForce Email Errors.  (Read 7364 times)

Loren Tedford

  • Jr. Member
  • **
  • Posts: 58
  • I love Amateur Radio, VPS and Minecraft!
    • View Profile
    • Welcome to Lorentedford.com
Re: Fresh install Ubuntu 14.04 LTS EHCPForce Email Errors.
« Reply #15 on: April 15, 2015, 01:50:01 am »
I am running 14.04 LTS server

earnolmartin

  • Administrator
  • Sr. Member
  • *****
  • Posts: 304
    • View Profile
Re: Fresh install Ubuntu 14.04 LTS EHCPForce Email Errors.
« Reply #16 on: April 16, 2015, 12:21:39 am »
Well, glad you got it fixed.

Loren Tedford

  • Jr. Member
  • **
  • Posts: 58
  • I love Amateur Radio, VPS and Minecraft!
    • View Profile
    • Welcome to Lorentedford.com
Re: Fresh install Ubuntu 14.04 LTS EHCPForce Email Errors.
« Reply #17 on: April 25, 2015, 09:17:43 am »
We are now back to email errors makes me wonder if some service are not starting up after a server reboot example maybe spam assasin

earnolmartin

  • Administrator
  • Sr. Member
  • *****
  • Posts: 304
    • View Profile
Re: Fresh install Ubuntu 14.04 LTS EHCPForce Email Errors.
« Reply #18 on: April 26, 2015, 10:53:51 pm »
We are now back to email errors makes me wonder if some service are not starting up after a server reboot example maybe spam assasin

Well, try restarting the spamassassin service:

Code: [Select]
sudo service spamassassin restart

Try restarting amavis:

Code: [Select]
sudo service amavis restart

See if there are any errors.  Check your log files for more information and restart any other services to see if it logs errors.

earnolmartin

  • Administrator
  • Sr. Member
  • *****
  • Posts: 304
    • View Profile
Re: Fresh install Ubuntu 14.04 LTS EHCPForce Email Errors.
« Reply #19 on: May 12, 2015, 10:29:50 pm »
I finally got around to testing the latest version of EHCP on a real live VPS with Ubuntu 14.04.  If you are having problems sending email, please try running this command:

Code: [Select]
sudo sed -i 's/^inet_protocols.*/inet_protocols = ipv4/g' "/etc/postfix/main.cf"
sudo service postfix restart

A new function has been added in the SVN version to prompt for changing this setting if it is not set to ipv4.  This is the only email issue I ran into.  Once I fixed that, emails are now being sent.  Please let me know if that works for you.

Loren Tedford

  • Jr. Member
  • **
  • Posts: 58
  • I love Amateur Radio, VPS and Minecraft!
    • View Profile
    • Welcome to Lorentedford.com
Re: Fresh install Ubuntu 14.04 LTS EHCPForce Email Errors.
« Reply #20 on: May 12, 2015, 11:30:49 pm »
Is this going to make much difference with the fact i run both Ipv4 and ipv6 on the email server?

earnolmartin

  • Administrator
  • Sr. Member
  • *****
  • Posts: 304
    • View Profile
Re: Fresh install Ubuntu 14.04 LTS EHCPForce Email Errors.
« Reply #21 on: May 13, 2015, 12:04:06 am »
Is this going to make much difference with the fact i run both Ipv4 and ipv6 on the email server?

Just try it and see.  You can always change it back.  Mine wouldn't work until I turned off IPv6.  IPv4 will always work... for now.