On 03/05/2012 04:11 PM, Peter Peltonen wrote:
On Tue, Mar 6, 2012 at 1:04 AM, Finn Buhelt<[email protected]> wrote:
I can check my outgoing by counting in /submission - everything outbound is
going out that route.
But what about webmails? I'm not sure about Squirrelmail, but at least
my Horde webmail installation on the toaster does not use submission
for sending. Hmm, I wonder if it could be configured so?
Best,
Peter
---------------------------------------------------------------------------------
A message will show in both the smtp/submission and send logs. This is
true for both inter- and intra-domain messages.
The stock configuration for SM is to use port 25 with no authentication.
This will be changed in the stock configuration at some point in the
future. It is easily changed, with these lines in your
/etc/squirrelmail/config_local.php file:
$smtpServerAddress = 'localhost';
$smtpPort = 587;
$smtp_auth_mech = 'login';
FWIW, TLS isn't supported in the current squirrelmail-toaster version,
but is in a later release. Shouldn't be a problem with them running on
the same host though (or on a secure network).
Now that I've written this, I see you said *Horde*. Oops. I dunno about
that one, but I'd bet that it can be configured. If there's not a
separate parameter for the port, you can usually append :port to the
parameter for the name/address of the smtp server.
--
-Eric 'shubes'
---------------------------------------------------------------------------------
Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
If you need professional help with your setup, contact them today!
---------------------------------------------------------------------------------
Please visit qmailtoaster.com for the latest news, updates, and packages.
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]