Re: [qmailtoaster] EMPF Mail Policying

2006-11-02 Thread zsoft

Citando Toni Wijaya [EMAIL PROTECTED]:

 I already test my EMPF, but when I try send message to eksternal from my
 test account (tonz:re) nothing happen and the message can reach eksternal
 account.

Great!
 
 on my /var/qmail/control/policy :
 
 mydomain.com:LREI,tonz:re,

 note: this policy file is own by root:qmail
 

all the above is correct. it should block outgoing mail

 how can i check if EMPF already working or not?

check the smtpd log

you should have something like

  policy_check: policy allows transmission 

  policy_check: policy forbids transmission 

or

  policy_check: policy_load failed 


if you don't then your qmail-smtpd in /var/qmail/bin is not policy aware


did you rebuild the toaster package and installed it after applying the patch?

retry the build.

rpm -i qmail-toaster-1.03-1.3.6.scr.rpm

cp qmail-toaster.spec to /usr/src/.../SPECS

cp qmail-empf.patch.bz2 to /usr/src/../SOURCES

rpmbuild -bs /usr/src/.../SPECS/qmail-toaster.spec

BACKUP /var/qmail/

stop qmail 

rpm -Uhv /usr/src/.../RPM/i686/qmail-toaster-1.03-1.3.6.rpm

start qmail

and it should be done

 
 toni
 
 
 - Original Message -
 From: [EMAIL PROTECTED]
 To: qmailtoaster-list@qmailtoaster.com
 Sent: Monday, October 30, 2006 5:41 PM
 Subject: Re: [qmailtoaster] EMPF Mail Policying
 
 
  Hi
 
  I've made a path to the current toaster
 
  just rpm -i qmail-toaster-1.03-1.3.6.scr.rpm
 
  go to /usr/src/packages/SPECS and copy or patch the qmail-toaster.spec
  from the tarball
 
  then copy the qmail-empf.patch.bz2 to /usr/src/packages/SOURCES and
  rebuild the source with rpmbuild -bs
  usr/src/packages/SPECS/qmail-toaster.spec
 
  this will make a empf ready qmailtoaster package.
 
  then do has usual rpmbuil --rebuild --with 'distro-name'
 
  PS: Erik do you think that it maybe possible to had a option realeasing a
  empf ready package?
 
 
 
  --
  Zsoft
 
 
 
  Citando Toni Wijaya [EMAIL PROTECTED]:
 
 
  Hi Zsoft,
 
  Could you guide me how to install EMPF on qmailtoaster
 
  Thanks in Advance
 
  toni
 
 
   Hi,
  
   I've been using EMPF for some time and works fine... as long as YOU
   don't
   mess it up.
  
   It currently handles about 20 domains with arround 30 to 40 policies
   each.
   It's quite fast doing it too.
  
   I've patched the current qmailtoaster release (1.3.6).
  
   I, for one would like it for be part of the toaster and it wont
   interfere
   with others who don't want to use it because if the policy file is
   blank
   (eg touch /var/qmail/control/policy) it wont do anything...
  
  
   --
   Zsoft
  
  
  
   Citando [EMAIL PROTECTED]:
  
  
   Ok, i read someone on this list (sorry i don't remember who nor the
   exact
   thread) attempting to policying two domains (i think he was trying to
   configure one without the posibility of sending mails outside the
   domain
   or something like that)
  
   Inter7 guys have something called EMPF for policying this kind of
   things
  
   http://inter7.com/?page=empf
  
   See http://www.qmailwiki.org/EMPF for more information about EMPF
  
   For developers:
  
   http://inter7.com/?page=empf-install have nice instructions to enable
   this
   on  qmail.
  
   I think this is a nice feature. Do you think is worth it the time to
   integrate?
  
  
   -
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 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 hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-- 
Zsoft

Re: [qmailtoaster] spamassassin DIGEST_MULTIPLE test dependency

2006-11-02 Thread zsoft
Citando Eric \\\Shubes\\\ [EMAIL PROTECTED]:

 [EMAIL PROTECTED] wrote:
  Citando Eric \\\Shubes\\\ [EMAIL PROTECTED]:
 
  [EMAIL PROTECTED] wrote:
  I've had something similar when updating to 3.1.6 -
  had to install perl Digest:SHA1 from cpan, clean up /var/lib/spamassassin
  and
  reinstall. afterwards sa-update and things went smoothly, even when going
  to 3.1.7
  hop this helps
 
  When I try to install Digest::SHA1, it says that it's up to date.
 
  OK - that's strange... anyway these where the modules I had to install
 
  Digest::SHA
 
 Digest::SHA is up to date (5.44).
 
  Digest::SHA1
 
 Digest::SHA1 is up to date (2.11).
 
  bignum
 
 Got a hit here:
 Warning: prerequisite Math::BigFloat 1.5 not found. We have 1.44.
 Warning: prerequisite Math::BigInt 1.75 not found. We have 1.70.
 Warning: prerequisite Math::BigRat 0.15 not found. We have 0.12.
 Installed bignum with prereqs.
 
  Cryp::Openssl::Bignum
 
 Warning: Cannot install Cryp::Openssl::Bignum, don't know what it is.
 No objects found of any type for argument /Cryp::Openssl::Bignum/
 

