Skocz do zawartości

Janisz

Użytkownicy
  • Zawartość

    8
  • Rejestracja

  • Ostatnio

Posty napisane przez Janisz


  1. Masz zamknięty port 25 na serwerze. Sprawdź firewall.

     

    kj@smtp:/home# host -t a hubal-wot.pl
    hubal-wot.pl has address 176.122.224.242
    kj@smtp:/home# host -t mx hubal-wot.pl
    hubal-wot.pl mail is handled by 10 hubal-wot.pl.
    kj@smtp:/home# telnet hubal-wot.pl 25
    Trying 176.122.224.242...
    telnet: Unable to connect to remote host: Connection refused
    
    

     

     


  2. Mar 13 13:09:42 POP3(): Info: Disconnected: Logged out top=0/0, retr=0/0, del=0/2, size=xxx
    

     

    pop3_logout_format = top=%t/%p, retr=%r/%b, del=%d/%m, size=%s

    POP3 logout format string:

     

    # %i - total number of bytes read from client

    # %o - total number of bytes sent to client

    # %t - number of TOP commands

    # %p - number of bytes sent to client as a result of TOP command

    # %r - number of RETR commands

    # %b - number of bytes sent to client as a result of RETR command

    # %d - number of deleted messages

    # %m - number of messages (before deletion)

    # %s - mailbox size in bytes (before deletion)

×