[ixpmanager] V4 fresh install mail issue

Paul Emmons paul at ninja-ix.net
Fri Feb 3 01:39:36 GMT 2017


Gents,

I've been looking thru the docs and also the laravel docs and am stumped.

I have installed a fresh version 4 on a vm. I can sign in and move around.
So far the only issue i have run into is with email such as welcome email/
etc.

I am seeing the error "Due to a system error, we could not resend the
welcome email to real email address"

Before I really started to break things -

our smtp host requires smtp auth
tried various setting in the config/mail.php and .env such as:
# See config/mail.php
#MAIL_DRIVER=log
MAIL_HOST="mail.iosaz.net"
MAIL_PORT=25
#MAIL_USERNAME="ixp at phoenix-ix.net"
#MAIL_PASSWORD="dandsd4ggS"
MAIL_PRETEND=false

In the .env I did set debug to true and the only log I saw getting updated
was the laravel log

# set this to false in production:
APP_DEBUG=true


root at ixp-manager-v4:~# more   /srv/ixpmanager/storage/logs/laravel.log
Thu Feb  2 17:39:46 MST 2017
2017-02-03T00:40:26+00:00 DEBUG (7) [68.14.240.202]: Logger instantiated
2017-02-03T00:40:26+00:00 ALERT (1) [68.14.240.202]: Could not send welcome
email for new user!

I can telnet to the mailserver port 25 / etc and can send mail with a
base64 login / password

I haven't seen any traffic out to the smtp via wireshark other than the
telnet sequences, so i know it isn;t a firewall issue.

Thanks- for any ideas
Paul
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.inex.ie/pipermail/ixpmanager/attachments/20170202/a65b2abf/attachment.html>


More information about the ixpmanager mailing list