Sorry typo BIG TIME

Crypt::Openssl::Bignum

  I had to do it from cpan since with rpm it simple wouldn't work.
 
 I'm using CPAN too.
 
  You can always try to cleanup your perl installation and reinstall from
 cpan the paqckages you need.
 
  What do you mean 'clean up /var/lib/spamassassin'?
 
  sa-update? Is that required for some reason?
 
  after installing I ran sa-update and afterwards sa started to give me
 errors, eventualy I cleaned up /var/lib/spamassassin/ and it works.
 
 
 I'm thinking this isn't a package dependency issue, but a rule dependency.
 No?
 
 # spamassassin -D bayes --lint
 info: rules: meta test DIGEST_MULTIPLE has undefined dependency
 'RAZOR2_CHECK'
 info: rules: meta test DIGEST_MULTIPLE has undefined dependency 'DCC_CHECK'
 
 I guess I should delve deeper into the DIGEST_MULTIPLE rule.
 
 Any other suggestions?

in my case it was those packages that where missing...

and sa-update for some reason I couldn't find anywhere broke the update dir and 
some other rules returned errors on --lint

just a thought, you do have 

Mail::Spamassassin:Plugin::Razor2 
Mail::Spamassassin:Plugin::DCC

installed, right? just checking :)

cause I think they complain about these packages too. 

and check in /var/lib/spamassassin for 25_razor2.cf and 25_dcc.cf

see if they are ok - mine where garbage... after 3.1.5 update

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

-- 
Zsoft




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



Re: [qmailtoaster] spamassassin DIGEST_MULTIPLE test dependency

2006-10-31 Thread zsoft
Citando Eric \\\Shubes\\\ [EMAIL PROTECTED]:

 [EMAIL PROTECTED] wrote:
  I've had something similar when updating to 3.1.6 -
  had to install perl Digest:SHA1 from cpan, clean up /var/lib/spamassassin
 and
  reinstall. afterwards sa-update and things went smoothly, even when going
 to 3.1.7
 
  hop this helps
 
 When I try to install Digest::SHA1, it says that it's up to date.
 
OK - that's strange... anyway these where the modules I had to install

Digest::SHA
Digest::SHA1
bignum
Cryp::Openssl::Bignum

I had to do it from cpan since with rpm it simple wouldn't work.

You can always try to cleanup your perl installation and reinstall from cpan 
the paqckages you need.

 What do you mean 'clean up /var/lib/spamassassin'?
 
 sa-update? Is that required for some reason?

after installing I ran sa-update and afterwards sa started to give me errors, 
eventualy I cleaned up /var/lib/spamassassin/ and it works. 

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


-- 
Zsoft


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



Re: [qmailtoaster] spamassassin DIGEST_MULTIPLE test dependency

2006-10-30 Thread zsoft
I've had something similar when updating to 3.1.6 - 
had to install perl Digest:SHA1 from cpan, clean up /var/lib/spamassassin and 
reinstall. afterwards sa-update and things went smoothly, even when going to 
3.1.7

hop this helps

-- 
Zsoft



Citando Eric \\\Shubes\\\ [EMAIL PROTECTED]:

 On spamassassin-toaster-3.1.4-1.3.2, I get:
 
 # spamassassin -D bayes --lint
 ..
 [7941] info: rules: meta test DIGEST_MULTIPLE has undefined dependency
 'RAZOR2_CHECK'
 [7941] info: rules: meta test DIGEST_MULTIPLE has undefined dependency
 'DCC_CHECK'
 at the end of the output listing.
 
 I don't get these info messages with spamassassin-toaster-3.1.3-1.3.1.
 
 Something new? How to fix?
 --
 -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 hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] EMPF Mail Policying

2006-10-30 Thread zsoft
Hi

I've made a path to the current toaster

just rpm -i qmail-toaster-1.03-1.3.6.scr.rpm

go to /usr/src/packages/SPECS and copy or patch the qmail-toaster.spec from the 
tarball

then copy the qmail-empf.patch.bz2 to /usr/src/packages/SOURCES and rebuild the 
source with rpmbuild -bs usr/src/packages/SPECS/qmail-toaster.spec

