Thank you! In the meanwhile I discovered that send-it.sh used 'sendmail->exim' instead of qmail-inject.
Just changed the binary and now works! Thank you! -----Original Message----- From: Brian Candler [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 10:44 AM To: Andrea Cc: [EMAIL PROTECTED] Subject: Re: [sqwebmail] Sqwebmail does not deliver local mail On Thu, Jan 22, 2004 at 09:34:55AM +0100, Andrea wrote: > I'm having problem with Sqwebmail 3.6.2 + qmail 1.03. > > Mail sent via sqwebmail from local domains are not processed, nothing > is written in log files and tcpdump on port 25 does not help so much. > > Qmail works perfectly since I can normally send internal mail. The > problem in only when using sqwebmail interface. You won't see anything on port 25, since sqwebmail submits outgoing mail via a script, sendit.sh This has been discussed before; see for example http://www.mail-archive.com/[EMAIL PROTECTED]/msg06333.html or use the search function to find other threads. Try doing: # strings /path/to/cgi-bin/sqwebmail | grep sendit.sh which should show you the path it is trying to run. Then have a look inside that script and see if it is calling your MTA in the right way. If you installed qmail but forgot to replace sendmail with the qmail wrapper, then you may find that the wrong MTA is being called. Brian.
