[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] SMTP and FTP Services Red
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] SMTP and FTP Services Red
- From: Stef Coene <stef.coene (at) docum.org>
- Date: Fri, 1 Dec 2006 07:17:03 +0100
- References: <3AB168498CFD3145A5D7EB4FE9365A6A53D85A@geezil.somerville.ma.us> <78ca5ea20611301517q18c4907ap19d8446d71d7eb50@mail.gmail.com>
- User-agent: KMail/1.9.5
On Friday 01 December 2006 00:17, Geoff Hallford wrote:
> I tried putting all IP's and hostname's into their respective hosts files
> and changing the resolution order but it didn't help. It appears the server
> on the far side is just plain slow to respond with a 220. The only thing
> that would help is if I can set the time delay (wait 15 seconds before
> failing). I think this would be a good feature to have if it doesn't exist
> already.
you can add a --timeout flag in server/etc/hobbitlaunch.cfg
[bbnet]
ENVFILE /home/users/hobbit/server/etc/hobbitserver.cfg
NEEDS hobbitd
CMD bbtest-net --report --ping --checkresponse --timeout=30
LOGFILE $BBSERVERLOGS/bb-network.log
INTERVAL 5m
Stef