this will make a empf ready qmailtoaster package.

then do has usual rpmbuil --rebuild --with 'distro-name'

PS: Erik do you think that it maybe possible to had a option realeasing a empf 
ready package?



-- 
Zsoft



Citando Toni Wijaya [EMAIL PROTECTED]:

 
 Hi Zsoft,
 
 Could you guide me how to install EMPF on qmailtoaster
 
 Thanks in Advance
 
 toni
 
 
  Hi,
 
  I've been using EMPF for some time and works fine... as long as YOU don't
  mess it up.
 
  It currently handles about 20 domains with arround 30 to 40 policies each.
  It's quite fast doing it too.
 
  I've patched the current qmailtoaster release (1.3.6).
 
  I, for one would like it for be part of the toaster and it wont interfere
  with others who don't want to use it because if the policy file is blank
  (eg touch /var/qmail/control/policy) it wont do anything...
 
 
  --
  Zsoft
 
 
 
  Citando [EMAIL PROTECTED]:
 
 
  Ok, i read someone on this list (sorry i don't remember who nor the exact
  thread) attempting to policying two domains (i think he was trying to
  configure one without the posibility of sending mails outside the domain
  or something like that)
 
  Inter7 guys have something called EMPF for policying this kind of things
 
  http://inter7.com/?page=empf
 
  See http://www.qmailwiki.org/EMPF for more information about EMPF
 
  For developers:
 
  http://inter7.com/?page=empf-install have nice instructions to enable
  this
  on  qmail.
 
  I think this is a nice feature. Do you think is worth it the time to
  integrate?
 
 
  -
   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 hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


qmailtoaster-empf.tar.bz2
Description: BZip2 compressed data
-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: [qmailtoaster] bayes getting corrupt (revisited)

2006-10-26 Thread zsoft

Citando Jake Vickers [EMAIL PROTECTED]:

 Eric Shubes wrote:
  Ok, so here's my situation.
 
  I have two apparently identical low-volume servers. One shows the
 corruption
  symptoms, the other doesn't (yet).
 
  Here is the local.cf (same on both):
  ok_locales all
  skip_rbl_checks 0
  required_hits 5
  report_safe 0
  rewrite_header Subject [SPAM]
  use_pyzor 1
  use_auto_whitelist 1
  bayes_path /home/vpopmail/.spamassassin/bayes
  use_bayes 1
  use_bayes_rules 1
  bayes_auto_learn 1
  bayes_auto_learn_threshold_spam 7.0
  bayes_auto_learn_threshold_nonspam 0.1
  bayes_auto_expire 1
 
  The problem seems to manifest itself when tokens begin to become due to
 expire.
 
  # spamassassin -D bayes --lint
  shows that the problem server has never sync'd, while the one which hasn't
  failed (yet) shows a sync'd value.
 
 It normally syncs when you train it. Here's my local.cf:
 ok_locales all
 skip_rbl_checks 1
 
 required_hits 5
 report_safe 0
 bayes_auto_learn_threshold_spam 8.0
 rewrite_header Subject ***SPAM***
 
 use_pyzor 1
 use_dcc 1
 use_auto_whitelist 1
 
 use_bayes 1
 use_bayes_rules 1
 bayes_auto_learn 1
 use_auto_whitelist 1
 
 whitelist_from [EMAIL PROTECTED]
 
 score SARE_LOTTO_SPAM2 3.8
 score ADVANCE_FEE_2 2.4
 score ADVANCE_FEE_2 4.1
 score DIET_1 1.2
 score MPART_ALT_DIFF_COUNT 2.1
 score BAYES_05 0.5
 score BAYES_50 5.0
 score BAYES_95 9.5
 score BAYES_99 10.0
 score PYZOR_CHECK 5
 score AWL -20
 score DCC_CHECK 4.4
 score URIBL_JP_SURBL 9.5
 score SARE_GIF_STOX 6.5
 score SARE_GIF_ATTACH 2.5
 
 Which is pretty close to yours. I have yet to have a problem with the
 database (15 months since last touched). I do run a script nightly at
 midnight that checks my spam folder and learns from it, which is also
 where it would sync.
 
 Here's another server's local.cf (this Bayes DB moved from the original
 server, to this one about 18 months ago; it probably has 28-30 months
 running):
 
 ok_locales all
 skip_rbl_checks 1
 
 required_hits 5.0
 report_safe 0
 rewrite_header Subject ***SPAM***
 use_pyzor 1
 use_bayes 1
 bayes_file_mode 0700
 #bayes_path /root/.spamassassin/bayes
 bayes_path /etc/mail/spamassassin/.spamassassin/bayes
 bayes_auto_learn_threshold_spam 8.0
 bayes_auto_expire 1
 #use_dcc 1
 use_auto_whitelist 1
 auto_whitelist_file_mode 0700
 #auto_whitelist_path /root/.spamassassin/auto-whitelist
 auto_whitelist_path /etc/mail/spamassassin/.spamassassin/auto-whitelist
 
 # Whitelist section manually added
 whitelist_from [EMAIL PROTECTED]
 whitelist_from [EMAIL PROTECTED]
 whitelist_from [EMAIL PROTECTED]
 whitelist_from [EMAIL PROTECTED]
 whitelist_from [EMAIL PROTECTED]
 whitelist_from [EMAIL PROTECTED]
 whitelist_from [EMAIL PROTECTED]
 whitelist_from [EMAIL PROTECTED]
 
 score SARE_LOTTO_SPAM2 3.8
 score ADVANCE_FEE_2 2.4
 score ADVANCE_FEE_2 4.1
 score DIET_1 1.2
 score MPART_ALT_DIFF_COUNT 2.1
 score BAYES_05 0.5
 score BAYES_50 5.0
 score BAYES_95 9.5
 score BAYES_99 10.0
 score PYZOR_CHECK 5
 score AWL -20
 score URIBL_JP_SURBL 9.5
 score SARE_GIF_STOX 6.5
 score SARE_GIF_ATTACH 2.5
 
 
 
 
 And here's a snip of the -D --lint:
 
 [932] dbg: bayes: DB journal sync: last sync: 1161817266
 [932] dbg: bayes: corpus size: nspam = 18150, nham = 16042
 [932] dbg: bayes: score = 0.0886822067616296
 [932] dbg: bayes: DB expiry: tokens in DB: 147679, Expiry max size:
 15, Oldest atime: 1161421975, Newest atime: 1161835713, Last expire:
 1161743994, Current time: 1161836551
 [932] dbg: bayes: DB journal sync: last sync: 1161817266
 
 
 Which is also syncing. This one also runs a learning script nightly.
 Don't know if this helps you any or not
 
 
 -
  QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 

