@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2



Comments:

<0> ?? anybody had much luck w/ vQAdmin and apache2 via SSL? Have it working via http but have issues w/ https (though https for non vqadmin is working)
<0> ok..got my one issue working but can't get the qmail smtp service to stay up
<0> no matter what I raise my softlimit to I get:
<0> @40000000440bb997128b42d4 tcpserver: fatal: temporarily unable to figure out IP address for 8.7.49.235: file does not exist
<0> there is a post about this on qmailrock forum but fix (issue w/ tcpserver, raise softlimits) from a year ago
<0> something about amd64
<0> but fix ain't working
<0> ideas?
<1> I am trying to understant the qmail-smtpd logs, I have a rbl set up , but I can't tell if its working. What does a denial look like in the logs?
<1> Ha HA,figured it out
<2> care to share? :)
<2> anyone here used simscan/dspam before? :)
<1> oh
<1> yeah
<1> it will only report in the logs if it was denied
<1> so you can just grep for rdl



<1> if it p***es it sez nothing
<3> ravsi: what service you using ?
<3> paid service or free?
<1> service?
<1> oh
<1> I was using dldsbl.org
<1> I am trying spamhuas
<1> now
<1> so
<1> free :)
<3> ahh . kewls ..
<3> most of which are to far away from me , unless i replicate locally
<1> are they?
<1> how far ?
<4> hello !
<4> is there a way to have qmail delivering mail directly and byp***ing the mail queue ? like the DeliveryMode=i option of send mail.
<5> ola again
<5> i got another problem, this time with qmail-scanner
<5> i have clamd and spamd running (both under the user qscand, which qmail-scanner-queue.pl should be using, too). /var/spool/qmailscanner is also accessable for reading for qscand.
<5> clamdscan still reports "access denied"
<5> i've put up some more info here: http://pastebin.com/586820
<5> anyone an idea on that?
<3> _tobyS: yes
<3> what user is clamd running as ?
<5> Firebot: qscand
<3> hmmm ...
<3> and perms ?
<3> for its directories
<3> try this ... http://windy.zapto.org/qmail/scripts/fix-clamav.sh
<3> spamd doesnt have to ...
<3> also whats your perms on /var/spool/qmailscan/ and /var/spool/qmailscan/tmp
<5> Firebot: see my pastebin link, it lists all permissions there
<3> hehe yeah soz
<3> had it in a small window =P
<5> ;)
<5> Firebot: the /var/run/clamav and /var/log/clamav permissions are correct
<5> Firebot: i have the feeling qmail-scanner creates the files with the wrong permissions, could that be?
<3> your perms are allot different to mine
<3> most if mine are 700 for directories ..
<3> yes indeed
<3> maybee even with the wrong umask
<3> _tobyS: pastebin you clamd.conf
<3> the fact that some of those tmp files are owned by root is kinda wierd
<3> maybe qmail-scanner is setup correctly , and not running su the right way or something
<5> Firebot: http://pastebin.com/586842
<5> Firebot: qmail-scanners config is strange, anyway... having all that config stuff in the perl script itself ****s
<3> oh yeah .. indeed ...
<3> ls -la /var/qmail/bin/qmail-scanner-queue.pl ?
<3> whats those perms ?
<3> _tobyS: well your clamd.conf looks good, looks like its running as a daemon , rather than via svc , which is fine
<5> hartes-php dotxp # ls -la /var/qmail/bin/qmail-scanner-queue.pl
<5> -rwxr-xr-x 1 qscand qscand 127732 Mar 6 13:35 /var/qmail/bin/qmail-scanner-queue.pl
<3> well
<3> is qmail-scanner ment to be suid ?
<3> -rwsr-xr-x 1 qscand qscand as example
<3> try that ... chmod u+s /var/qmail/bin/qmail-scanner-queue.pl
<5> same result
<3> then: chown -R qscand:qscand /var/spool/qmailscan/tmp
<3> then: chown -R qscand:qscand /var/spool/qmailscan/quarantine
<3> then: chown -R qscand:qscand /var/spool/qmailscan/working
<5> still the same



