Mail Queue/Log Questions....

Discussion in 'General' started by strawHat, Jun 9, 2014.

  1. strawHat

    strawHat New Member

    Hi,

    I'm quite new to this, but I have my server set up and running for a while. But have noticed the following in my logs, I have several websites setup, and emails can be sent from the websites so it all seems to be working fine.
    I'm using Postfix and Dovecoat for your reference...

    But I'm wondering why I am getting this in my Mail Queue, the 74.125.224.72 IP resolves to Google, and I am using Google Apps for ALL emails, not sure where I am going wrong:
    Code:
    -Queue ID- --Size-- ----Arrival Time---- -Sender/Recipient-------
    34396114142 2708 Thu Jun 5 03:19:11 [email protected]
    (connect to localhost.com[74.125.224.72]:25: Connection timed out)
    [email protected]
    and also in my log duplicates of the following, I have no idea what that French website is either:
    Code:
    Jun 8 22:55:17 postfix/smtpd[14935]: disconnect from unknown[94.247.232.147]
    Jun 8 22:55:31 postfix/smtpd[15199]: warning: 94.247.232.147: address not listed for hostname www.logastream.fr
    Jun 8 22:55:31 postfix/smtpd[15199]: connect from unknown[94.247.232.147]
    Jun 8 22:55:33 postfix/smtpd[15199]: warning: unknown[94.247.232.147]: SASL LOGIN authentication failed: UGFzc3dvcmQ6
    Jun 8 22:55:33 postfix/smtpd[15199]: lost connection after RSET from unknown[94.247.232.147]
     
  2. srijan

    srijan New Member HowtoForge Supporter

    Hi please try to login via telnet & paste the output.
     
  3. strawHat

    strawHat New Member

    Hi, I'm not sure how to, how would I do that? Thanks. Sorry I'm little new to all this.
     
  4. srijan

    srijan New Member HowtoForge Supporter

    Use

    To see if Postfix is ready for SMTP-AUTH and TLS, run

    After you have established the connection to your Postfix mail server type

    Type

    to return to the system shell.
     
  5. strawHat

    strawHat New Member

    Thanks for the reply, this is the output:

    Code:
    Trying 127.0.0.1...
    Connected to localhost.
    Escape character is '^]'.
    220 mashedcreative.com ESMTP Postfix
    ehlo localhost
    250-mashedcreative.com
    250-PIPELINING
    250-SIZE
    250-VRFY
    250-ETRN
    250-STARTTLS
    250-AUTH PLAIN LOGIN
    250-AUTH=PLAIN LOGIN
    250-ENHANCEDSTATUSCODES
    250-8BITMIME
    250 DSN
    quit
    221 2.0.0 Bye
    Connection closed by foreign host.
    
     
  6. srijan

    srijan New Member HowtoForge Supporter

    Are you able to ping your server both with IP & hostname?
    Try to ping & revert accordingly.
     
  7. strawHat

    strawHat New Member

    i am able to ping my server, by the way that website with the IP 94.247.232.147 isn't one of mine, looks like ISP Config is blocking the attack of some sort...
     

Share This Page