Author Topic: Error on 'Test SMTP config' and 'Test IMAP config'  (Read 5110 times)

Offline mfaisal1

  • Newbie
  • *
  • Posts: 1
Error on 'Test SMTP config' and 'Test IMAP config'
« on: October 24, 2014, 02:47:10 AM »
 I am giving the root user and password of Email SMTP Server with Sender and Receipient address and it gives me the following error:

Trying to send email...
SMTP send:  NOT OK(Connection failed: Failed to connect socket: Permission denied)


While Check Login of IMAP Server by giving root username and password of Email Server it gives this error:

Connecting to 203.215.167.5...
IMAP connect:  NOT OK(Login failed for root from 192.168.6.67. Could not connect to 203.215.167.5:110: Permission denied)

Please help!

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,855
Re: Error on 'Test SMTP config' and 'Test IMAP config'
« Reply #1 on: October 24, 2014, 09:08:29 AM »
the permission denied error ususally means that your php is congifured not to allow connections to be made. search the net for "php Failed to connect socket: Permission denied" or similar and you will get some suggestions.

also i notice you are trying to port 110, thats is normally POP3, roundcube is an IMAP client. it will not cause the permission denied errors but once you get those sorted you'll need to use the right port.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