On 9/18/07, Bill Landry <[EMAIL PROTECTED]> 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?

In 1.4.11SVN (forget when it was added), the menu path in conf.pl is:

2
b
7
n
login
y

... at which point it asks you for the sitewide user and pwd.

If this isn't in your conf.pl (you do not say what version of SM you
are using), you can try adding them manually to your config.php file:

$smtp_sitewide_user = 'xxx';
$smtp_sitewide_pass = 'xxx';

If these don't have any effect, then you probably need to upgrade SM.

-------------------------------------------------------------------------
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