[qmailtoaster] Migration

2008-04-21 Thread Kisakye ALex

Greetings All,
Am planning a to migrate an Exim based mail domian to toaster. I am 
seeking assistance on how to move the users boxes without loosing there 
mail. I have looked at imapsync which actually works well for individual 
accounts but i can't seem to get it working as adminuser to migrate all 
(close to 500) accounts without knowing the users passwords. Does anyone 
know of another way to migrate the email boxes?


thanks for anyhelp

ALex

-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] ClamAV Upgrade

2008-04-21 Thread Kevin


 1) service qmail stop
 2) rpm -e --nodeps clamav-toaster
 3) rpmbuild --rebuild --with fdr10 clamav-toaster-newpkg.src.rpm
..
..
..
gcc -O2 -g -march=i386 -mcpu=i686 -o .libs/freshclam output.o cfgparser.o 
getopt.o misc.o options.o sha256.o cdiff.o tar.o freshclam.o manager.o notify.o 
dns.o execute.o nonblock.o mirman.o  ../libclamav/.libs/libclamav.so -lresolv 
-lpthread 
cdiff.o(.text+0x1bfb): In function `cdiff_apply':
../shared/cdiff.c:984: undefined reference to `gzdopen'
cdiff.o(.text+0x1c42):../shared/cdiff.c:994: undefined reference to `gzgets'
cdiff.o(.text+0x1cbd):../shared/cdiff.c:1016: undefined reference to `gzclose'
cdiff.o(.text+0x1d0b):../shared/cdiff.c:1010: undefined reference to `gzclose'
tar.o(.text+0x11e): In function `tar_addfile':
../shared/tar.c:82: undefined reference to `gzwrite'
tar.o(.text+0x15d):../shared/tar.c:95: undefined reference to `gzwrite'
tar.o(.text+0x204):../shared/tar.c:111: undefined reference to `gzwrite'
manager.o(.text+0x1c25): In function `buildcld':
/usr/src/redhat/BUILD/clamav-0.93/freshclam/manager.c:884: undefined reference 
to `gzopen'
manager.o(.text+0x1c7e):/usr/src/redhat/BUILD/clamav-0.93/freshclam/manager.c:913:
 undefined reference to `gzclose'
manager.o(.text+0x1dd6):/usr/src/redhat/BUILD/clamav-0.93/freshclam/manager.c:932:
 undefined reference to `gzclose'
manager.o(.text+0x1e2a):/usr/src/redhat/BUILD/clamav-0.93/freshclam/manager.c:944:
 undefined reference to `gzclose'
