Hi, everyone. Put your email hats on!
I have an SGI Irix system running sendmail, which is configured to forward mail to my e-smith system, which it uses as a relay. This is working, with the following snag.
The application on the SGI system calls sendmail as follows:
/usr/lib/sendmail -t < message.file
Works like a charm. The headers From/To/Subject/etc are all read from the message.file complements of the -t option.
Now, and here is where the snag is, if the e-smith server is offline (it is dial-up) then sendmail will wait (which appears to the users as a hang) until e-smith gets connected.
I would have thought qmail (e-smith) would have queued the message and that sendmail (SGI) would have released immediately.
Any ideas whether I should be looking for a qmail setting or a sendmail setting? We need sendmail to relay the message to qmail and then return immediately, without waiting for qmail to connect/deliver.
BTW, there are no user accounts on the e-smith server. It is running simply as a gateway and as a mail forwarder.
TIA
Scott