hi,
 
with suse I had do change the bayes_file_mode from 0700 to 666 

And I've forgotten about these two:
-restart spamd BEFORE the sync.
-run sync as root and cp bayes settings from /etc/mail/spamassassin to 
~./spamassassin just in case


about mysql backend, it IS slower and on a very, very busy server you have to 
setup a  separate instance to run bayes 'cause with too much mail the users 
start to get  erros authenticating. And with a webmail sql backend and sql 
address books... Uff..
Been there, not good :(

---
Zsoft

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



Re: [qmailtoaster] dspam on the toaster

2006-10-26 Thread zsoft

Citando [EMAIL PROTECTED]:

 Hi guys, i've read something about getting dspam on the toaster instead
 spamassassin.
 
 I don't know how dspam works but, shouldn't this be a very traumatic change?
 
 I think a nice approach about this will be options.
 
 You can use spamassassin or dspam ( can be used BOTH ?)
 
 AFAIK. This is the same as clamav, you can use clamav or TrendMicro (via
 trophie).
 
 
 This could let spamassassin and dspam fans be happy together :-P
 
 Just my 2 cents (euro-cents :-P)
 
 
 
 
 -
  QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 

I think that BOTH is the right way. I'm still not very convinced about DSPAM.

When I've the time I'm going to read the docs and setup a test server, but 
meantime I'm sticking to spamassassin.

But I think the best is to integrate DSPAM support into simscan.

I've read a post about it somewhere, maybe on this list???.



-- 
Zsoft

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



Re: [qmailtoaster] bayes getting corrupt

2006-10-25 Thread zsoft
Citando Eric \\\Shubes\\\ [EMAIL PROTECTED]:

 Jared Markell wrote:
  Does anyone else have the problem of the Bayes database getting corrupt
  very often? My database has problems quite frequently, I usually have to
  delete the .spamassassin folder once every 3 days, and the only way to
  keep the server stable is just to disable Bayes checking all together.
  However, Bayes helps a lot and I would like to keep it if I could trust
  it not to corrupt and clog up the email server.
 
  Anyone else have these problems and/or have a solution?
 
  *Jared *
  **
 I have this problem too. I've been renaming .spamassassin when it starts
 happening, so I have the old files to do some diagnostics with. I simply
 haven't gotten around to it, but would like very much to get it fixed.
 
 It seems to be ok until the point where tokens are due to expire. I'm
 guessing that the expiration process has a problem, but don't rightly know.
 
 Any cdb gurus here, or does anyone know of a fix in this area?
 
 --
 -Eric 'shubes'
 
 -
  QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 

Hi, I found these particular situation where bayes gets currupt

-sa-learn --sync run while db is been update by sa

-too many simultaneous acesses to the db
 
solutions 've found

drop the allowed number of spamd childs and pause the toaster during nightly 
sync db



Zsoft


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



Re: [qmailtoaster] EMPF Mail Policying

2006-10-20 Thread zsoft
Hi,

I've been using EMPF for some time and works fine... as long as YOU don't mess 
it up.

It currently handles about 20 domains with arround 30 to 40 policies each. 
It's quite fast doing it too.

I've patched the current qmailtoaster release (1.3.6).

I, for one would like it for be part of the toaster and it wont interfere with 
others who don't want to use it because if the policy file is blank (eg touch 
/var/qmail/control/policy) it wont do anything...


