Emal smtp

Discussion in 'Installation/Configuration' started by fisherofer, Jan 14, 2010.

  1. fisherofer

    fisherofer Member

    hey i have centos 5.4 and the latest version of ispconfig v3.
    i wold like to send mail from my server with SMTP authentication ( with my isp mail server )
    so please help me
     
  2. fisherofer

    fisherofer Member

    /usr/share/squirrelmail/config/conf.pl


    General
    -------
    1. Domain : mydomain
    2. Invert Time : false
    3. Sendmail or SMTP : SMTP

    A. Update IMAP Settings : localhost:143 (courier)
    B. Update SMTP Settings : out.bezeqint.net:25

    R Return to Main Menu
    C Turn color off
    S Save data
    Q Quit

    Command >>B

    SquirrelMail Configuration : Read: config.php (1.4.0)
    ---------------------------------------------------------
    Server Settings

    General
    -------
    1. Domain : mydomain
    2. Invert Time : false
    3. Sendmail or SMTP : SMTP

    SMTP Settings
    -------------
    4. SMTP Server : out.bezeqint.net
    5. SMTP Port : 25
    6. POP before SMTP : false
    7. SMTP Authentication : login
    8. Secure SMTP (TLS) : false
    9. Header encryption key :

    A. Update IMAP Settings : localhost:143 (courier)
    H. Hide SMTP Settings

    R Return to Main Menu
    C Turn color off
    S Save data
    Q Quit

    Command >>


    i cant find where i write the user name and pass for my isp mail server
     
    Last edited: Jan 14, 2010
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    As far as I know, squirrelmail will us the username and password that you entered when you login to squirrelmail. The better solution is to set squirrelmail to localhost and then set a smtp relayserver in the ispconfig server settings.
     
  4. fisherofer

    fisherofer Member

    may this help
    http://www.karlkatzke.com/squirrelmail-with-dovecot-smtp-auth/

    When you’re configuring Squirrelmail, you need to make sure that it does smtp authentication. It doesn’t seem that the version that comes with any way to that that *I* could easily find. However, when you set up your config_local.php in squirrelmail (which with the RPM installs in /etc/squirrelmail/config_local.php), set up a user for smtp auth with it’s own password… example:

    $smtp_sitewide_user = '[email protected]';
    $smtp_sidewide_pass = 'somepassword';

    i dont know for 1005 if this is what i need


    and sorry to ask who can i set a smtp relayserver in the ispconfig server settings.
     
  5. fisherofer

    fisherofer Member

    Server Config

    * Server
    * Mail
    * Getmail
    * Web
    * FastCGI
    * Jailkit
    * vlogger
    * Cron

    Module
    Maildir Path
    Homedir Path
    Mailuser UID
    Mailuser GID
    Mailuser Name
    Mailuser Group
    Relayhost
    Relayhost User
    Relayhost Password


    i set the user and pass here
     

Share This Page