Author |
|
henrique_gyn Newbie
Joined: 15 August 2013 Location: Brazil
Online Status: Offline Posts: 3
|
Posted: 15 August 2013 at 6:03am | IP Logged
|
|
|
Hi, my webmail is configured as follows:
Incoming Server: mail.domain.com
POP3 Port: 110
Outgoing Server: mail.domain.com
SMTP Port: 587
receives, but does not send, below is a portion of the log:
[12:53:11.19] IMAP[TIME]: 0.44064879417419 (TAG1)
[12:53:11.22] SMTP[NOTE]: Start connection to "127.0.0.1:43"
[12:53:11.87] SMTP[NOTICE]: exception 'MailSo\Net\Exceptions\SocketCanNotConnectToHostException' with message 'Can't connect to host "127.0.0.1:43"' in /home/lbulhoes/public_html/webmail2/libraries/MailSo/Net/NetClient.php:202
Stack trace:
#0 /home/lbulhoes/public_html/webmail2/libraries/MailSo/Smtp/SmtpClient.php(117): MailSo\Net\NetClient->Connect('127.0.0.1', 43, 9)
#1 /home/lbulhoes/public_html/webmail2/libraries/afterlogic/common/managers/mail/manager.php(825): MailSo\Smtp\SmtpClient->Connect('127.0.0.1', 43, 'eua15.servidore...', 9)
#2 /home/lbulhoes/public_html/webmail2/libraries/ProjectSeven/Actions.php(739): CApiMailManager->MessageSend(Object(CAccount), Object(MailSo\Mime\Message), 'INBOX.Sent', '', '')
#3 [internal function]: ProjectSeven\Actions->AjaxMessageSend()
#4 /home/lbulhoes/public_html/webmail2/libraries/ProjectSeven/Service.php(95): call_user_func(Array)
#5 /home/lbulhoes/public_html/webmail2/libraries/ProjectSeven/Boot.php(5): ProjectSeven\Service->Handle()
#6 /home/lbulhoes/public_html/webmail2/index.php(54): include('/home/lbulhoes/...')
#7 {main}
[12:53:11.88] Previous Exception: Can't connect to host "127.0.0.1:43"
sorry, my english is poor
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 15 August 2013 at 6:06am | IP Logged
|
|
|
According to the log, your outgoing server is set to default value of 127.0.0.1 plus the port is 43 which isn't something typical for SMTP. Also note that current version of WebMail Lite doesn't support POP3, only IMAP support is available.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
henrique_gyn Newbie
Joined: 15 August 2013 Location: Brazil
Online Status: Offline Posts: 3
|
Posted: 15 August 2013 at 6:25am | IP Logged
|
|
|
where do I change this setting SMTP? in admin panel is correct
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 15 August 2013 at 6:28am | IP Logged
|
|
|
Check if those settings are actually reflected in data/settings/settings.xml file. If they are, try deleting the account and logging into it again.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
henrique_gyn Newbie
Joined: 15 August 2013 Location: Brazil
Online Status: Offline Posts: 3
|
Posted: 15 August 2013 at 6:37am | IP Logged
|
|
|
thanks, resolved
|
Back to Top |
|
|