<3> ok
<3> but now show me the resulting perms on the file reported access denied
<5> Firebot: is there a possibility to actually see the files the clam could not access?
<5> Firebot: in better words: to make qmailscanner not delete them?
<3> yeah , it was in the logs you had before
<3> they should be there , go to /var/spool/qmailscan/working/tmp
<5> Firebot: it says Mon, 06 Mar 2006 14:34:51 CET:17263: cleanup: /bin/rm -rf /var/spool/qmailscan/tmp/hartes-php.de114165209171817263/
<5> Firebot: so they get deleted after the error
<3> dang ... ok that ant to hard then .... just got to set clamd to debug
<3> run it in the foreground via a console if you have to
<5> ok
<5> Firebot: that suxxs, clamd does not tell me anything when i switch debugging on and leave it in foreground... :(
<5> spits out lots of info on startup, but not when i try the scan
<3> your not pipeing stderr anywhere are you ?
<3> ok ...
<5> nope
<3> pastbin, qmail-scanner results for me
<3> , and just check all the tmp directories
<3> incase it has left any new clues
<5> Firebot: you mean the logs?
<3> Ja ... qms logs
<3> for last scan
<5> Firebot: same as i already included in the pastebin
<3> maybee , just maybee
<3> its getting access denied to the clamd binary itself
<5> hartes-php dotxp # ls -la /usr/bin/clamdscan
<5> -rwxr-xr-x 1 root root 34584 Mar 4 11:36 /usr/bin/clamdscan
<5> Firebot:
<5> should be sufficient or am i wrong?
<3> yes , they defently should be
<3> run /var/qmail/bin/qmail-scanner-queue.pl -z
<3> run /var/qmail/bin/qmail-scanner-queue.pl -g
<3> have you done that lately , or upgraded clamd lately ?
<3> but yes i think the problem is with the files being created ...
<3> _tobyS: have you got selinux or a strict suidperl
<5> Firebot: both not
<3> have you got suidperl installeD ?
<5> Firebot: nope
<3> well
<3> generally , 9 time out of 10 you need suidperl for qmail-scanner to fully function
<6> in contrib is qmail-scanner-queue.c use that
<3> yes . or use a wrapper
<5> ??
<3> in your qmailscanner source ...
<5> what actually shall i do with the source?
<3> you will need to setup the wrapper ...
<3> and use it, or install suiperl ... which is a nasty tool
<5> ah, that one is already in place on gentoo :) at least i have the binary installed....
<3> lol ... ok
<3> so which are you doing C wrapper or Suidperl ?
<5> i now have c wrapper in place, still the same errors.
<5> can't one tell qmailscanner to not delete its tempfiles? so i could check their permissions...
<5> this thing is really hard to debug...
<5> k, so when i let clamd run as root (i dont like that) and use the c-wrapper, all works nicely. but when i change the user clamd runs with to qscnad it fails. so the problem really seems to be, that qmailscanner does not create its tmp-dirs with the correct permissions, or am i wrong?
<7> hello
<7> anyone here ?
<8> nope
<9> lol
<9> cytrak, its easier for you to just ask your question and wait for someone that knows an answer to see it
<10> haha
<7> anyone knows a SMTP protocol filter that will allow me to do what I want with emails p***ing through my smtp relayhost ?
<7> like if the message is going to @domain.com I wan to forward a copy of that message to another email address and also save a copy at a maildir location
<7> I'm checking on something called qpsmtp whcih would allow me to use mimedefang as a milter but I'm not so sure I can use mimedefang to do what I wan t
<11> cytrak, http://untroubled.org/qmail-qfilter ?
<11> or procmail
<11> maildrop
<7> mist: procmail works on the MDA level and I think so does maildrop
<7> mist: I can use procmail successfully for filtering inbound mail and forward them but not relayed mail
<12> hey guys
<12> when i send email from my servers it always goes out as user@exmaple.com
<12> i have no idea where do i change example.com to my domain name
<12> any clue?
<9> metalac, check your control/ files ...


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #qmail
or
Go to some related logs:

BeatifulSoup
mysql_fetch_result null
#oe
arptype linux
#freedesktop
twisted.words robot
yum hanging on Setting up Package Sacks
human gtk1.x theme
apt-proxy wow
ubuntu skupe



Home  |  disclaimer  |  contact  |  submit quotes