-- 
Zsoft



Citando [EMAIL PROTECTED]:

 
 Ok, i read someone on this list (sorry i don't remember who nor the exact
 thread) attempting to policying two domains (i think he was trying to
 configure one without the posibility of sending mails outside the domain
 or something like that)
 
 Inter7 guys have something called EMPF for policying this kind of things
 
 http://inter7.com/?page=empf
 
 See http://www.qmailwiki.org/EMPF for more information about EMPF
 
 For developers:
 
 http://inter7.com/?page=empf-install have nice instructions to enable this
 on  qmail.
 
 I think this is a nice feature. Do you think is worth it the time to
 integrate?
 
 
 -
  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] ISOQLOG

2006-10-07 Thread zsoft
Hi guys,

from my understanding the problem lies in the cron script which populates
/etc/isoqlog/isoqlog.domains right?

so instead of having

for i in `ls $VPOPMAIL`; do
echo $i  $ISODOMAINS;
done

something like

for i in  `/home/vpopmail/bin/vdominfo | grep domain: | awk -F   '{print 
$2}'`; do 
  echo $i  $ISODOMAINS;
done

ofcourse this is just a a quick hack but i'm no expert... :(
it should work fine as the cron is run by root



-- 
Zsoft



Citando Eric \\\Shubes\\\ [EMAIL PROTECTED]:

 Since you guys have gotten into the /0/ folder, you have ideal test
 environments. Why don't one of you consider yourself a developer and write
 it? ;) After all, this is a community project. If you don't do it, it likely
 won't get done. If you do do it, the chances that it'll be included in a
 future release is quite good.
 
 Jared Markell wrote:
  Agreed. I believe the problem is that Isoqlog supports qmail natively,
  but not necessarily a qmail install that uses vpopmail. I'm honestly not
  sure. It may have been tweaked to work just for the qmailtoaster. I hope
  the support for the extra directories can get added, as I myself have
  gotten into the /0/ folder.
 
  *Jared *
 
  
  *From:* Chris Godwin [mailto:[EMAIL PROTECTED]
  *Sent:* Friday, October 06, 2006 12:41 PM
  *To:* qmailtoaster-list@qmailtoaster.com
  *Subject:* RE: [qmailtoaster] ISOQLOG
 
  Wouldn�t that be something the developers of qmailtoaster should think
  of adding by default?
 
 
 
  *Chris Godwin*
  /Linux/Unix Consultant
  /*Network Logistic, Inc.
  *Get help at http://www.networklogistic.com/help
  http://www.networklogistic.com/help
 
 
 
 --
 -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 hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Fwd: Re: [qmailtoaster] need help... couriertls: @localstatedir@/couriersslcache: No such file or directory

2006-10-07 Thread zsoft
some more info

this is set in /etc/courrier

imapd-ssl:

[EMAIL PROTECTED]@/couriersslcache

pop3d-ssl:

[EMAIL PROTECTED]@/couriersslcache

so there where the thing is coming from... I couldn't the localstate var 
anyware else in the system. is this a valid courrier var?  

-- 
Zsoft



Citando [EMAIL PROTECTED]:

 Citando Yi-Lei Wu [EMAIL PROTECTED]:
 
  Hi list,
 
  In my pop3 log, I keep on seeing this message:
 
  couriertls: @localstatedir@/couriersslcache: No such file or directory
 
 
  Can anyone tell me what's wrong and how to fix this?
 
  Thanks.
 
 
  Best regards,
 
  Peter Wu
 
 
 I've just noticed that one. I digged arround and found this:
 
 cat /var/qmail/supervise/pop3-ssl/env/TLS_CACHEFILE
 @localstatedir@/couriersslcache
 
 I think this may be some erroneus defenition on src package?
 --
 Zsoft
 
 -
  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]



Fwd: Re: [qmailtoaster] need help... couriertls: @localstatedir@/couriersslcache: No such file or directory

2006-10-06 Thread zsoft
Citando Yi-Lei Wu [EMAIL PROTECTED]:

 Hi list,

 In my pop3 log, I keep on seeing this message:

 couriertls: @localstatedir@/couriersslcache: No such file or directory


 Can anyone tell me what's wrong and how to fix this?

 Thanks.


 Best regards,

 Peter Wu


I've just noticed that one. I digged arround and found this:

cat /var/qmail/supervise/pop3-ssl/env/TLS_CACHEFILE
@localstatedir@/couriersslcache

I think this may be some erroneus defenition on src package?
-- 
Zsoft

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



Re: [qmailtoaster] smtp session timeouts

2006-08-05 Thread zsoft
Citando Eric \Shubes\ [EMAIL PROTECTED]:

I've that problem after a spamassassin update.

worked fine for a few days and afterwords bayes db just trashed..
I flushed it and restarted and all went OK!

also after this i started to run spamassassin with -x as i read somewhere, 
can�t realy recall where, and it all runned smooth from then on.

greets

Zsoft


 Jake Vickers wrote:
  Eric Shubes wrote:
  I think my problem is spamassassin. I turned it off for a while, and
  didn't see any problem.
 
  What are the permissions? I've seen these get messed up sometimes; they
  should be owned by vpopmail:vchkpw
  The best way to clear them would (at least this worked for me), delete
  them (or move them), touch the files to recreate, change permissions,
  then run spamassassin -D --lint.
  Hope that helps some.
 
 
 Permissions looked ok.
 I simply renamed /home/vpopmail/.spamassassin to .spamassassin.old then
 ran spamassassin -D --lint.
 
 Everything came back ok, and spamassassin automatically recreated the
 directory. Looks better so far. Hope that does it, overnight should
 tell. This problem's been driving me bonkers!
 
 Thanks loads, Jake.
 
 --
 -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 hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] User_and_password_not_set....

2006-07-11 Thread zsoft
Citando Anatoly A. Pedemonte Ku [EMAIL PROTECTED]:

Hi,

There is no problem - the remote host supports remote auth but your server is 
not a remote auth server, and so no user  pass specified...

That's it.




 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Que significa este mensaje
 
 delivery 6: success:
 User_and_password_not_set,_continuing_without_authentication.
 
 Cual es el problema  A QUE SE DEBE ESE MENSAJE
 
 Gracias de antemano
 
 - --
 
 - ---
  Anatoly Alexei Pedemonte Ku
  RAGE SYSTEMS S.A.C.
  http://www.ragesys.net
  Av. Juan Pascal Pringles 1225 (ex- La Fontana) - LA MOLINA
  LIMA - PERU
  Tel�fono: 511.7962262
  M�vil: 511.97167435
 - ---
 Este correo y su contenido son confidenciales y exclusivos para su
 destinatario. Si usted recibe este mensaje por error o no es el
 destinatario del mismo, por favor s�rvase eliminarlo y notificarle a
 su originador. As� mismo, todas las ideas y reflexiones expresadas en
 esta comunicaci�n corresponden al originador del correo y NO
 representa la posici�n oficial de su empleador.
 -
 --
 This email is intended only for the addressee(s) and contains
 information which may be confidential, legally privileged. If you are
 not intended recipient please do not save, forward, disclose or copy
 the content of this email. Please delete it completely from your
 system and notify originator.Finally, all ideas expressed in this
 communication are personal comments and NOT represent official
 position of his employer.
 -
 --
 
 - -BEGIN PGP PUBLIC KEY BLOCK-
 Version: GnuPG v1.4.3 (MingW32)
 
 mQGiBESAj0sRBACbs6YrxgfA3uYWdrMoJ0Sfq9ZAh+uxWF9mjuNV8CMKmovVQfor
 o3KosZ9PzEkYa43WNgTYwPjcI1NkF2W0La0s44GBzJaxzfAojhfV9CgQoViJv+UJ
 TFe7TG32wdG+M+E/FqA3vUfMvjoVCu/SY74H+VES7v8h7VJsy6dUDT3jKwCgspkU
 oGlOVd9M4h3OiW2BINa/BcMD/ikzpBjrZ0wz0yfIBYgPUAO0yhQpfd0cPxL7lAi9
 NGuGQtUdunkomPjzLt/989wCM8kmiEkhsR+mu3vceOLqeAR2mfoEX0vC1UYMlOcB
 jitRdx19Wjm8fYVI98vuyIs/i6IGclZnXEoMLoOBvdaIIfj7ZpB59CFOx2WH3ixC
 s0O6A/0aO7jE8ugDVVHtSdUayw+sAQes2zELdNAy0u8kOpSzWjaxTo2uJ+5py5/M
 uBgifYQMljAnYkTCcBYXD39Din43r330peUpHX3OekRPLYYEOg0Px4sOjJVAf828
 rysL1q4uKqUljE6aHVnFM+FkItqUKysAVgemW1wGxyW2UhwuBLQtQW5hdG9seSBB
 LiBQZWRlbW9udGUgS3UgPGFuYXRvbHlAcmFnZXN5cy5uZXQ+iGYEExECACYFAkSA
 j0sCGwMFCQHhM4AGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAKCRBJuebWcCX7tbwi
 AJsHXrCU+6dCHf8xUeDdrzJN/NTrlQCgiMjRs7KDAQnu9a0yklQYGlG2W2+5Ag0E
 RICPgxAIAIFh8TQuAbWfmj9pez98L6mlNDyQSXyrIUXTFXK3hLMOA0u4oyz6EuCH
 zZOIUxveeumspSv98F6vP/W7AQBfX5t6pakvmyRHtBcsdx1dFgOlIWRGHP86tgdl
 Ci4s+C9vGrbynXbNDPoV/cCqYZeeKNBbUHbUH3j+hKKTz0mpiHPaFWTsGzmxQpoI
 cSHnbGPuIwew9TDC9qnESmGscG8IfZXsB7UjkDMyGUVQNwYd+hqPOof/qMFiR2cG
 x2IUs3dGroffjkmncgvoPfBPq0B+7cIqhnEznKCxvjvorZnpT/9uW1Apch8QwXcg
 SK/QkHBYwweYWzHYaqzkLzustwJ2dNMAAwYH/RReKPnCUJa45gw3Bv76z9UK0ABr
 OLRfVq1nnRnqs1LM+z7xKMpEfzQDIyNoqUlE42pNNYd/N8rz+3PP1pRypcpbP+B/
 MNOBEaFhvS7X5El8WfXRIaM19hLpEHVeTPG71cOJaiu/PC6a7KkOarKCIJYa7uU0
 JhqVPaAeButljRuQJpR9rjpdPPd2+4sVaWrabtnyhm/oiYQthyMdB8xq2slWreTL
 hWFtsenfgVvOlBpt8ZwGpQkzASLBwdGhisMYXQStw1D9dbDFQbb8pqO/9eos9rkL
 sflAvD1F3VJl2TmaxjvRRgnAgRzdt3vTWvrYPf2WyesT0C78rriVeWzmuD6ITwQY
 EQIADwUCRICPgwIbDAUJAeEzgAAKCRBJuebWcCX7tRdWAKCIlj2g5aMf4CKqwEjx
 uAEzo28PuQCfV/U+ptv+7+D0xkMzZ5HG1yxMrhQ=
 =GD85
 - -END PGP PUBLIC KEY BLOCK-
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.3 (MingW32)
 
 iD8DBQFEs3d7GRMP1OUk8V0RAnbcAJkBCsl3NnaAmF6g/jmqG2mZh10EPgCgmyZa
 JolIPhUaIXig8mutrAtBLv4=
 =9iyg
 -END PGP SIGNATURE-
 
 
 -
  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] error send email to local doman

2006-07-07 Thread zsoft
hi all

I've been getting this error on de send log


Sorry,_I_couldn't_find_any_host_named_example.com?._(#5.1.2)

but example.com is local... an the strange thing is the '?' at the end of the 
domain name

'cause usually the error for a non-existing domain ends like

Sorry,_I_couldn't_find_any_host_named_test_nowhere_test.com._(#5.1.2)

for non existing test_nowhere_test.com

Does anyone has any ideas???


Thx

Zola
[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] qmail toaster problem

2006-06-28 Thread zsoft
Citando kishore chowdary [EMAIL PROTECTED]:

Hi there is that only appening in IE?

Because I had that same problem, and was IE related... after I set NoKeepAlive 
in http.conf for IE it start working just fine.

All other browsers worked ok.

Zsoft

 
 
 hi
 
 i tried this but its not working any other sugestions..
 
 any way thanx for the reply
 
 thanx  regards
 santhi kishore
 
 
 From: Ganesh [EMAIL PROTECTED]
 Reply-To: qmailtoaster-list@qmailtoaster.com
 To: qmailtoaster-list@qmailtoaster.com
 CC: 'kishore chowdary' [EMAIL PROTECTED]
 Subject: RE: [qmailtoaster] qmail toaster problem
 Date: Wed, 28 Jun 2006 12:58:00 +0530
 
 
 Seems,
 You page is timeout when you try to get your messages.
 You need to change your time out on your webpage or on you webmail go to
 options and change Mails per page to 20.
 
 
 
 
 -Original Message-
 From: kishore chowdary [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, June 28, 2006 12:50 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: [qmailtoaster] qmail toaster problem
 
 hi guys
 
 
   i am having a variety problem with qmail-toaster i am not
 able
 to mails in webmail but they open in outlook ie when i click inbox in
 webmail i suddenly get a page cannot be displayed.this happens to accounts
 having more emial messages in the inbox like 2000 mails.accounts having
 less
 emails open imm when i click inbox.this is happening with large accounts
 only.
 
 
 
 but the same large accounts open perfectly in
 outlook..recently i upgraded qmail toaster from old version to new version.
 
 
 please help me fix this problem
 
 
 thanx  regards
 santhi kishore
 
 
 
 -
   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 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] Spam Detection gone in qmailadmin after upgrade

2006-05-19 Thread zsoft
Hi all

I've trying to figure out what happend with no success...
but after the latest upgrade qmailadmin nolonger shows
the Spam Detection check box...

Any Ideas???

I've reinstaled the package maildrop and qmailadmin with no luck


Thankx

-- 

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



[qmailtoaster] smtp auth

2006-04-13 Thread zsoft

I've been tunning up my qmail toaster and 
even looking in almost everywhere i haven't 
found any way to prevent user to send emails between
domains without auth.

Is there a way to do dis in toaster??

Thx


Zsoft
-- 

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



Re: [qmailtoaster] smtp auth

2006-04-13 Thread zsoft
Citando Erik Espinoza [EMAIL PROTECTED]:

Hi 

What i ment was that the users can send email with no auth to others domains 
in the server...

For instance:

[EMAIL PROTECTED] can mail [EMAIL PROTECTED] without auth

because both domains are in the same server.




 The default configuration strictly requires smtp-auth. You may want to
 send your /etc/tcprules.d/tcp.smtp to see if there is a
 misconfiguration.
 
 You may also want to send more information, such as the following:
 
 1) How was the domain created?
 2) Are you using the current toaster?
 3) Did you make any changes to the srpms?
 4) What distribution are you using?
 5) Have you directly modified any of the config files?
 6) Are you sure that your mail server is in fact sending e-mail
 without smtp-auth to domains not on your server? How have you verified
 this?
 
 Thanks,
 Erik
 
 On 4/13/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 
  I've been tunning up my qmail toaster and
  even looking in almost everywhere i haven't
  found any way to prevent user to send emails between
  domains without auth.
 
  Is there a way to do dis in toaster??
 
  Thx
 
 
  Zsoft
  --
 
  -
   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 hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [qmailtoaster] webmail problems

2006-03-22 Thread zsoft
Sorry for the trouble...

I've found the problem in config.php

malformed FQDN

it was [EMAIL PROTECTED] instead of mail.domain.com

Citando Riezal Ross [EMAIL PROTECTED]:

 Looks like an error when you're sending outgoing mail without SMTP
 authentication.
 Regards,
 
 Riezal Ross
 
 
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, March 14, 2006 5:24 AM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: [qmailtoaster] webmail problems
 
 
 
 Hi guys.
 
 I've been playing with qmailtoaster for a while bu only now jumped into
 webmail
 
 My problem is as follows:
 
 I've got a mail.domain.com mail.domain2.com as virtual
 and i've setup squirrelmail with the vlogin plugin to
 be able to set all my clients to webmail.[domain_name].com
 
 everything went fine until i tried to send emails to outside boxes. It
 turns error on squirrel:
 
 Server replied: 553 sorry, that domain isn't in my list of allowed
 rcpthosts (#5.5.3 - chkuser)
 
 and on smtpd log i've got
 
 CHKUSER rejected relaying: from :: remote
 webmail.domain.com:unknown:127.0.0.1 rcpt [EMAIL PROTECTED] :
 client not allowed to relay
 
 anyone as any ideas???
 
 Thanks
 
 Zola
 
 -
  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 hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] webmail problems

2006-03-13 Thread zsoft

Hi guys.

I've been playing with qmailtoaster for a while bu only now jumped into webmail

My problem is as follows:

I've got a mail.domain.com mail.domain2.com as virtual 
and i've setup squirrelmail with the vlogin plugin to
be able to set all my clients to webmail.[domain_name].com

everything went fine until i tried to send emails to outside
boxes. It turns error on squirrel:

Server replied: 553 sorry, that domain isn't in my list of allowed rcpthosts 
(#5.5.3 - chkuser)

and on smtpd log i've got

CHKUSER rejected relaying: from :: remote 
webmail.domain.com:unknown:127.0.0.1 rcpt [EMAIL PROTECTED] : client not 
allowed to relay

anyone as any ideas???

Thanks

Zola

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