Mail Client Config

Discussion in 'Installation/Configuration' started by Trunkles, Oct 19, 2010.

  1. Trunkles

    Trunkles Member

    Hi folks.

    I've got server running sweetly but I do still have one issue that's bugging me.

    I can rx mail but not tx it so...
    What's the config I should put into the mail client (Thunderbird) so that will actually connect and send.

    Oh yes... I installed according to Falko's "perfect Server" tutorial, which I followed very precisely. And the server is the current 10.x.x LTS version.

    Thanks,

    Simon.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    1) Use the domain, hostname of the server or IP address as smtp and pop3 server.
    2) The email address is the smtp and pop3 username.
    3) enable smtp authentication.
     
  3. Trunkles

    Trunkles Member

    Thanks Till.

    That's pretty much what I've been doing. The only teaser is what form of auth is used, STARTLS or SSL/TLS and what encryption method, if any.

    I've been getting a "relay access denied" message too.

    Simon.
     
  4. Br8knitOFF

    Br8knitOFF New Member

    Simon,
    Make sure you don't have 'Use Secure Authentication' checked for your SMTP server.

    Email address is your user name and use STARTTLS.

    Also, for the 'relay access denied', make sure you have 'permit_sasl_authenticated' in your 'smtpd_sender_restrictions' inside your /etc/postfix/main.cf.

    //Todd
     
  5. jon

    jon Member

    Also ensure mynetworks is set in main.cf

    It should have mynetworks = 127.0.0.0/8 ip.ip.ip.ip/net

    Where ip.ip.ip.ip/net is your external IP and network, although /net isn't required if you just have one IP.
     

Share This Page