Hi Suhag, Please find steps below to compile Simscan with Enable-Spam-Auth-User:
1) Download src rpm file. 2) rpm -i simscan-toaster-*.src.rpm 3) cd /usr/src/redhat/SPEC 4) vim simscan-toaster.spec 5) Go to line number 490 i.e. authernticated users scanned = OFF and change OFF to ON. 6) Now go to line number 563 i.e. --enable-custom-smtp-reject. Below this line add 1 more line mentioning --enable-spam-auth-user 7) Close the SPEC file. 8) rpmbuild -ba --target-i386 simscan-toaster.spec 9) cd ../RPMS/i386 10) qmailctl stop 11) rpm -Uvh simscan*.rpm Regards, Amit On Tue, Aug 10, 2010 at 10:28 AM, Amit <[email protected]> wrote: > Hi Suhag, > > Is it fine if I let you know by evening since I'm somewhere out today for > meeting. > > Regards, > > Amit > > > On Tue, Aug 10, 2010 at 7:17 AM, Suhag P Desai <[email protected]> wrote: > >> Hi Amit, >> >> >> >> I can not find any option in SPEC file in qmailtoaster for simscan. If >> you can spare some time to let me know the excate procedure, it will be very >> much helpful to me. >> >> >> >> I want to recompile simscan with --enable-spam-auth-user=y option. >> >> >> >> Thanks in advance.. >> >> >> >> Regards, >> >> Suhag. >> >> >> >> *From:* Amit Dalia [mailto:[email protected]] >> *Sent:* Monday, August 02, 2010 5:20 PM >> *To:* [email protected] >> *Subject:* Re: [qmailtoaster] How to complied specific package in >> qmailtoaster-plus >> >> >> >> Hi Suhag, >> >> You can do this by modifying in SPEC file. >> >> Regards, >> >> Amit >> >> At Monday, 02-08-2010 on 17:15 Suhag P Desai wrote: >> >> Hi all, >> >> >> >> By default, simscan does not run spamc on authenticated users. >> >> >> >> If you want to scan authenticated users you will need to recompile simscan >> adding the --enable-spam-auth-user=y configure value. >> >> >> >> How to recompile simscan package with above option… >> >> >> >> Regards, >> >> >> >> Suhag. >> >> >> > >