collect2: ld returned 1 exit status
make[2]: *** [freshclam] Error 1
make[2]: Leaving directory `/usr/src/redhat/BUILD/clamav-0.93/freshclam'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/clamav-0.93'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.57 (%build)


RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.57 (%build)


- Original Message - 
From: Erik A. Espinoza [EMAIL PROTECTED]
To: qmailtoaster-list@qmailtoaster.com
Sent: Sunday, April 20, 2008 10:09 AM
Subject: Re: [qmailtoaster] ClamAV Upgrade


 1) service qmail stop
 2) rpm -e --nodeps clamav-toaster
 3) rpmbuild --rebuild --with $OSTAG clamav-toaster-newpkg.src.rpm
 4) rpm -Uhv newclamavrpm
 5) service qmail cdb
 6) service qmail start
 
 
 Erik
 
 On Sun, Apr 20, 2008 at 9:37 AM, James Palmer [EMAIL PROTECTED] wrote:
 Hi all,

 Could somebody let me know the easiest way to upgrade from ClamAV 0.92 to
 0.93?  On the QmailToaster site it says  be sure to remove prior versions
 of ClamAV before building this new one, otherwise it will cause a circular
 dependency. and I'm unsure how to do that and then install the new clamav
 package.


 Cheers!
 
 -
 QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


Re: [qmailtoaster] ClamAV Upgrade

2008-04-21 Thread Erik A. Espinoza
Fedora 1.0 is not really supported anymore. The code for the profile
is still there for historical purposes, but doesn't really work for
the most part.

It's really broken. You can try cnt30 or cnt40 and see if that gives
you better results but I think you're on your own on this one buddy.

EE

On Mon, Apr 21, 2008 at 12:08 AM, Kevin [EMAIL PROTECTED] wrote:


   1) service qmail stop
   2) rpm -e --nodeps clamav-toaster
   3) rpmbuild --rebuild --with fdr10 clamav-toaster-newpkg.src.rpm
  ..
  ..
  ..
  gcc -O2 -g -march=i386 -mcpu=i686 -o .libs/freshclam output.o cfgparser.o 
 getopt.o misc.o options.o sha256.o cdiff.o tar.o freshclam.o manager.o 
 notify.o dns.o execute.o nonblock.o mirman.o  ../libclamav/.libs/libclamav.so 
 -lresolv -lpthread
  cdiff.o(.text+0x1bfb): In function `cdiff_apply':
  ../shared/cdiff.c:984: undefined reference to `gzdopen'
  cdiff.o(.text+0x1c42):../shared/cdiff.c:994: undefined reference to `gzgets'
  cdiff.o(.text+0x1cbd):../shared/cdiff.c:1016: undefined reference to 
 `gzclose'
  cdiff.o(.text+0x1d0b):../shared/cdiff.c:1010: undefined reference to 
 `gzclose'
  tar.o(.text+0x11e): In function `tar_addfile':
  ../shared/tar.c:82: undefined reference to `gzwrite'
  tar.o(.text+0x15d):../shared/tar.c:95: undefined reference to `gzwrite'
  tar.o(.text+0x204):../shared/tar.c:111: undefined reference to `gzwrite'
  manager.o(.text+0x1c25): In function `buildcld':
  /usr/src/redhat/BUILD/clamav-0.93/freshclam/manager.c:884: undefined 
 reference to `gzopen'
  
 manager.o(.text+0x1c7e):/usr/src/redhat/BUILD/clamav-0.93/freshclam/manager.c:913:
  undefined reference to `gzclose'
  
 manager.o(.text+0x1dd6):/usr/src/redhat/BUILD/clamav-0.93/freshclam/manager.c:932:
  undefined reference to `gzclose'
  
 manager.o(.text+0x1e2a):/usr/src/redhat/BUILD/clamav-0.93/freshclam/manager.c:944:
  undefined reference to `gzclose'
  collect2: ld returned 1 exit status
  make[2]: *** [freshclam] Error 1
  make[2]: Leaving directory `/usr/src/redhat/BUILD/clamav-0.93/freshclam'
  make[1]: *** [all-recursive] Error 1
  make[1]: Leaving directory `/usr/src/redhat/BUILD/clamav-0.93'
  make: *** [all] Error 2
  error: Bad exit status from /var/tmp/rpm-tmp.57 (%build)


  RPM build errors:
 Bad exit status from /var/tmp/rpm-tmp.57 (%build)




  - Original Message -
  From: Erik A. Espinoza [EMAIL PROTECTED]
  To: qmailtoaster-list@qmailtoaster.com
  Sent: Sunday, April 20, 2008 10:09 AM
  Subject: Re: [qmailtoaster] ClamAV Upgrade


   1) service qmail stop
   2) rpm -e --nodeps clamav-toaster
   3) rpmbuild --rebuild --with $OSTAG clamav-toaster-newpkg.src.rpm
   4) rpm -Uhv newclamavrpm
   5) service qmail cdb
   6) service qmail start
  
  
   Erik
  
   On Sun, Apr 20, 2008 at 9:37 AM, James Palmer [EMAIL PROTECTED] wrote:
   Hi all,
  
   Could somebody let me know the easiest way to upgrade from ClamAV 0.92 to
   0.93?  On the QmailToaster site it says  be sure to remove prior versions
   of ClamAV before building this new one, otherwise it will cause a circular
   dependency. and I'm unsure how to do that and then install the new clamav
   package.
  
  
   Cheers!
  


  -
   QmailToaster hosted by: VR Hosted http://www.vr.org
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] spamassassin question

2008-04-21 Thread Rajesh Mahadevan
hi

i am trying out message sniffer (http://www.armresearch.com) antispam
solution

two questions

a) has anybody else used this solution and can share their experience

b) message sniffer has a spamassassin pluging

now how do i ensure that messagge sniffer is called first among all the
other plugin/rules of spamassassin.

regds
rajesh





-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] ClamAV Upgrade

2008-04-21 Thread Kevin
Hi Erik,

Thanks ,but I don't think this problem is about my old linux release version.

Look at this  http://www.mail-archive.com/[EMAIL PROTECTED]/msg29083.html

It is about zlib-1.2.3 .

Dose clamav-0.93 forget the zlib.so ?

nm -D /usr/lib/libz.so|grep gz
005f2b50 T gzclearerr
005f29a0 T gzclose
005f28d0 T gzdirect
005f19f0 T gzdopen
005f28a0 T gzeof
005f2a10 T gzerror
005f2520 T gzflush
005f2100 T gzgetc
005f21a0 T gzgets
005f19c0 T gzopen
005f2300 T gzprintf
005f2380 T gzputc
005f23d0 T gzputs
005f1e40 T gzread
005f27b0 T gzrewind
005f2580 T gzseek
005f1a50 T gzsetparams
005f2860 T gztell
005f2150 T gzungetc
005f2220 T gzwrite


- Original Message - 
From: Erik A. Espinoza [EMAIL PROTECTED]
To: qmailtoaster-list@qmailtoaster.com
Sent: Sunday, April 20, 2008 11:30 PM
Subject: Re: [qmailtoaster] ClamAV Upgrade


 Fedora 1.0 is not really supported anymore. The code for the profile
 is still there for historical purposes, but doesn't really work for
 the most part.
 
 It's really broken. You can try cnt30 or cnt40 and see if that gives
 you better results but I think you're on your own on this one buddy.
 
 EE
 
 On Mon, Apr 21, 2008 at 12:08 AM, Kevin [EMAIL PROTECTED] wrote:


   1) service qmail stop
   2) rpm -e --nodeps clamav-toaster
   3) rpmbuild --rebuild --with fdr10 clamav-toaster-newpkg.src.rpm
  ..
  ..
  ..
  gcc -O2 -g -march=i386 -mcpu=i686 -o .libs/freshclam output.o cfgparser.o 
 getopt.o misc.o options.o sha256.o cdiff.o tar.o freshclam.o manager.o 
 notify.o dns.o execute.o nonblock.o mirman.o  
 ../libclamav/.libs/libclamav.so -lresolv -lpthread
  cdiff.o(.text+0x1bfb): In function `cdiff_apply':
  ../shared/cdiff.c:984: undefined reference to `gzdopen'
  cdiff.o(.text+0x1c42):../shared/cdiff.c:994: undefined reference to `gzgets'
  cdiff.o(.text+0x1cbd):../shared/cdiff.c:1016: undefined reference to 
 `gzclose'
  cdiff.o(.text+0x1d0b):../shared/cdiff.c:1010: undefined reference to 
 `gzclose'
  tar.o(.text+0x11e): In function `tar_addfile':
  ../shared/tar.c:82: undefined reference to `gzwrite'
  tar.o(.text+0x15d):../shared/tar.c:95: undefined reference to `gzwrite'
  tar.o(.text+0x204):../shared/tar.c:111: undefined reference to `gzwrite'
  manager.o(.text+0x1c25): In function `buildcld':
  /usr/src/redhat/BUILD/clamav-0.93/freshclam/manager.c:884: undefined 
 reference to `gzopen'
  
 manager.o(.text+0x1c7e):/usr/src/redhat/BUILD/clamav-0.93/freshclam/manager.c:913:
  undefined reference to `gzclose'
  
 manager.o(.text+0x1dd6):/usr/src/redhat/BUILD/clamav-0.93/freshclam/manager.c:932:
  undefined reference to `gzclose'
  
 manager.o(.text+0x1e2a):/usr/src/redhat/BUILD/clamav-0.93/freshclam/manager.c:944:
  undefined reference to `gzclose'
  collect2: ld returned 1 exit status
  make[2]: *** [freshclam] Error 1
  make[2]: Leaving directory `/usr/src/redhat/BUILD/clamav-0.93/freshclam'
  make[1]: *** [all-recursive] Error 1
  make[1]: Leaving directory `/usr/src/redhat/BUILD/clamav-0.93'
  make: *** [all] Error 2
  error: Bad exit status from /var/tmp/rpm-tmp.57 (%build)


  RPM build errors:
 Bad exit status from /var/tmp/rpm-tmp.57 (%build)




  - Original Message -
  From: Erik A. Espinoza [EMAIL PROTECTED]
  To: qmailtoaster-list@qmailtoaster.com
  Sent: Sunday, April 20, 2008 10:09 AM
  Subject: Re: [qmailtoaster] ClamAV Upgrade


   1) service qmail stop
   2) rpm -e --nodeps clamav-toaster
   3) rpmbuild --rebuild --with $OSTAG clamav-toaster-newpkg.src.rpm
   4) rpm -Uhv newclamavrpm
   5) service qmail cdb
   6) service qmail start
  
  
   Erik
  
   On Sun, Apr 20, 2008 at 9:37 AM, James Palmer [EMAIL PROTECTED] wrote:
   Hi all,
  
   Could somebody let me know the easiest way to upgrade from ClamAV 0.92 to
   0.93?  On the QmailToaster site it says  be sure to remove prior 
 versions
   of ClamAV before building this new one, otherwise it will cause a 
 circular
   dependency. and I'm unsure how to do that and then install the new 
 clamav
   package.
  
  
   Cheers!
  


  -
   QmailToaster hosted by: VR Hosted http://www.vr.org
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 
 -
 QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


[qmailtoaster] spamdyke - turn off

2008-04-21 Thread Igor Vukotić

How to turn off spamdyke? (Best way)

smime.p7s
Description: S/MIME cryptographic signature


Re: [qmailtoaster] ClamAV Upgrade

2008-04-21 Thread Kevin
I found this:
tar jxf  tar jxf clamav-0.93.tar.bz2
cd clamav-0.93
./configure --help
..
--with-zlib=DIR   path to directory containing zlib library (default=
 /usr/local or /usr if not found in /usr/local)
..
So,  remove these files, if thare are
rm -f /usr/local/include/zlib.h
rm -f /usr/local/include/zutil.h

Then, I can build the package without error.
rpmbuild --rebuild --with fdr10 clamav-toaster-0.93-1.3.18.src.rpm

But, I had new problem when I installed the package
rpm -e --nodeps clamav-toaster; rpm -ivh clamav-toaster-0.93-1.3.18.i386.rpm
warning: /etc/freshclam.conf saved as /etc/freshclam.conf.rpmsave
Preparing...### [100%]
   1:clamav-toaster ### [100%]
error: %post(clamav-toaster-0.93-1.3.18) scriptlet failed, exit status 1


- Original Message - 
From: Kevin [EMAIL PROTECTED]
To: qmailtoaster-list@qmailtoaster.com
Sent: Monday, April 21, 2008 12:01 AM
Subject: Re: [qmailtoaster] ClamAV Upgrade


 Hi Erik,
 
 Thanks ,but I don't think this problem is about my old linux release version.
 
 Look at this  http://www.mail-archive.com/[EMAIL PROTECTED]/msg29083.html
 
 It is about zlib-1.2.3 .
 
 Dose clamav-0.93 forget the zlib.so ?
 
 nm -D /usr/lib/libz.so|grep gz
 005f2b50 T gzclearerr
 005f29a0 T gzclose
 005f28d0 T gzdirect
 005f19f0 T gzdopen
 005f28a0 T gzeof
 005f2a10 T gzerror
 005f2520 T gzflush
 005f2100 T gzgetc
 005f21a0 T gzgets
 005f19c0 T gzopen
 005f2300 T gzprintf
 005f2380 T gzputc
 005f23d0 T gzputs
 005f1e40 T gzread
 005f27b0 T gzrewind
 005f2580 T gzseek
 005f1a50 T gzsetparams
 005f2860 T gztell
 005f2150 T gzungetc
 005f2220 T gzwrite
 
 
 - Original Message - 
 From: Erik A. Espinoza [EMAIL PROTECTED]
 To: qmailtoaster-list@qmailtoaster.com
 Sent: Sunday, April 20, 2008 11:30 PM
 Subject: Re: [qmailtoaster] ClamAV Upgrade
 
 
 Fedora 1.0 is not really supported anymore. The code for the profile
 is still there for historical purposes, but doesn't really work for
 the most part.
 
 It's really broken. You can try cnt30 or cnt40 and see if that gives
 you better results but I think you're on your own on this one buddy.
 
 EE
 
 On Mon, Apr 21, 2008 at 12:08 AM, Kevin [EMAIL PROTECTED] wrote:


   1) service qmail stop
   2) rpm -e --nodeps clamav-toaster
   3) rpmbuild --rebuild --with fdr10 clamav-toaster-newpkg.src.rpm
  ..
  ..
  ..
  gcc -O2 -g -march=i386 -mcpu=i686 -o .libs/freshclam output.o cfgparser.o 
 getopt.o misc.o options.o sha256.o cdiff.o tar.o freshclam.o manager.o 
 notify.o dns.o execute.o nonblock.o mirman.o  
 ../libclamav/.libs/libclamav.so -lresolv -lpthread
  cdiff.o(.text+0x1bfb): In function `cdiff_apply':
  ../shared/cdiff.c:984: undefined reference to `gzdopen'
  cdiff.o(.text+0x1c42):../shared/cdiff.c:994: undefined reference to 
 `gzgets'
  cdiff.o(.text+0x1cbd):../shared/cdiff.c:1016: undefined reference to 
 `gzclose'
  cdiff.o(.text+0x1d0b):../shared/cdiff.c:1010: undefined reference to 
 `gzclose'
  tar.o(.text+0x11e): In function `tar_addfile':
  ../shared/tar.c:82: undefined reference to `gzwrite'
  tar.o(.text+0x15d):../shared/tar.c:95: undefined reference to `gzwrite'
  tar.o(.text+0x204):../shared/tar.c:111: undefined reference to `gzwrite'
  manager.o(.text+0x1c25): In function `buildcld':
  /usr/src/redhat/BUILD/clamav-0.93/freshclam/manager.c:884: undefined 
 reference to `gzopen'
  
 manager.o(.text+0x1c7e):/usr/src/redhat/BUILD/clamav-0.93/freshclam/manager.c:913:
  undefined reference to `gzclose'
  
 manager.o(.text+0x1dd6):/usr/src/redhat/BUILD/clamav-0.93/freshclam/manager.c:932:
  undefined reference to `gzclose'
  
 manager.o(.text+0x1e2a):/usr/src/redhat/BUILD/clamav-0.93/freshclam/manager.c:944:
  undefined reference to `gzclose'
  collect2: ld returned 1 exit status
  make[2]: *** [freshclam] Error 1
  make[2]: Leaving directory `/usr/src/redhat/BUILD/clamav-0.93/freshclam'
  make[1]: *** [all-recursive] Error 1
  make[1]: Leaving directory `/usr/src/redhat/BUILD/clamav-0.93'
  make: *** [all] Error 2
  error: Bad exit status from /var/tmp/rpm-tmp.57 (%build)


  RPM build errors:
 Bad exit status from /var/tmp/rpm-tmp.57 (%build)




  - Original Message -
  From: Erik A. Espinoza [EMAIL PROTECTED]
  To: qmailtoaster-list@qmailtoaster.com
  Sent: Sunday, April 20, 2008 10:09 AM
  Subject: Re: [qmailtoaster] ClamAV Upgrade


   1) service qmail stop
   2) rpm -e --nodeps clamav-toaster
   3) rpmbuild --rebuild --with $OSTAG clamav-toaster-newpkg.src.rpm
   4) rpm -Uhv newclamavrpm
   5) service qmail cdb
   6) service qmail start
  
  
   Erik
  
   On Sun, Apr 20, 2008 at 9:37 AM, James Palmer [EMAIL PROTECTED] wrote:
   Hi all,
  
   Could somebody let me know the easiest way to upgrade from ClamAV 0.92 
 to
   0.93?  On the QmailToaster site it says  be sure to remove prior 
 versions
   of ClamAV before building this new one, otherwise it will cause a 

Re: [qmailtoaster] User Tips and Tricks on wiki

2008-04-21 Thread PakOgah

Jake Vickers wrote:

PakOgah wrote:

Jake,
what is the different between tips that are listed on
User Tips  Tricks page 
(http://wiki.qmailtoaster.com/index.php/User_Tips_%26_Tricks)
and on Main Page 
(http://wiki.qmailtoaster.com/index.php/Main_Page#User_Tips_.26_Tricks)


some of tips are listed on both sections and some are not
I prefer to move all tips Main Page into User Tips  Tricks so Main 
Page table of content can be shortened


what do you think?



They were not supposed to be listed on the main page, but were 
supposed to be under the User Tips sub-heading. I noticed this the 
other day when I was going through and hopefully getting the last of 
the spam out of the wiki, but have not had a chance to move the topics 
yet. If you'd do this I'd be appreciative. I'd like the main page to 
be as clean as possible.

Dear All,
All tips on Main page are moved to User Tips and Tricks Page so wiki 
page has shorter and cleaner TOC :)



-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] ClamAV Upgrade

2008-04-21 Thread James Palmer

Thanks Erik, that method worked perfectly for me.


On 20 Apr 2008, at 19:09, Erik A. Espinoza wrote:


1) service qmail stop
2) rpm -e --nodeps clamav-toaster
3) rpmbuild --rebuild --with $OSTAG clamav-toaster-newpkg.src.rpm
4) rpm -Uhv newclamavrpm
5) service qmail cdb
6) service qmail start


Erik

On Sun, Apr 20, 2008 at 9:37 AM, James Palmer [EMAIL PROTECTED]  
wrote:

Hi all,

Could somebody let me know the easiest way to upgrade from ClamAV  
0.92 to
0.93?  On the QmailToaster site it says  be sure to remove prior  
versions
of ClamAV before building this new one, otherwise it will cause a  
circular
dependency. and I'm unsure how to do that and then install the new  
clamav

package.


Cheers!


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] ClamAV Upgrade

2008-04-21 Thread Kevin
It must be uninstalled at first, and then build the package. It's unusual.

It's OK now, Thanks!

- Original Message - 
From: Kevin [EMAIL PROTECTED]
To: qmailtoaster-list@qmailtoaster.com
Sent: Monday, April 21, 2008 3:15 AM
Subject: Re: [qmailtoaster] ClamAV Upgrade


I found this:
 tar jxf  tar jxf clamav-0.93.tar.bz2
 cd clamav-0.93
 ./configure --help
 ..
 --with-zlib=DIR   path to directory containing zlib library (default=
 /usr/local or /usr if not found in /usr/local)
 ..
 So,  remove these files, if thare are
 rm -f /usr/local/include/zlib.h
 rm -f /usr/local/include/zutil.h
 
 Then, I can build the package without error.
 rpmbuild --rebuild --with fdr10 clamav-toaster-0.93-1.3.18.src.rpm
 
 But, I had new problem when I installed the package
 rpm -e --nodeps clamav-toaster; rpm -ivh clamav-toaster-0.93-1.3.18.i386.rpm
 warning: /etc/freshclam.conf saved as /etc/freshclam.conf.rpmsave
 Preparing...### [100%]
   1:clamav-toaster ### [100%]
 error: %post(clamav-toaster-0.93-1.3.18) scriptlet failed, exit status 1
 
 
 - Original Message - 
 From: Kevin [EMAIL PROTECTED]
 To: qmailtoaster-list@qmailtoaster.com
 Sent: Monday, April 21, 2008 12:01 AM
 Subject: Re: [qmailtoaster] ClamAV Upgrade
 
 
 Hi Erik,
 
 Thanks ,but I don't think this problem is about my old linux release version.
 
 Look at this  http://www.mail-archive.com/[EMAIL PROTECTED]/msg29083.html
 
 It is about zlib-1.2.3 .
 
 Dose clamav-0.93 forget the zlib.so ?
 
 nm -D /usr/lib/libz.so|grep gz
 005f2b50 T gzclearerr
 005f29a0 T gzclose
 005f28d0 T gzdirect
 005f19f0 T gzdopen
 005f28a0 T gzeof
 005f2a10 T gzerror
 005f2520 T gzflush
 005f2100 T gzgetc
 005f21a0 T gzgets
 005f19c0 T gzopen
 005f2300 T gzprintf
 005f2380 T gzputc
 005f23d0 T gzputs
 005f1e40 T gzread
 005f27b0 T gzrewind
 005f2580 T gzseek
 005f1a50 T gzsetparams
 005f2860 T gztell
 005f2150 T gzungetc
 005f2220 T gzwrite
 
 
 - Original Message - 
 From: Erik A. Espinoza [EMAIL PROTECTED]
 To: qmailtoaster-list@qmailtoaster.com
 Sent: Sunday, April 20, 2008 11:30 PM
 Subject: Re: [qmailtoaster] ClamAV Upgrade
 
 
 Fedora 1.0 is not really supported anymore. The code for the profile
 is still there for historical purposes, but doesn't really work for
 the most part.
 
 It's really broken. You can try cnt30 or cnt40 and see if that gives
 you better results but I think you're on your own on this one buddy.
 
 EE
 
 On Mon, Apr 21, 2008 at 12:08 AM, Kevin [EMAIL PROTECTED] wrote:


   1) service qmail stop
   2) rpm -e --nodeps clamav-toaster
   3) rpmbuild --rebuild --with fdr10 clamav-toaster-newpkg.src.rpm
  ..
  ..
  ..
  gcc -O2 -g -march=i386 -mcpu=i686 -o .libs/freshclam output.o cfgparser.o 
 getopt.o misc.o options.o sha256.o cdiff.o tar.o freshclam.o manager.o 
 notify.o dns.o execute.o nonblock.o mirman.o  
 ../libclamav/.libs/libclamav.so -lresolv -lpthread
  cdiff.o(.text+0x1bfb): In function `cdiff_apply':
  ../shared/cdiff.c:984: undefined reference to `gzdopen'
  cdiff.o(.text+0x1c42):../shared/cdiff.c:994: undefined reference to 
 `gzgets'
  cdiff.o(.text+0x1cbd):../shared/cdiff.c:1016: undefined reference to 
 `gzclose'
  cdiff.o(.text+0x1d0b):../shared/cdiff.c:1010: undefined reference to 
 `gzclose'
  tar.o(.text+0x11e): In function `tar_addfile':
  ../shared/tar.c:82: undefined reference to `gzwrite'
  tar.o(.text+0x15d):../shared/tar.c:95: undefined reference to `gzwrite'
  tar.o(.text+0x204):../shared/tar.c:111: undefined reference to `gzwrite'
  manager.o(.text+0x1c25): In function `buildcld':
  /usr/src/redhat/BUILD/clamav-0.93/freshclam/manager.c:884: undefined 
 reference to `gzopen'
  
 manager.o(.text+0x1c7e):/usr/src/redhat/BUILD/clamav-0.93/freshclam/manager.c:913:
  undefined reference to `gzclose'
  
 manager.o(.text+0x1dd6):/usr/src/redhat/BUILD/clamav-0.93/freshclam/manager.c:932:
  undefined reference to `gzclose'
  
 manager.o(.text+0x1e2a):/usr/src/redhat/BUILD/clamav-0.93/freshclam/manager.c:944:
  undefined reference to `gzclose'
  collect2: ld returned 1 exit status
  make[2]: *** [freshclam] Error 1
  make[2]: Leaving directory `/usr/src/redhat/BUILD/clamav-0.93/freshclam'
  make[1]: *** [all-recursive] Error 1
  make[1]: Leaving directory `/usr/src/redhat/BUILD/clamav-0.93'
  make: *** [all] Error 2
  error: Bad exit status from /var/tmp/rpm-tmp.57 (%build)


  RPM build errors:
 Bad exit status from /var/tmp/rpm-tmp.57 (%build)




  - Original Message -
  From: Erik A. Espinoza [EMAIL PROTECTED]
  To: qmailtoaster-list@qmailtoaster.com
  Sent: Sunday, April 20, 2008 10:09 AM
  Subject: Re: [qmailtoaster] ClamAV Upgrade


   1) service qmail stop
   2) rpm -e --nodeps clamav-toaster
   3) rpmbuild --rebuild --with $OSTAG clamav-toaster-newpkg.src.rpm
   4) rpm -Uhv newclamavrpm
   5) service qmail cdb
   6) service qmail start
  
  
   Erik
  
   On 

[qmailtoaster] Server replied: 451 DNS temporary failure (#4.5.1 - chkuser)

2008-04-21 Thread senthil vel
Hi list,
When i am trying to send mail to a particular domain, this error is
occuring(Server replied: 451 DNS temporary failure (#4.5.1 - chkuser)). I
checked that domain name with host -t mx domainname command. From one place
it showing Mx records. From another location (where server is present)
following error is coming Host domainname not found: 2(SERVFAIL). Kindly
help mee

-- 
Thanks and Regards,
S.Senthilvel,


RE: [qmailtoaster] Server replied: 451 DNS temporary failure (#4.5.1 - chkuser)

2008-04-21 Thread James Pratt
 

From: senthil vel [mailto:[EMAIL PROTECTED] 
Sent: Monday, April 21, 2008 9:13 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Server replied: 451 DNS temporary failure
(#4.5.1 - chkuser)

 

Hi list,
When i am trying to send mail to a particular domain, this error is
occuring(Server replied: 451 DNS temporary failure (#4.5.1 - chkuser)).
I checked that domain name with host -t mx domainname command. From one
place it showing Mx records. From another location (where server is
present) following error is coming Host domainname not found:
2(SERVFAIL). Kindly help mee

-- 
Thanks and Regards,
S.Senthilvel,

 

 

Hi, that's really not very helpful. What domain are you trying to
resolve?  (dig is your friend when having dns issues - also,
http://www.completewhois.com can help a lot ). :\ 

Regards,

jamie



Re: [qmailtoaster] Server replied: 451 DNS temporary failure (#4.5.1 - chkuser)

2008-04-21 Thread senthil vel
I am trying Dimerco.com. I need to send mail to that domain only.

On Mon, Apr 21, 2008 at 6:47 PM, James Pratt [EMAIL PROTECTED] wrote:



 *From:* senthil vel [mailto:[EMAIL PROTECTED]
 *Sent:* Monday, April 21, 2008 9:13 AM
 *To:* qmailtoaster-list@qmailtoaster.com
 *Subject:* [qmailtoaster] Server replied: 451 DNS temporary failure
 (#4.5.1 - chkuser)



 Hi list,
 When i am trying to send mail to a particular domain, this error is
 occuring(Server replied: 451 DNS temporary failure (#4.5.1 - chkuser)). I
 checked that domain name with host -t mx domainname command. From one place
 it showing Mx records. From another location (where server is present)
 following error is coming Host domainname not found: 2(SERVFAIL). Kindly
 help mee

 --
 Thanks and Regards,
 S.Senthilvel,





 Hi, that's really not very helpful. What domain are you trying to
 resolve?  (dig is your friend when having dns issues – also,
 http://www.completewhois.com can help a lot ). :\

 Regards,

 jamie




-- 
Thanks and Regards,
S.Senthilvel,
Webindia Internet Services
Chennai - 600 029, India.


Re: [qmailtoaster] Server replied: 451 DNS temporary failure (#4.5.1 - chkuser)

2008-04-21 Thread Jake Vickers

senthil vel wrote:

I am trying Dimerco.com. I need to send mail to that domain only.



They show no MX records from here:

[EMAIL PROTECTED]:~$ dig mx dimerco.com

;  DiG 9.4.1-P1  mx dimerco.com
;; global options:  printcmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: SERVFAIL, id: 51042
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;dimerco.com.   IN  MX

;; Query time: 249 msec
;; SERVER: 70.60.227.157#53(70.60.227.157)
;; WHEN: Mon Apr 21 09:44:48 2008
;; MSG SIZE  rcvd: 29


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [qmailtoaster] Server replied: 451 DNS temporary failure (#4.5.1 - chkuser)

2008-04-21 Thread James Pratt


 -Original Message-
 From: Jake Vickers [mailto:[EMAIL PROTECTED]
 Sent: Monday, April 21, 2008 9:45 AM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] Server replied: 451 DNS temporary failure
 (#4.5.1 - chkuser)
 
 senthil vel wrote:
  I am trying Dimerco.com. I need to send mail to that domain only.
 
 
 They show no MX records from here:
 
 [EMAIL PROTECTED]:~$ dig mx dimerco.com
 
 ;  DiG 9.4.1-P1  mx dimerco.com
 ;; global options:  printcmd
 ;; Got answer:
 ;; -HEADER- opcode: QUERY, status: SERVFAIL, id: 51042
 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
 
 ;; QUESTION SECTION:
 ;dimerco.com.   IN  MX
 
 ;; Query time: 249 msec
 ;; SERVER: 70.60.227.157#53(70.60.227.157)
 ;; WHEN: Mon Apr 21 09:44:48 2008
 ;; MSG SIZE  rcvd: 29
 
 

There is also no SOA record at either of the domains' designated NS
servers...  :\

http://www.sixxs.net/tools/zonecheck/?zone=dimerco.comns0=h.dnsvr.comi
ps0=ns1=d.dnsvr.comips1=ns2=ips2=ns3=ips3=ns4=ips4=ns5=ips5=n
s6=ips6=ns7=ips7=intro=ttestname=texplain=tdetails=tprogress=tes
tdescreport=byseverityformat=htmllang=enerrorlvl=profile=automatic
chkmail=tchkzone=tchkrir=ttransp3=ipv4transp3=ipv6transp4=std

[EMAIL PROTECTED] ~]# dig dimerco.com soa

;  DiG 9.2.4  dimerco.com soa
;; global options:  printcmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: SERVFAIL, id: 5341
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;dimerco.com.   IN  SOA

;; Query time: 6019 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Mon Apr 21 09:55:12 2008
;; MSG SIZE  rcvd: 29




-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Server replied: 451 DNS temporary failure (#4.5.1 - chkuser)

2008-04-21 Thread senthil vel
But from one place i got the following details,

 host -t mx dimerco.com
dimerco.com mail is handled by 10 HK.dimerco.com.
dimerco.com mail is handled by 20 ecms.dimerco.com.

ping HK.dimerco.com
PING HK.dimerco.com (202.82.211.48) 56(84) bytes of data.

Can i write in my /var/qmail/control/smtproutes file as

dimerco.com:202.82.211.48

To solve this in a temporary  manner?


Senthil

On Mon, Apr 21, 2008 at 7:18 PM, senthil vel [EMAIL PROTECTED] wrote:

 Using MX lookup i checked it. Its telling 'No mx found for Dimerco.com'.
 So its problem with there domain only. Am i correct jamie?

 On Mon, Apr 21, 2008 at 7:06 PM, senthil vel [EMAIL PROTECTED]
 wrote:

  I am trying Dimerco.com. I need to send mail to that domain only.
 
  On Mon, Apr 21, 2008 at 6:47 PM, James Pratt [EMAIL PROTECTED] wrote:
 
  
  
   *From:* senthil vel [mailto:[EMAIL PROTECTED]
   *Sent:* Monday, April 21, 2008 9:13 AM
   *To:* qmailtoaster-list@qmailtoaster.com
   *Subject:* [qmailtoaster] Server replied: 451 DNS temporary failure
   (#4.5.1 - chkuser)
  
  
  
   Hi list,
   When i am trying to send mail to a particular domain, this error
   is occuring(Server replied: 451 DNS temporary failure (#4.5.1 - 
   chkuser)). I
   checked that domain name with host -t mx domainname command. From one 
   place
   it showing Mx records. From another location (where server is present)
   following error is coming Host domainname not found: 2(SERVFAIL). Kindly
   help mee
  
   --
   Thanks and Regards,
   S.Senthilvel,
  
  
  
  
  
   Hi, that's really not very helpful. What domain are you trying to
   resolve?  (dig is your friend when having dns issues – also,
   http://www.completewhois.com can help a lot ). :\
  
   Regards,
  
   jamie
  
 
 
 
  --
  Thanks and Regards,
  S.Senthilvel,
  Webindia Internet Services
  Chennai - 600 029, India.
 



 --
 Thanks and Regards,
 S.Senthilvel,
 Webindia Internet Services
 Chennai - 600 029, India.




-- 
Thanks and Regards,
S.Senthilvel,
Webindia Internet Services
Chennai - 600 029, India.


Re: [qmailtoaster] ClamAV Upgrade

2008-04-21 Thread emiliano
Aid, my fedora 06 this damage error, in the hour to compile clamav



 1) service qmail stop
 2) rpm -e --nodeps clamav-toaster
 3) rpmbuild --rebuild --with fdr6 clamav-toaster-0.93-1.3.18.src.rpm


[EMAIL PROTECTED] tmp]# nm -D /usr/lib/libz.so|grep gz
0058c4c0 T gzclearerr
0058c760 T gzclose
0058c4a0 T gzdirect
0058d860 T gzdopen
0058c470 T gzeof
0058d910 T gzerror
0058ca00 T gzflush
0058d3a0 T gzgetc
0058d320 T gzgets
0058d8f0 T gzopen
0058ca60 T gzprintf
0058c8f0 T gzputc
0058c8b0 T gzputs
0058cde0 T gzread
0058c940 T gzrewind
0058d0f0 T gzseek
0058d3f0 T gzsetparams
0058d2e0 T gztell
0058c420 T gzungetc
0058c7c0 T gzwrite







e=generic -fasynchronous-unwind-tables -o .libs/freshclam output.o
cfgparser.o getopt.o misc.o options.o sha256.o cdiff.o tar.o freshclam.o
manager.o notify.o dns.o execute.o nonblock.o mirman.o 
../libclamav/.libs/libclamav.so -lresolv -lpthread
cdiff.o: In function `cdiff_apply':
/usr/src/redhat/BUILD/clamav-0.93/freshclam/../shared/cdiff.c:984:
undefined reference to `gzdopen'
/usr/src/redhat/BUILD/clamav-0.93/freshclam/../shared/cdiff.c:994:
undefined reference to `gzgets'
/usr/src/redhat/BUILD/clamav-0.93/freshclam/../shared/cdiff.c:997:
undefined reference to `gzclose'
/usr/src/redhat/BUILD/clamav-0.93/freshclam/../shared/cdiff.c:1016:
undefined reference to `gzclose'
tar.o: In function `tar_addfile':
/usr/src/redhat/BUILD/clamav-0.93/freshclam/../shared/tar.c:82: undefined
reference to `gzwrite'
/usr/src/redhat/BUILD/clamav-0.93/freshclam/../shared/tar.c:95: undefined
reference to `gzwrite'
/usr/src/redhat/BUILD/clamav-0.93/freshclam/../shared/tar.c:111: undefined
reference to `gzwrite'
manager.o: In function `buildcld':
/usr/src/redhat/BUILD/clamav-0.93/freshclam/manager.c:932: undefined
reference to `gzclose'
/usr/src/redhat/BUILD/clamav-0.93/freshclam/manager.c:944: undefined
reference to `gzclose'
/usr/src/redhat/BUILD/clamav-0.93/freshclam/manager.c:884: undefined
reference to `gzopen'
/usr/src/redhat/BUILD/clamav-0.93/freshclam/manager.c:913: undefined
reference to `gzclose'
collect2: ld returned 1 exit status
make[2]: *** [freshclam] Error 1
make[2]: Leaving directory `/usr/src/redhat/BUILD/clamav-0.93/freshclam'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/clamav-0.93'
make: *** [all] Error 2
erro: Código de saída inválido do /var/tmp/rpm-tmp.83003 (%build)


