On 18 Sep 2007 at 13:35, Bill Landry wrote:

> I am trying to debug an issue with a relay provider, and want to setup
> SquirrelMail to relay directly out through their mail server.  However, in the
> "Server Settings" section I see the following:
> 
> Server Settings
> 
> General
> -------
> 1.  Domain                 : mydomain.com
> 2.  Invert Time            : false
> 3.  Sendmail or SMTP       : SMTP
> 
> SMTP Settings
> -------------
> 4.   SMTP Server           : host.example.com
> 5.   SMTP Port             : 25
> 6.   POP before SMTP       : false
> 7.   SMTP Authentication   : login
> 8.   Secure SMTP (TLS)     : true
> 9.   Header encryption key :
> 
> I have enabled "SMTP Authentication", but don't see where I can set the login
> name and password to support authentication to the relay host.  Is 
> SquirrelMail
> passing on the users credentials to the remote "SMTP Server" (relay host)?  If
> so, is there a way to setup SquirrelMail to do server authentication instead 
> of
> user authentication, where SM passes the same login name and password for all
> e-mail deliveries from all users?

Edit the  config_local.pmp as follows

<?php

/**
 * Local config overrides.
 *
 * You can override the config.php settings here.
 * Don't do it unless you know what you're doing.
 * Use standard PHP syntax, see config.php for examples.
 *
 * @copyright &copy; 2002-2006 The SquirrelMail Project Team
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
 * @version $Id: config_local.example.php,v 1.2 2006/01/23 18:39:32 tokul Exp $
 * @package squirrelmail
 * @subpackage config
 */
$smtp_sitewide_user = 'user';
$smtp_sitewide_pass = 'pass';
?>

> 
> TIA!
> 
> Bill
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> --
> squirrelmail-users mailing list
> Posting Guidelines: 
> http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
> List Address: [email protected]
> List Archives: 
> http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
> List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
> List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


--
Thomas Stephenson          
2030 Lockwood Drive, San José CA 95132
Phone: (408) 263-2836
[EMAIL PROTECTED]
Member of Pegasus Mail Support Team

Thought for the day:
Oh well, half of one, six dozen of the other.



Sent using the Mercury Mail server v4.52 
running on a HP Pavilion WinXP Workstation.
http://www.pmail.com



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: [email protected]
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to