This is a discussion on Re: [AMaViS-user] DSPAM Untrusted User within the Amavis User forums, part of the Anti-Spam and Anti-Virus Related Forums category; Sven Schuster wrote: >>/var/log/mail/errors >>dspam[9362]: unable to open /var/lib/dspam/trusted....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Sven Schuster wrote:
>>/var/log/mail/errors >>dspam[9362]: unable to open /var/lib/dspam/trusted.users for reading: >>Permission denied. >> >>/var/log/mail/warnings >>amavis[9334]: (09334-01) WARN: DSPAM problem, exit 1, result=9362: [Sat >>Feb 26 12:54:33 2005] An untrusted user may not set the runtime target >>users\n >> >># ls /var/lib/ >>drwxr-x--- 2 root mail 23 Feb 24 23:27 dspam/ >> >># ls -l /var/lib/dspam/ >>-rw-r----- 1 root mail 127 Jun 16 2004 mysql.data > > I have set the owner of the dspam home directory to the user running > amavisd. As stated in my first mail to you, read RELEASE_NOTES on > how to configure and install dspam for use with amavisd-new Thanks so much for your pointers. I created trusted.users # ls -l /var/lib/dspam -rw-r----- 1 amavis mail 127 Jun 16 2004 mysql.data -rw-r----- 1 amavis mail 7 Feb 27 21:49 trusted.users # more trusted.users amavis I read the RELEASE_NOTES for dspam and amavisd-new. It seems most the configuration are done during compilation. Is there dspam.conf somewhere? # ldd /usr/lib/libdspam.so.5 linux-gate.so.1 => (0xffffe000) libmysqlclient.so.12 => /usr/lib/libmysqlclient.so.12 (0xb7fac000) libm.so.6 => /lib/tls/libm.so.6 (0xb7f89000) libz.so.1 => /lib/libz.so.1 (0xb7f78000) libc.so.6 => /lib/tls/libc.so.6 (0xb7e59000) libcrypt.so.1 => /lib/libcrypt.so.1 (0xb7e2c000) libnsl.so.1 => /lib/libnsl.so.1 (0xb7e19000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000) I guess dspam is compiled to use MySQL rather than Berkley DB? Regards, Norman Zhang ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/...fo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/ |