1) you should use submission port (587) for sending mail. It works just as port 25 exept it doesn't check for blacklists.it's quite common for dynamic isp pools to be blacklisted and submission port is made just for working around it.
2) don't have any ideas why /usr/sbin/sendmail isn't working though.


pablasso wrote:
yeah, getting removed spamhaus solved my problem sending email from desktop clients! squirrelmail also sends email without problems

now it's just php, i tried with this config, but none worked:

sendmail_path = /usr/sbin/sendmail -t -i
sendmail_path = /usr/sbin/sendmail
sendmail_path = /var/qmail/bin/sendmail
sendmail_path = /var/qmail/bin/qmail-inject

mail() just sends a false, any ideas?

On 8/7/07, *pablasso* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:

    It seems that spamhaus has my entire IP range blocked with PBL:

    "This IP range has been identified by Spamhaus as not meeting our
    policy for IPs which should deliver 'direct-to-mx' mail to PBL users."

    I manually removed that static IP from their list (but that IP is
    not any of my server's IP ??) as i'm sure my server is not an open
    relay (tested with http://www.abuse.net/cgi-bin/relaytest),
    anything else i must take in account?

    I hope being removed from spamhaus solves my problem


    On 8/7/07, * pablasso* <[EMAIL PROTECTED]
    <mailto:[EMAIL PROTECTED]>> wrote:

        /usr/sbin/sendmail is just a link to /var/qmail/bin/sendmail
        that's fine right?

        Thunderbird stops with this alert when trying to send email:

        "An error ocurred while sending email. The mail server responded:

        http://www.spamhaus.org/?query/bl?ip=189.169.61.104. Please
        verify that your email address is correct in your mail
        preferences again."

        php just outputs a false for mail()

        What is blocking the email? something like assassin or clamav?
        if so, how can i disable them?


        On 8/7/07, *Janno Sannik * <[EMAIL PROTECTED]
        <mailto:[EMAIL PROTECTED]>> wrote:

            is should be /usr/sbin/sendmail (yes, even if you have qmail)

            how your conversation with smtp ends (what error do you get)?


            pablasso wrote:
            Hello Everyone

            First of all, excuse my newbness. I installed qmail
            toaster a few days ago following the CentOS install
            guide, everything but the smtp is working fine, i
            re-checked the guide several times and still can't find
            the problem, i just can't send emails connecting to my
            smtp with an external client, neither with php ( i have
            sendmail_path = /var/qmail/bin/qmail-inject in php.ini,
            is that right?).

            I can see the smtp is running (netstat -lnp). I'm also
            using virtual domains with vpopmail.

            i have a bunch of this message at /var/log/qmail/smtp/current

            @4000000046b8bb1e1b6aaf34 tcpserver: status: 0/100
            @4000000046b8bd2b21f5fe1c tcpserver: status: 1/100
            @4000000046b8bd2b21f605ec tcpserver: pid 32331 from
            64.233.184.251 <http://64.233.184.251>
            @4000000046b8bd2b21f609d4 tcpserver: ok 32331
            denodoprs.theplanet.host :209.62.5.34:25
            <http://209.62.5.34:25> :64.233.184.251::63482
            @4000000046b8bd2c0877984c CHKUSER accepted sender: from
            <[EMAIL PROTECTED]
            ::>
            <mailto:[EMAIL PROTECTED]::>
            remote <wr-out-0708.google.com
            <http://wr-out-0708.google.com>:unknown:64.233.184.251>
            rcpt <> : sender accepted
            @4000000046b8bd2c126c6c4c CHKUSER accepted rcpt: from
            <[EMAIL PROTECTED]
            ::>
            <mailto:[EMAIL PROTECTED]::>
            remote <wr-out-0708.google.com
            <http://wr-out-0708.google.com>:unknown:64.233.184.251>
            rcpt <[EMAIL PROTECTED]
            <mailto:[EMAIL PROTECTED]>> : found existing recipient
            @4000000046b8bd2c2179bd84 simscan:[32331]:CLEAN (
            0.30/12.00):0.2251s:Alerta de Google_
            easyjet:64.233.184.251:[EMAIL PROTECTED]:
            <mailto:easyjet:64.233.184.251:[EMAIL PROTECTED]:>[EMAIL PROTECTED]
            <mailto:[EMAIL PROTECTED]>:
            @4000000046b8bd4a27358b54 tcpserver: end 32331 status 0
            @4000000046b8bd4a27359324 tcpserver: status: 0/100

            I'm somewhat confused at this
            point, years ago i used qmail+vpopmail+(courier|dovecot)
            in Gentoo without problems, but now i'm pretty lost on CentOS
            4.5.

            How can i debug this?

            Thanks





Reply via email to