Without email in localhost & external host... :c

Discussion in 'Installation/Configuration' started by devs, Mar 20, 2017.

  1. devs

    devs New Member

    Hi guys! A few days ago I'm trying to implement my own server (I'm new to this), so I use the perfect server tab with ubuntu 16.04, (EYE) the first time I could receive mails on localhost, but not externally, so investigating me I realized I needed a PTR record.

    Request the PTR log in my ISP, they gave me a fixed IP validated with PTR for sending mails, and a friend told me about using openvz (to avoid being formatting the whole server every time something stopped working - I'm learning! ) .. so I learned about using openvz 7.

    Known the issue of virtualization, I made a container with ubuntu 16.04, I continue with the same tutorial of perfect server with ubuntu 16.04 .. but I can not send mails even in any way, now or internally, much less externally

    If someone could guide me I would appreciate it because I read a lot and I searched but nothing that gives the problem.

    Attach mail log and ispconfig test
     

    Attached Files:

  2. devs

    devs New Member

    And the log mail

    Code:
    
    Mar 20 06:58:01 development postfix/smtps/smtpd[17617]: connect from localhost[::1]
    Mar 20 06:58:01 development postfix/smtps/smtpd[17617]: SSL_accept error from localhost[::1]: lost connection
    Mar 20 06:58:01 development postfix/smtps/smtpd[17617]: lost connection after CONNECT from localhost[::1]
    Mar 20 06:58:01 development postfix/smtps/smtpd[17617]: disconnect from localhost[::1] commands=0/0
    Mar 20 06:58:01 development dovecot: imap-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=::1, lip=::1, secured, session=<PtpAPShLkNAAAAAAAAAAAAAAAAAAAAAB>
    Mar 20 06:58:01 development dovecot: pop3-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=::1, lip=::1, secured, session=<jtpAPShL3IAAAAAAAAAAAAAAAAAAAAAB>
    Mar 20 06:58:53 development dovecot: imap-login: Login: user=<[email protected]>, method=PLAIN, rip=::1, lip=::1, mpid=17910, secured, session=<RCFQQChLlNAAAAAAAAAAAAAAAAAAAAAB>
    Mar 20 06:58:53 development dovecot: imap([email protected]): Logged out in=50 out=484
    Mar 20 06:59:01 development postfix/smtps/smtpd[17617]: connect from localhost[::1]
    Mar 20 06:59:01 development postfix/smtps/smtpd[17617]: SSL_accept error from localhost[::1]: lost connection
    Mar 20 06:59:01 development postfix/smtps/smtpd[17617]: lost connection after CONNECT from localhost[::1]
    Mar 20 06:59:01 development postfix/smtps/smtpd[17617]: disconnect from localhost[::1] commands=0/0
    Mar 20 06:59:01 development dovecot: pop3-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=::1, lip=::1, secured, session=<NI7GQChL8oAAAAAAAAAAAAAAAAAAAAAB>
    Mar 20 06:59:01 development dovecot: imap-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=::1, lip=::1, secured, session=<0pDGQChLptAAAAAAAAAAAAAAAAAAAAAB>
    Mar 20 06:59:53 development dovecot: imap-login: Login: user=<[email protected]>, method=PLAIN, rip=::1, lip=::1, mpid=17974, secured, session=<L6fiQyhLttAAAAAAAAAAAAAAAAAAAAAB>
    Mar 20 06:59:53 development dovecot: imap([email protected]): Logged out in=50 out=484
    Mar 20 07:00:01 development postfix/smtps/smtpd[17617]: connect from localhost[::1]
    Mar 20 07:00:01 development postfix/smtps/smtpd[17617]: SSL_accept error from localhost[::1]: lost connection
    Mar 20 07:00:01 development postfix/smtps/smtpd[17617]: lost connection after CONNECT from localhost[::1]
    Mar 20 07:00:01 development postfix/smtps/smtpd[17617]: disconnect from localhost[::1] commands=0/0
    Mar 20 07:00:01 development dovecot: pop3-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=::1, lip=::1, secured, session=<5sNdRChLFIEAAAAAAAAAAAAAAAAAAAAB>
    Mar 20 07:00:01 development dovecot: imap-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=::1, lip=::1, secured, session=<oMRdRChLyNAAAAAAAAAAAAAAAAAAAAAB>
    Mar 20 07:00:02 development postfix/smtps/smtpd[17617]: connect from localhost[::1]
    Mar 20 07:00:02 development postfix/smtps/smtpd[17617]: SSL_accept error from localhost[::1]: lost connection
    Mar 20 07:00:02 development postfix/smtps/smtpd[17617]: lost connection after CONNECT from localhost[::1]
    Mar 20 07:00:02 development postfix/smtps/smtpd[17617]: disconnect from localhost[::1] commands=0/0
    Mar 20 07:00:02 development dovecot: pop3-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=::1, lip=::1, secured, session=<y+FtRChLKoEAAAAAAAAAAAAAAAAAAAAB>
    Mar 20 07:00:02 development dovecot: imap-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=::1, lip=::1, secured, session=<CeRtRChL3tAAAAAAAAAAAAAAAAAAAAAB>
    Mar 20 07:00:38 development postfix/smtpd[17792]: timeout after END-OF-MESSAGE from localhost[127.0.0.1]
    Mar 20 07:00:38 development postfix/smtpd[17792]: disconnect from localhost[127.0.0.1] ehlo=1 mail=1 rcpt=3 data=1 commands=6
    Mar 20 07:00:53 development dovecot: imap-login: Login: user=<[email protected]>, method=PLAIN, rip=::1, lip=::1, mpid=18493, secured, session=<lsp3RyhL7NAAAAAAAAAAAAAAAAAAAAAB>
    Mar 20 07:00:53 development dovecot: imap([email protected]): Logged out in=50 out=484
    
    
     
    Last edited: Mar 20, 2017

Share This Page