New install, smtp not working via roundcube

Discussion in 'Installation/Configuration' started by raysv, Jun 8, 2018.

  1. raysv

    raysv New Member

    Hi,
    As stated done a fresh install of ispconfig 3,1 on ubuntu, folowed the guide on howtoforge :)

    However, when testing out roundcube, i can login just fine, but when trying to send an outgoing message i get:

    ERROR: SMTP server does not support authentication ()
    ERROR: Invalid response code received from server (530)

    Anyone with an idea of what might be wrong?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    post your postfix master.cf file.
     
  3. raysv

    raysv New Member

    Here you go
    # ==========================================================================
    # service type private unpriv chroot wakeup maxproc command + args
    # (yes) (yes) (no) (never) (100)
    # ==========================================================================
    smtp inet n - y - - smtpd
    #smtp inet n - y - 1 postscreen
    #smtpd pass - - y - - smtpd
    #dnsblog unix - - y - 0 dnsblog
    #tlsproxy unix - - y - 0 tlsproxy
    #submission inet n - y - - smtpd
    -o syslog_name=postfix/submission
    -o smtpd_tls_security_level=encrypt
    -o smtpd_sasl_auth_enable=yes
    -o smtpd_client_restrictions=permit_sasl_autenticated,reject
    # -o smtpd_tls_auth_only=yes
    # -o smtpd_reject_unlisted_recipient=no
    # -o smtpd_client_restrictions=$mua_client_restrictions
    # -o smtpd_helo_restrictions=$mua_helo_restrictions
    # -o smtpd_sender_restrictions=$mua_sender_restrictions
    # -o smtpd_recipient_restrictions=
    # -o smtpd_relay_restrictions=permit_sasl_authenticated,reject
    # -o milter_macro_daemon_name=ORIGINATING
    smtps inet n - y - - smtpd
    -o syslog_name=postfix/smtps
    -o smtpd_tls_wrappermode=yes
    -o smtpd_sasl_auth_enable=yes
    -o smtpd_client_restrictions=permit_sasl_authenticated,reject
    # -o smtpd_reject_unlisted_recipient=no
    # -o smtpd_client_restrictions=$mua_client_restrictions
    # -o smtpd_helo_restrictions=$mua_helo_restrictions
    # -o smtpd_sender_restrictions=$mua_sender_restrictions
    # -o smtpd_recipient_restrictions=
    # -o smtpd_relay_restrictions=permit_sasl_authenticated,reject
    # -o milter_macro_daemon_name=ORIGINATING
    #628 inet n - y - - qmqpd
    pickup unix n - y 60 1 pickup
    cleanup unix n - y - 0 cleanup
    qmgr unix n - n 300 1 qmgr
     
  4. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Compare your master.cf to the code in the Howto you used. I do not know which howto that was, so can not be sure but the Howto I used told to remove the # comment mark from the line:

    Code:
    #submission inet n - y - - smtpd
     
  5. raysv

    raysv New Member

    Damn, as usual the error sits behind the keyboard :)
    My bad, overlooked the submission part, ill change that!! Thanks for the help!
     

Share This Page