[vchkpw] simscan quesiton: error

2004-09-24 Thread Payal Rathod
Hi,
Since there is no official list for simscan and this was the list where 
few simscan questions were asked and answered, I am taking the liberty of
asking it here.
I have simscan-1.0 which i installed by,
./configure
make
make install-strip

In my smtpd/run file I have,
export QMAILQUEUE=/var/qmail/bin/simscan

But when I try to send a message I get,
451 mail server temporarily rejected message (#4.3.0)

I tried to increase softlimit but still the same error.
Can someone tell what is wrong?

With warm regards,
-Payal


Re: [vchkpw] simscan quesiton: error

2004-09-24 Thread Ken Jones
On Friday 24 September 2004 01:16 am, Payal Rathod wrote:
 Hi,
 Since there is no official list for simscan and this was the list where
 few simscan questions were asked and answered, I am taking the liberty of
 asking it here.
 I have simscan-1.0 which i installed by,
 ./configure
 make
 make install-strip

 In my smtpd/run file I have,
 export QMAILQUEUE=/var/qmail/bin/simscan

 But when I try to send a message I get,
 451 mail server temporarily rejected message (#4.3.0)

 I tried to increase softlimit but still the same error.
 Can someone tell what is wrong?

If you are not running qmail-smtpd as root you may need to
change the ownership of simscan to match qmail-smtpd.

Ken Jones


Re: [vchkpw] simscan quesiton: error

2004-09-24 Thread Payal Rathod
On Fri, Sep 24, 2004 at 09:41:09AM -0500, Ken Jones wrote:
 If you are not running qmail-smtpd as root you may need to
 change the ownership of simscan to match qmail-smtpd.

I run qmail-smtpd as qmaild and now I have,
# ls -l simscan
-rwxr-xr-x  1 qmaild nofiles 6136 Sep 24 11:25 simscan

Still the same problem. I am running Mandrake 10.0

With warm regards,
-Payal


Re: [vchkpw] simscan quesiton: error

2004-09-24 Thread Bastiaan van der Put
Check the permissions on the working dir too.
Bas
At 17:25 9/24/2004, you wrote:
On Fri, Sep 24, 2004 at 09:41:09AM -0500, Ken Jones wrote:
 If you are not running qmail-smtpd as root you may need to
 change the ownership of simscan to match qmail-smtpd.
I run qmail-smtpd as qmaild and now I have,
# ls -l simscan
-rwxr-xr-x  1 qmaild nofiles 6136 Sep 24 11:25 simscan
Still the same problem. I am running Mandrake 10.0
With warm regards,
-Payal



Re: [vchkpw] simscan quesiton: error

2004-09-24 Thread Kiril Todorov
Bastiaan van der Put wrote:
# ls -l simscan
-rwxr-xr-x  1 qmaild nofiles 6136 Sep 24 11:25 simscan
chmod --reference /var/qmail/bin/qmail-queue \
/var/qmail/bin/simscan /var/qmail/simscan
chown --reference /var/qmail/bin/qmail-queue \
/var/qmail/bin/simscan /var/qmail/simscan

--
+---+
| Kiril Todorov  +  System::Network Administrator |
+---+
| /* waiting... dreaming... wishing... */   |
+---+


Re: [vchkpw] simscan quesiton: error

2004-09-24 Thread Payal Rathod
On Fri, Sep 24, 2004 at 07:01:20PM +0300, Kiril Todorov wrote:
 chmod --reference /var/qmail/bin/qmail-queue \
 /var/qmail/bin/simscan /var/qmail/simscan
 
 chown --reference /var/qmail/bin/qmail-queue \
 /var/qmail/bin/simscan /var/qmail/simscan

Why do I need to have permission of qmail-queue? 
# ls -l qmail-queue
-rws--x--x  1 qmailq qmail 15912 Sep 24 11:38 qmail-queue

I believe that simscan appear at smtp level i.e. before the mail hits
the queue.

-Payal