i've tried both of your suggestions, with the following settings

i was still unable to recieve mail with the same error [some
domains
have been changes for obvious reasons]

/var/log/qmail/smtpd/current (tail -20)

@40000000409854e8057bc154 tcpserver: end 1023 status 0
@40000000409854e8057bcd0c tcpserver: status: 0/100
@40000000409854e809a28b8c tcpserver: status: 1/100
@40000000409854e809a49ecc tcpserver: pid 1025 from
123.456.789.012
@40000000409854e80e8b3a7c tcpserver: ok 1025
fake.com:123.456.789.011:25
mail1.fake2.com:123.456.789.012::33796
@40000000409854e8196b1e44 X-Qmail-Scanner-1.22:[] cannot create
/var/spool/qmailscan/tmp - Permission denied
@40000000409854e81dbcc13c tcpserver: end 1025 status 0
@40000000409854e81dbcccf4 tcpserver: status: 0/100
@40000000409855661b1791dc tcpserver: status: 1/100
@40000000409855661b18a34c tcpserver: pid 1048 from
123.456.789.012
@40000000409855661baf7c7c tcpserver: ok 1048
fake.com:123.456.789.011:25 msg.ureach.com:123.456.789.013::4994
@4000000040985566227484bc X-Qmail-Scanner-1.22:[] cannot create
/var/spool/qmailscan/tmp - Permission denied
@40000000409855662bcdebac tcpserver: end 1048 status 0
@40000000409855662bcdf764 tcpserver: status: 0/100
@40000000409855662e4446c4 tcpserver: status: 1/100
@40000000409855662e4515cc tcpserver: pid 1050 from
123.456.789.012
@40000000409855662ec8e014 tcpserver: ok 1050
fake.com:123.456.789.011:25
mail1.fake2.com:123.456.789.013::34229
@400000004098556638f46be4 X-Qmail-Scanner-1.22:[] cannot create
/var/spool/qmailscan/tmp - Permission denied
@400000004098556701ae65a4 tcpserver: end 1050 status 0
@400000004098556701ae715c tcpserver: status: 0/100

Directory permissions on /var/spool/ :
drwxrwx---    4 qscand   qscand        400 May  3 22:53
qmailscan/

Previous permissions:
drwxrwx---    4 qscand   qmaill        400 May  3 22:53
qmailscan/

contents of /home/vpopmail/tcp.smtpd
127.0.0.1:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"
192.168.168.:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"
:allow,QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"

I am able to recieve mail fine when i take qmail-scanner-queue
out of the equation
[when tcp.smtpd contains:]

127.0.0.1:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/qmail-queue"
192.168.168.:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/qmail-queue"
:allow,QMAILQUEUE="/var/qmail/bin/qmail-queue"






________________________________________________
Get your own "800" number
Voicemail, fax, email, and a lot more
http://www.ureach.com/reg/tag


---- On Tue, 04 May 2004, Niek Baakman ([EMAIL PROTECTED])
wrote:

> [EMAIL PROTECTED] wrote:
> 
> > For the most part i followed this guide for my installation
> > http://sylvestre.ledru.info/howto/howto_qmail_vpopmail.php
> > 
> > i varied using life with qmail and documentation supplied
with
> > applications
> > 
> > i am on slackware 9.1, latest versions of qmail, vpopmail,
> > qmail-scanner, clamav, and spamd 
> > 
> > i get and error from only remote sources trying to send
email to
> > me. this means i can send from myself to myself, and from a
> > local user at the same domain to myself, and from myself out
to
> > the world. 
> > 
> > "X-Qmail-Scanner-1.22:[] cannot create
/var/spool/qmailscan/tmp
> > - Permission denied" 
> > 
> > the install options i've used was:
> > ./configure 
> > --spooldir /var/spool/qmailscan 
> > --qmaildir /var/qmail 
> > --bindir /var/qmail/bin 
> > --qmail-queue-binary /var/qmail/bin/qmail-queue 
> > --admin postmaster --domain mydomain.com 
> > --notify sender,admin,recips 
> > --local-domains mydomain.com
> > --silent-viruses auto 
> > --debug 1 
> > --unzip 1 
> > --add-dscr-hdrs 1 
> > --archive 0 
> > --redundant no 
> > --log-details yes 
> > --log-crypto 0 
> > --fix-mime 1 
> > --scanners "clamscan,fast_spamassassin" 
> > --install 1 
> > --skip-setuid-test
> > 
> > Perl 5.8.4 has been installed with suidperl.
> > 
> > i tried using the c qmail-scanner-queue in the contrib
> > directory, changing my tcp.smtp to
> > [/home/vpopmail/etc/tcp.smtp]:
> > 
> > 
> >
127.0.0.1:allow,RELAYCLIENT="",RBLSMTPD="",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue"
> >
192.168.168:allow,RELAYCLIENT="",RBLSMTPD="",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue"
> > :allow,QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue"
> > 
> > i have also tried changing it to:
> > 
> >
127.0.0.1:allow,RELAYCLIENT="",RBLSMTPD="",QMAILQUEUE="/var/qmail/bin/qmail-queue"
> >
192.168.168:allow,RELAYCLIENT="",RBLSMTPD="",QMAILQUEUE="/var/qmail/bin/qmail-queue"
> > :allow,QMAILQUEUE="/var/qmail/bin/qmail-queue"
> > 
> > however qmail-scanner still outputs that error...
> > 
> > i've also tried manually creating that directory and chmod
777
> > it...no luck
> > 
> > any suggestions or help? please let me know
> 
> No need to change qmailqeue, the problem is permissions.
> check if /var/spool/qmailscan has the correct permissions,
> over here they are: drwxrwx---   5 qscand qscand 4096 May  1
20:47 qmailscan
> check underlying directories as well.
> 
> You say you have installed suidperl, but you use the
suidwrapper.
> If you use the wrapper, it must be suid, but the .pl shouldn't
be.
> If you don't, the .pl should be suid.
> 
> Hope this helps
> 
> Niek
> -- 
> 
> The greatest trick the devil ever pulled was convincing the
world he didn't exist.
> PGP KeyID: 0x65C28B9A   |    Fingerprint:
7A5301026E58CF3FACE7F2F0D82B854565C28B9A
> 
> 
> 
> 
> ATTACHMENT 1: application/pgp-signature; name="signature.asc"
> DESCRIPTION: OpenPGP digital signature
> DISPOSITION: attachment; filename="signature.asc"
> 



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to