<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Hi all,<br>
<br>
Even if I configure the mail.php config file as below:<br>
<br>
<pre> 'driver' => env( 'MAIL_DRIVER', 'smtp' ),</pre>
<pre> 'host' => env( 'MAIL_HOST', 'mail.gandi.net' ),</pre>
<pre> 'port' => env( 'MAIL_PORT', 465 ),</pre>
<br>
It does not try to connect to the host I configured but on the
localhost:25 <br>
<br>
<pre>[2020-03-05 08:26:58] production.ERROR: Connection could not be established with host localhost :stream_socket_client(): unable to connect to tcp://localhost:25 (Connection refused) {"userId":1,"exception":"[object] (Swift_TransportException(code: 0): Connection could not be established with host localhost :stream_socket_client(): unable to connect to tcp://localhost:25 (Connection refused) at /srv/ixpmanager/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php:269)
</pre>
<br>
Thx for in advance for your help <br>
<br>
/mb<br>
<blockquote type="cite"
cite="mid:b52f921e-b859-b7d6-c272-8053824cac3d@nc.u-tokyo.ac.jp">
<br>
<div class="moz-cite-prefix">Le 29/02/2020 à 14:07, Christopher
Malayter a écrit :<br>
</div>
<blockquote type="cite"
cite="mid:41DE615C-0D03-46BA-B4DD-4377AC5FF5E9@terahertz.net">
<pre class="moz-quote-pre" wrap="">That did it Frank.
Appreciate the help.
-Chris
</pre>
<blockquote type="cite">
<pre class="moz-quote-pre" wrap="">On Feb 28, 2020, at 11:54 PM, Frank Habicht <a class="moz-txt-link-rfc2396E" href="mailto:geier@geier.ne.tz" moz-do-not-send="true"><geier@geier.ne.tz></a> wrote:
Hi Chris,
I had the same or a very similar issue here.
In /srv/ixpmanager/config/mail.php I had and have
'driver' => env( 'MAIL_DRIVER', 'sendmail' ),
and installing postfix (and making it listen to localhost only) did the
trick.
hope this help.
If not, send some or all content of file
/srv/ixpmanager/config/mail.php
Regards,
Frank
On 29/02/2020 07:20, Christopher Malayter wrote:
</pre>
<blockquote type="cite">
<pre class="moz-quote-pre" wrap="">Hello IXP Manager folks!
Recently been playing around with IXP manager and seeing if I can make it work with our systems.
Running into an issue adding users. Every time I try to resend a user a welcome email I get a 500 error.
In the logs I see:
[2020-02-29 03:52:56] production.ERROR: Expected response code 220 but got an empty response {"userId":1,"exception":"[object] (Swift_TransportException(code: 0): Expected response code 220 but got an empty response at /srv/ixpmanager/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php:445)
Any help is appreciated.
-Chris
_______________________________________________
INEX IXP Manager mailing list
<a class="moz-txt-link-abbreviated" href="mailto:ixpmanager@inex.ie" moz-do-not-send="true">ixpmanager@inex.ie</a>
Unsubscribe or change options here: <a class="moz-txt-link-freetext" href="https://www.inex.ie/mailman/listinfo/ixpmanager" moz-do-not-send="true">https://www.inex.ie/mailman/listinfo/ixpmanager</a>
</pre>
</blockquote>
<pre class="moz-quote-pre" wrap="">_______________________________________________
INEX IXP Manager mailing list
<a class="moz-txt-link-abbreviated" href="mailto:ixpmanager@inex.ie" moz-do-not-send="true">ixpmanager@inex.ie</a>
Unsubscribe or change options here: <a class="moz-txt-link-freetext" href="https://www.inex.ie/mailman/listinfo/ixpmanager" moz-do-not-send="true">https://www.inex.ie/mailman/listinfo/ixpmanager</a>
</pre>
</blockquote>
<pre class="moz-quote-pre" wrap="">_______________________________________________
INEX IXP Manager mailing list
<a class="moz-txt-link-abbreviated" href="mailto:ixpmanager@inex.ie" moz-do-not-send="true">ixpmanager@inex.ie</a>
Unsubscribe or change options here: <a class="moz-txt-link-freetext" href="https://www.inex.ie/mailman/listinfo/ixpmanager" moz-do-not-send="true">https://www.inex.ie/mailman/listinfo/ixpmanager</a>
</pre>
</blockquote>
<br>
</blockquote>
<br>
</body>
</html>