Client SSL send email issues only.

Discussion in 'Installation/Configuration' started by NuttyGambler, Jun 25, 2008.

  1. NuttyGambler

    NuttyGambler New Member

    Have had this server up for a couple years. Gets email and sends mail fine inside the network.

    Web clients can send and receive mal.

    Remote clients can get email, but not send.

    Fedora 6 (I know old but so far been able to upgrade apps so why rebuild)
    Newest ISPConfig
    Newest Postfix.

    All done to Falkos Perfect setups.

    Have read and read, but most in this seem to end up being client issues. But I have tried many different clients in every possible way.

    If I don't require SSL
    Jun 25 15:33:30 server04 postfix/smtpd[9011]: warning: 99-203-214-210.area2.spcsdns.net[99.203.214.210]: SASL LOGIN authentication failed: authentication failure
    Jun 25 15:33:30 server04 postfix/smtpd[9011]: disconnect from 99-203-214-210.area2.spcsdns.net[99.203.214.210]​

    If I do.
    Jun 25 15:36:59 server04 postfix/smtpd[9011]: setting up TLS connection from 99-203-214-210.area2.spcsdns.net[99.203.214.210]
    Jun 25 15:37:02 server04 postfix/smtpd[9011]: TLS connection established from 99-203-214-210.area2.spcsdns.net[99.203.214.210]: SSLv3 with cipher RC4-MD5 (128/128 bits)
    In either case the mail doesn't go out.

    I'm out of ideas.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please make sure that you enabled smtp authentication in the client and that the client uses the same username and password for smtp auth that he uses for pop3.

    If this wont work, please compare the email setup of your server with the perfect setup for fedora 6, it might be that you have a typo anywere in the initial setup as you post sounds that you never used smtp auth before on this server.
     
  3. NuttyGambler

    NuttyGambler New Member

    Well I have been cut and pasting most everything, just changing server names, so unless there is is a typo in the instructions they are identical.

    No, I used to have this working before I updated to a new server a couple years ago. Just given it is not critical to our operation I have ignored it, but now need to get it working for someone working remotely.

    Looking at the above log clips. What should a working system say? In the one where I required auth, does it not look like the auth is working?
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Is SELinux disabled?
     
  5. NuttyGambler

    NuttyGambler New Member

    Is according to the config file as in the setup page.

    Is there a way to test that it is?
     
  6. falko

    falko Super Moderator Howtoforge Staff

    Yes, run
    Code:
    sestatus
     

Share This Page