Erros de criação do RPM:
Código de saída inválido do /var/tmp/rpm-tmp.83003 (%build)








 Hi Erik,

 Thanks ,but I don't think this problem is about my old linux release
 version.

 Look at this
 http://www.mail-archive.com/[EMAIL PROTECTED]/msg29083.html

 It is about zlib-1.2.3 .

 Dose clamav-0.93 forget the zlib.so ?

 nm -D /usr/lib/libz.so|grep gz
 005f2b50 T gzclearerr
 005f29a0 T gzclose
 005f28d0 T gzdirect
 005f19f0 T gzdopen
 005f28a0 T gzeof
 005f2a10 T gzerror
 005f2520 T gzflush
 005f2100 T gzgetc
 005f21a0 T gzgets
 005f19c0 T gzopen
 005f2300 T gzprintf
 005f2380 T gzputc
 005f23d0 T gzputs
 005f1e40 T gzread
 005f27b0 T gzrewind
 005f2580 T gzseek
 005f1a50 T gzsetparams
 005f2860 T gztell
 005f2150 T gzungetc
 005f2220 T gzwrite


 - Original Message -
 From: Erik A. Espinoza [EMAIL PROTECTED]
 To: qmailtoaster-list@qmailtoaster.com
 Sent: Sunday, April 20, 2008 11:30 PM
 Subject: Re: [qmailtoaster] ClamAV Upgrade


 Fedora 1.0 is not really supported anymore. The code for the profile
 is still there for historical purposes, but doesn't really work for
 the most part.

 It's really broken. You can try cnt30 or cnt40 and see if that gives
 you better results but I think you're on your own on this one buddy.

 EE

 On Mon, Apr 21, 2008 at 12:08 AM, Kevin [EMAIL PROTECTED]
 wrote:


   1) service qmail stop
   2) rpm -e --nodeps clamav-toaster
   3) rpmbuild --rebuild --with fdr10 clamav-toaster-newpkg.src.rpm
  ..
  ..
  ..
  gcc -O2 -g -march=i386 -mcpu=i686 -o .libs/freshclam output.o
 cfgparser.o getopt.o misc.o options.o sha256.o cdiff.o tar.o
 freshclam.o manager.o notify.o dns.o execute.o nonblock.o mirman.o
 ../libclamav/.libs/libclamav.so -lresolv -lpthread
  cdiff.o(.text+0x1bfb): In function `cdiff_apply':
  ../shared/cdiff.c:984: undefined reference to `gzdopen'
  cdiff.o(.text+0x1c42):../shared/cdiff.c:994: undefined reference to
 `gzgets'
  cdiff.o(.text+0x1cbd):../shared/cdiff.c:1016: undefined reference to
 `gzclose'
  cdiff.o(.text+0x1d0b):../shared/cdiff.c:1010: undefined reference to
 `gzclose'
  tar.o(.text+0x11e): In function `tar_addfile':
  ../shared/tar.c:82: undefined reference to `gzwrite'
  tar.o(.text+0x15d):../shared/tar.c:95: undefined reference to
 `gzwrite'
  tar.o(.text+0x204):../shared/tar.c:111: undefined reference to
 `gzwrite'
  manager.o(.text+0x1c25): In function `buildcld':
  /usr/src/redhat/BUILD/clamav-0.93/freshclam/manager.c:884: undefined
 reference to `gzopen'
  
 manager.o(.text+0x1c7e):/usr/src/redhat/BUILD/clamav-0.93/freshclam/manager.c:913:
 undefined 

Re: [qmailtoaster] Server replied: 451 DNS temporary failure (#4.5.1 - chkuser)

2008-04-21 Thread senthil vel
Thanks a ton Jake

On Mon, Apr 21, 2008 at 7:39 PM, Jake Vickers [EMAIL PROTECTED] wrote:

  senthil vel wrote:

 But from one place i got the following details,

  host -t mx dimerco.com
 dimerco.com mail is handled by 10 HK.dimerco.com.
 dimerco.com mail is handled by 20 ecms.dimerco.com.

 ping HK.dimerco.com
 PING HK.dimerco.com (202.82.211.48) 56(84) bytes of data.

 Can i write in my /var/qmail/control/smtproutes file as

 dimerco.com:202.82.211.48

 To solve this in a temporary  manner?


 Yep. It's described in the wiki:
 http://wiki.qmailtoaster.com/index.php/Smtproutes
 I used to have to do this for sympatico.ca myself, for other reasons.
 If it's someone you do business with, you may want to drop them a line and
 let them know their public DNS records are borked. It's the polite thing to
 do.




-- 
Thanks and Regards,
S.Senthilvel,
Webindia Internet Services
Chennai - 600 029, India.


RE: [qmailtoaster] Server replied: 451 DNS temporary failure (#4.5.1 - chkuser)

2008-04-21 Thread James Pratt
I suppose you can try, but those two mx hostnames do not resolve either
(at least from here... ) :\

 

[EMAIL PROTECTED] ~]# dig hk.dimerco.com

 

;  DiG 9.2.4  hk.dimerco.com

;; global options:  printcmd

;; Got answer:

;; -HEADER- opcode: QUERY, status: SERVFAIL, id: 25370

;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

 

;; QUESTION SECTION:

;hk.dimerco.com.IN  A

 

;; Query time: 632 msec

;; SERVER: 127.0.0.1#53(127.0.0.1)

;; WHEN: Mon Apr 21 10:11:58 2008

;; MSG SIZE  rcvd: 32

 

[EMAIL PROTECTED] ~]# dig ecms.dimerco.com

 

;  DiG 9.2.4  ecms.dimerco.com

;; global options:  printcmd

;; Got answer:

;; -HEADER- opcode: QUERY, status: SERVFAIL, id: 40803

;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

 

;; QUESTION SECTION:

;ecms.dimerco.com.  IN  A

 

;; Query time: 594 msec

;; SERVER: 127.0.0.1#53(127.0.0.1)

;; WHEN: Mon Apr 21 10:12:08 2008

;; MSG SIZE  rcvd: 34

 

 

From: senthil vel [mailto:[EMAIL PROTECTED] 
Sent: Monday, April 21, 2008 10:06 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Server replied: 451 DNS temporary failure
(#4.5.1 - chkuser)

 

But from one place i got the following details,

 host -t mx dimerco.com
dimerco.com mail is handled by 10 HK.dimerco.com.
dimerco.com mail is handled by 20 ecms.dimerco.com.

ping HK.dimerco.com
PING HK.dimerco.com (202.82.211.48) 56(84) bytes of data.

Can i write in my /var/qmail/control/smtproutes file as 

dimerco.com:202.82.211.48

To solve this in a temporary  manner?






[qmailtoaster] investigating a spurious SPF rejection

2008-04-21 Thread Steve Huff

Hello folks!

I'm trying to figure out why my toaster rejected a particular email  
over the past weekend.  The remote correspondent,  
[EMAIL PROTECTED], was sending to a valid user on one of my  
domains.  crowcastle.net publishes a SPF record, which appears to be  
valid; according to the SPF tester at http://www.kitterman.com/spf/ 
validate.html (and also http://www.openspf.org/Why?id=cat% 
40crowcastle.netip=76.96.30.56receiver=mail.vecna.org), it seems  
this message should have been accepted.


However, I see the following messages in my smtp log:

04-18 17:41:23 CHKUSER accepted sender: from [EMAIL PROTECTED]::  
remote QMTA06.emeryville.ca.mail.comcast.net:unknown:76.96.30.56  
rcpt  : sender accepted
04-18 17:41:24 qmail-smtpd: spf-reject: HELO 
(QMTA06.emeryville.ca.mail.comcast.net) from 76.96.30.56.  
MAILFROM:[EMAIL PROTECTED]

04-18 17:42:24 tcpserver: end 6561 status 0
04-18 17:42:24 tcpserver: status: 0/100

/var/qmail/control/spfbehavior is set to 3, so the message was  
bounced; what further debugging can I do to determine why?


At the time, I was running the current release of all the toaster  
packages except for clamd (I installed the clamd update earlier this  
morning), on CentOS 5.


Thanks for any assistance you can provide.

-Steve

--
If this were played upon a stage now, I could condemn it as an  
improbable fiction. - Fabian, Twelfth Night, III,v





-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Server replied: 451 DNS temporary failure (#4.5.1 - chkuser)

2008-04-21 Thread Jake Vickers

senthil vel wrote:

But from one place i got the following details,

 host -t mx dimerco.com http://dimerco.com
dimerco.com http://dimerco.com mail is handled by 10 HK.dimerco.com 
http://HK.dimerco.com.
dimerco.com http://dimerco.com mail is handled by 20 
ecms.dimerco.com http://ecms.dimerco.com.


ping HK.dimerco.com http://HK.dimerco.com
PING HK.dimerco.com http://HK.dimerco.com (202.82.211.48 
http://202.82.211.48) 56(84) bytes of data.


Can i write in my /var/qmail/control/smtproutes file as

dimerco.com:202.82.211.48

To solve this in a temporary  manner?


Yep. It's described in the wiki:
http://wiki.qmailtoaster.com/index.php/Smtproutes
I used to have to do this for sympatico.ca myself, for other reasons.
If it's someone you do business with, you may want to drop them a line 
and let them know their public DNS records are borked. It's the polite 
thing to do.


[qmailtoaster] R: [qmailtoaster] ClamAV Upgrade

2008-04-21 Thread Alberto Guzzetti
Work great!
Thx Erik!

-Messaggio originale-
Da: Erik A. Espinoza [mailto:[EMAIL PROTECTED] 
Inviato: domenica 20 aprile 2008 20.10
A: qmailtoaster-list@qmailtoaster.com
Oggetto: Re: [qmailtoaster] ClamAV Upgrade

1) service qmail stop
2) rpm -e --nodeps clamav-toaster
3) rpmbuild --rebuild --with $OSTAG clamav-toaster-newpkg.src.rpm
4) rpm -Uhv newclamavrpm
5) service qmail cdb
6) service qmail start


Erik

On Sun, Apr 20, 2008 at 9:37 AM, James Palmer [EMAIL PROTECTED] wrote:
 Hi all,

 Could somebody let me know the easiest way to upgrade from ClamAV 0.92 to
 0.93?  On the QmailToaster site it says  be sure to remove prior versions
 of ClamAV before building this new one, otherwise it will cause a circular
 dependency. and I'm unsure how to do that and then install the new clamav
 package.


 Cheers!

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] spamdyke - turn off

2008-04-21 Thread Eric Shubert
Igor Vukotic' wrote:
 How to turn off spamdyke? (Best way)

# cd /var/qmail/supervise/smtp
# rm -f run
# ln -s run.dist run
# qmailctl restart

Replace run.dist with run.spamdyke to turn it back on.

-- 
-Eric 'shubes'

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] ClamAV Upgrade Deciding

2008-04-21 Thread emiliano

   Deciding the problem of clamav it follows,


  1) service qmail stop
  2) rpm -e --nodeps clamav-toaster
  3) wget
http://repositorio.zoioroxo.com.br/rede/clamav-toaster-0.93-1.3.18.i386.rpm
  4) rpm -ivh clamav-toaster-0.93-1.3.18.i386.rpm
  5) qmailctl cdb
  6) qmailctl start

  made


-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Migration

2008-04-21 Thread Eric Shubert
Kisakye ALex wrote:
 Greetings All,
 Am planning a to migrate an Exim based mail domian to toaster. I am
 seeking assistance on how to move the users boxes without loosing there
 mail. I have looked at imapsync which actually works well for individual
 accounts but i can't seem to get it working as adminuser to migrate all
 (close to 500) accounts without knowing the users passwords. Does anyone
 know of another way to migrate the email boxes?
 
 thanks for anyhelp
 
 ALex
 

What type of mailboxes is exim using?

The way I see it, you have 2 issues. One is migrating the accounts, the
other is migrating their mail.

-- 
-Eric 'shubes'

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] deferral: TLS_connect_failed;

2008-04-21 Thread senthil vel
Hi List,
   When i am sending mails to one domain(eyeheight.com) the mail is
going out from my server with out any problem. But it is not reaching the
mail box of the user. But the mails sent from gmail are reaching that mail
box without any problem. When analyzing the /var/log/qmal/send,

I got the following log. I really cant rectify. Kindly help

@4000480cadfa35ba20a4 starting delivery 27478: msg 1531782 to remote
[EMAIL PROTECTED]
@4000480cadfa35ba5754 status: local 0/10 remote 1/60
@4000480cadfc383fba14 delivery 27478: deferral:
TLS_connect_failed;_connected_to_217.207.53.130./


-- 
Thanks in advance


Re: [qmailtoaster] ClamAV Upgrade Deciding

2008-04-21 Thread Erik A. Espinoza
whose repistory is that?

EE

On Mon, Apr 21, 2008 at 8:57 AM,  [EMAIL PROTECTED] wrote:

Deciding the problem of clamav it follows,


   1) service qmail stop
   2) rpm -e --nodeps clamav-toaster
   3) wget
  http://repositorio.zoioroxo.com.br/rede/clamav-toaster-0.93-1.3.18.i386.rpm
   4) rpm -ivh clamav-toaster-0.93-1.3.18.i386.rpm
   5) qmailctl cdb
   6) qmailctl start

   made


  -
  QmailToaster hosted by: VR Hosted http://www.vr.org
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] Clamav İnstall Problem

2008-04-21 Thread Tolga Cengiz
Hi Centos  system clamav-toaster install problem

[EMAIL PROTECTED] ~]# rpm -i 
/usr/src/redhat/RPMS/i386/clamav-toaster-0.93-1.3.18.i386.rpm
error: Failed dependencies:
libiconv.so.2 is needed by clamav-toaster-0.93-1.3.18.i386
[EMAIL PROTECTED] ~]#



Re: [qmailtoaster] Clamav İnstall Problem

2008-04-21 Thread Erik A. Espinoza
yum provides libiconv.so.2

Then install that package.

EE

2008/4/21 Tolga Cengiz [EMAIL PROTECTED]:


 Hi Centos  system clamav-toaster install problem

 [EMAIL PROTECTED] ~]# rpm -i
 /usr/src/redhat/RPMS/i386/clamav-toaster-0.93-1.3.18.i386.rpm
 error: Failed dependencies:
 libiconv.so.2 is needed by clamav-toaster-0.93-1.3.18.i386
 [EMAIL PROTECTED] ~]#



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] qmailtoaster-plus-0.3.0-1.4.2 has been released

2008-04-21 Thread cas
qmail went down Mon Apr 21 22:52:37 CEST 2008
qmail came back Mon Apr 21 22:53:12 CEST 2008

All Done :) 
qtp-newmodel ending Mon Apr 21 22:55:21 CEST 2008

Clamav 0.93 updated;

You guys rock! Thanks a lot,

Cas
basic Centos 5.0 x86_64 qmailtoaster

On Sun, 2008-04-20 at 16:09 -0700, Eric Shubert wrote:
 You need to run qtp-newmodel after upgrading qmailtoaster-plus in order to
 update other *-toaster packages (including clamav-toaster).



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]