Welcome to Centmin Mod Community
Register Now

Grrrr... SMTP email issues.

Discussion in 'System Administration' started by SneakyDave, Oct 23, 2014.

Tags:
  1. eva2000

    eva2000 Administrator Staff Member

    58,916
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    2:38 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
  2. quicksalad

    quicksalad Member

    228
    13
    18
    May 31, 2015
    Ratings:
    +20
    Local Time:
    10:08 AM
    on my case, I manually added one of the port number (I forgot if it's ssl or tls :) ) the other is already there by default, I'm using .07.
     
  3. eva2000

    eva2000 Administrator Staff Member

    58,916
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    2:38 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    yeah .07 has to have them manually added. .08 beta 03 should take care of it for new users
     
  4. quicksalad

    quicksalad Member

    228
    13
    18
    May 31, 2015
    Ratings:
    +20
    Local Time:
    10:08 AM
    just found out that enabling 2 factor authentication from mail service triggers error below.

    Code:
    Zend_Mail_Protocol_Exception: Email to email@gmail.com failed: Authentication Failed - library/Zend/Mail/Protocol/Abstract.php:431
    any idea why?
     
  5. rdan

    rdan Well-Known Member

    5,452
    1,418
    113
    May 25, 2014
    Ratings:
    +2,212
    Local Time:
    12:38 PM
    Mainline
    10.2
    Pretty that's why :)
     
  6. eva2000

    eva2000 Administrator Staff Member

    58,916
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    2:38 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    ah that explains it as mail service is refusing your connection
     
  7. quicksalad

    quicksalad Member

    228
    13
    18
    May 31, 2015
    Ratings:
    +20
    Local Time:
    10:08 AM
    it's a free mail service maybe that's why :)
     
  8. eva2000

    eva2000 Administrator Staff Member

    58,916
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    2:38 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    no 2 step authentications means you need to input at least a 6 digit generated code from say a mobile app like Google Authenticator to get access to email. For example via Google Authenticator or Authenticator Plus Google Authenticator alternative Authenticator Plus ! Such services should allow you to generate an access token to use as a alternative smtp user password.
     
    Last edited: Jun 19, 2015