Hi Dave,
maybe I can help you with some information here....
I experienced pretty much the same problem when I upgraded from a dial-up
line to DSL which runs over PPPOE. I am using a program called WinRoute
on my gateway to DSL which does the necessary NAT. The problem with
Winroute here (maybe your customer is using that too) is that it is not build
for PPPOE. Incoming traffic like POP3 or FTP downloads work fine but if you
try to send data out it will fail. The solution of this problem is to
decrease the
MTU on the workstations behind the gateway to 1400.
Talking about WinRoute... WinRoute has a build-in smtp-gateway so I could
imagine that this has been used but as soon as your customers try to use
your SMTP directly they fail.
However this is just a hint and I hope that it is a help to somebody on the
list
some day. :)
Regards,
Lordy
At 16:09 18.08.2001 -0400, you wrote:
>My Scripts are as follows
>
>
>my qmail-pop3d run script is
>
>#!/bin/sh
>exec /usr/local/bin/softlimit -m 2000000 \
>env - PATH="/var/qmail/bin:/usr/local/bin" \
>tcpserver -R -H 0 pop3 /var/qmail/bin/qmail-popup mail.dsl-co.com
>/var/spool/mail/popmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir
>
>qmail-send
>
>#!/bin/sh
>exec /var/qmail/rc
>
>
>qmail-smtp script
>
>#!/bin/sh
>QMAILDUID=`id -u qmaild`
>NOFILESGID=`id -g qmaild`
>exec /usr/local/bin/softlimit -m 2000000 \
>/usr/local/bin/tcpserver -H -R -v -p -x /etc/tcp.smtp.cdb \
>-u $QMAILDUID -g $NOFILESGID 0 smtp /var/qmail/bin/qmail-smtpd 2>&1
>
>
>rc script
>
>#!/bin/sh
>
>exec env - PATH="/var/qmail/bin:$PATH" \
>qmail-start '|dot-forward .forward
>./Maildir/'
>
>
>
>At 03:56 PM 8/18/2001 +0200, you wrote:
>>hi,
>>what does your startscript look like? especially the parameters of
>>tcpserver are of interrest.
>>i just guess that there's neither -H nor -R - the most common cause for
>>timeouts ...
>>hope that helps
>>alexander
>>
>>Dave Lewis wrote:
>> > The can get mail perfectly, however when they go to send it
>> > seems to time
>> > out, server not responding. (in netscape or eudora) ???
>