Yes, I can receive mail all day and my client is able to download them.
Just can't send from external.  I can send using squirrelmail.

smtp]# ll
total 16
drwx------ 3 qmaill qmail 4096 Jul 29 12:38 log
lrwxrwxrwx 1 root   root    12 Aug  7 01:38 run -> run.spamdyke
-rwxr-x--x 1 qmaill qmail  555 Apr 17 06:37 run.dist
-rwxr-x--x 1 qmaill qmail  584 Aug  7 03:58 run.spamdyke
drwx------ 2 qmaill qmail 4096 Aug  7 04:01 supervise


the run file reads

#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
SPAMDYKE="/usr/local/bin/spamdyke"
SPAMDYKE_CONF="/etc/spamdyke/spamdyke.conf"
SMTPD="/var/qmail/bin/qmail-smtpd"
TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb"
HOSTNAME=`hostname`
VCHKPW="/home/vpopmail/bin/vchkpw"
REQUIRE_AUTH=0

exec /usr/bin/softlimit -m 90000000 \
     /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c "$MAXSMTPD" \
     -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
     $SPAMDYKE --config-file $SPAMDYKE_CONF \
     $SMTPD $VCHKPW /bin/true 2>&1


My log file doesn't show anything hitting the server.  I have a record of
when I telnet'd to localhost port 25 but that's it.


-----Original Message-----
From: news [mailto:[email protected]] On Behalf Of Eric Shubert
Sent: Friday, August 07, 2009 10:20 AM
To: [email protected]
Subject: Re: [qmailtoaster] connection refused from clients sending email

Just to be sure, what does
# ls -l /var/qmail/supervise/smtp
show?

You're seeing spamdyke messages in your smtp log?

Do I understand correctly that you're receiving email from outside 
servers ok, you're just not able to submit from an external client?

Glen Vickers wrote:
> I did that.  No change.  Still unable to comm. Through port 25 inside or
> outside network, only through SSH. (ssh to the box then run telnet
localhost
> or telnet (IP addy).
> 
> -----Original Message-----
> From: news [mailto:[email protected]] On Behalf Of Eric Shubert
> Sent: Friday, August 07, 2009 8:43 AM
> To: [email protected]
> Subject: Re: [qmailtoaster] connection refused from clients sending email
> 
> Glen Vickers wrote:
>> Telnet gives connection refused.  However, I can ssh and such into the 
>> box just fine.  I can get to other ports except 25.  I've already 
>> checked with my ISP and they haven't blocked anything.  My ISP would 
>> block me if I made an open relay or my SMTP went retarded and started 
>> spamming people.  I am pretty confident its not an ISP issue. 
>>
>> This happened about 2 weeks ago and I did run new model and patched up.  
>> The problem went away for about 2 weeks but now its back.
>>
>> Glen
>>
> 
> Jake and Phil have good suggestions (as usual).
> 
> Are you using spamdyke? If so,
> # cd /var/qmail/supervise/smtp
> # ln -sf run.spamdyke run
> will fix it. qtp-newmodel effectively disables spamdyke.
> 


-- 
-Eric 'shubes'


----------------------------------------------------------------------------
-----
Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
    Vickers Consulting Group offers Qmailtoaster support and installations.
      If you need professional help with your setup, contact them today!
----------------------------------------------------------------------------
-----
     Please visit qmailtoaster.com for the latest news, updates, and
packages.
     
      To unsubscribe, e-mail: [email protected]
     For additional commands, e-mail:
[email protected]



---------------------------------------------------------------------------------
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
    Vickers Consulting Group offers Qmailtoaster support and installations.
      If you need professional help with your setup, contact them today!
---------------------------------------------------------------------------------
     Please visit qmailtoaster.com for the latest news, updates, and packages.
     
      To unsubscribe, e-mail: [email protected]
     For additional commands, e-mail: [email protected]


Reply via email to