+ Responder ao Tópico



  1. #1

    Padrão Help - qmail

    :-o :-o :-o :-o

    Arigo que utilizei: https://under-linux.org/content/view/5134/58/

    Olha o meu pau:
    Via Webmail eu recebo e envio normal, mis via pop3 (outlook) da este erro:
    Código :
    O servidor respondeu com um erro. Conta: '10.0.2.2', Servidor: 'mail.rwpapel.com.br', Protocolo: POP3, Resposta do servidor: '-ERR Cannot connect to POP server 200.101.156.202 (200.101.156.202:110), connect error 10061', Porta: 110, Segura (SSL): Não, Erro do servidor: 0x800CCC90, Nº do erro: 0x800CCC90

    Meu iptables:
    Código :
    ACCEPT   tcp -- anywhere       anywhere      tcp dpt:smtp flags:SYN,RST,ACK/SYN
    ACCEPT   udp -- anywhere       anywhere      udp dpt:domain
    ACCEPT   tcp -- anywhere       anywhere      tcp dpt:domain
    ACCEPT   tcp -- anywhere       anywhere      tcp dpt:http flags:SYN,RST,ACK/SYN
    ACCEPT   tcp -- anywhere       anywhere      tcp spt:pop3 dpt:pop3 flags:SYN,RST,ACK/SYN
    ACCEPT   tcp -- anywhere       anywhere      tcp dpt:imap flags:SYN,RST,ACK/SYN
    ACCEPT   tcp -- anywhere       anywhere      tcp dpt:https flags:SYN,RST,ACK/SYN
    ACCEPT   tcp -- anywhere       anywhere      tcp dpt:smtps flags:SYN,RST,ACK/SYN
    ACCEPT   tcp -- anywhere       anywhere      tcp dpt:783 flags:SYN,RST,ACK/SYN
    ACCEPT   tcp -- anywhere       anywhere      tcp dpt:imaps flags:SYN,RST,ACK/SYN
    ACCEPT   tcp -- anywhere       anywhere      tcp dpt:pop3s flags:SYN,RST,ACK/SYN
    ACCEPT   tcp -- anywhere       anywhere      tcp dpt:pop3

    O que ah de errado??
    qmailctl stat:

    Código :
    clamd: up (pid 20028) 4091 seconds
    imap4: up (pid 19998) 4091 seconds
    imap4-ssl: up (pid 20004) 4091 seconds
    pop3-ssl: up (pid 20010) 4091 seconds
    send: up (pid 19987) 4091 seconds
    smtp: up (pid 19993) 4091 seconds
    spamd: up (pid 20016) 4091 seconds
    clamd/log: up (pid 20030) 4091 seconds
    imap4/log: up (pid 20000) 4091 seconds
    imap4-ssl/log: up (pid 20007) 4091 seconds
    pop3-ssl/log: up (pid 20012) 4091 seconds
    send/log: up (pid 19989) 4091 seconds
    smtp/log: up (pid 19996) 4091 seconds
    spamd/log: up (pid 20018) 4091 seconds

    Grato

  2. #2
    wrochal
    Visitante

    Padrão Re: Help - qmail

    Caro,

    Mas essa liberações são em quais CHAIN?

    Vlw,

  3. #3

    Padrão Re: Help - qmail

    A Chain é INPUT...

    Ah eu fiz alguns testes e tbm nao recebe email externo .... nem via web :cry: :cry: :cry:

  4. #4

    Padrão Re: Help - qmail

    Tu já tentou baixar as regras de firewall das chains INPUT e OUTPUT pra ver se é realmente o seu firewall que tá bloqueando? (Deve ser, a partir do momento que ele tá dando um connection timeout e os serviços tão levantados bonitinho).

    Se você tá usando webmail e o webmail está no mesmo servidor que o qmail, tu tem que notar que a requisição vem do IP da interface loopback, no caso 127.0.0.1.


    Abraços!

  5. #5

    Padrão Re: Help - qmail

    olha o erro que ta dando no mailer-daemon:

    Código :
    Hi. This is the qmail-send program at nosferatu.rwpapel.com.br.
    I'm afraid I wasn't able to deliver your message to the following addresses.
    This is a permanent error; I've given up. Sorry it didn't work out.
     
    <[email protected]>:
    Sorry, no mailbox here by that name. (#5.1.1)
     
    --- Below this line is a copy of the message.
     
    Return-Path: <[email protected]>
    Received: (qmail 17431 invoked by uid 89); 15 Aug 2002 04:34:15 -0000
    Received: by simscan 1.1.0 ppid: 17426, pid: 17427, t: 16.4591s
         scanners: clamav: 0.88.1/m:37/d:1374 spam: 3.1.1
    X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on 
    nosferatu.rwpapel.com.br
    X-Spam-Level: 
    X-Spam-Status: No, score=0.0 required=5.0 tests=AWL,MSGID_FROM_MTA_HEADER 
    autolearn=ham version=3.1.1
    Received: from unknown (HELO hotmail.com) (65.54.162.75)
     by maquina.meudominio.com.br with SMTP; 15 Aug 2002 04:33:59 -0000
    Received-SPF: pass (maquina.meudominio.com.br: SPF record at spf-a.hotmail.com designates 65.54.162.75 as permitted sender)
    Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC;
    Fri, 28 Apr 2006 05:08:05 -0700

    To achando que configurei algo errado!
    o que vcs achao??

    Citação Postado originalmente por xstefanox
    Tu já tentou baixar as regras de firewall das chains INPUT e OUTPUT pra ver se é realmente o seu firewall que tá bloqueando? (Deve ser, a partir do momento que ele tá dando um connection timeout e os serviços tão levantados bonitinho).

    Se você tá usando webmail e o webmail está no mesmo servidor que o qmail, tu tem que notar que a requisição vem do IP da interface loopback, no caso 127.0.0.1.


    Abraços!