Re: [toaster] Simplehelpdeskfinal wont send mail through qmail setup

2007-03-26 Thread Mo Mule

Thanks a lot!

I took what you said and applied it to the toaster directions and it works 
now.


What I think happened is simple operator error.  During the setup of 
simplehelpdesk, I noticed that the 'mail' command was missing.  I then 
proceeded to install mailx which also installed postfix.  I removed postfix 
(and mailx).  I ran the rpm -e --nodeps postfix command and didn't realize 
that I had to re-create the symbolic links to /usr/sbin/sendmail again...


Thanks for the help.

Deion Mule Christopher


Original Message Follows
From: Bill Shupp [EMAIL PROTECTED]
Reply-To: toaster@shupp.org
To: toaster@shupp.org
Subject: Re: [toaster] Simplehelpdeskfinal wont send mail through qmail 
setup

Date: Mon, 26 Mar 2007 12:15:38 -0700

Mo Mule wrote:

 I think it has something to do with:

 rpm -e --nodeps sendmail postfix

 So is it possible to have the qmail toaster AND mailx(postfix) running
 on the same machine?

I don't recommend it.

 Or like I asked before, could it just need a new
 php command or wrapper to have it deliver email messages to the local
 qmail accounts?

Does /usr/sbin/sendmail exist?  And is it a symbolic link to
/var/qmail/bin/sendmail?  That's all you need for local injection to work.

Regards,

Bill

_
The average US Credit Score is 675. The cost to see yours: $0 by Experian. 
http://www.freecreditreport.com/pm/default.aspx?sc=660600bcd=EMAILFOOTERAVERAGE




RE: [toaster] Whitelist error after mail server upgrade

2005-10-25 Thread Mo Mule

For an update:

I found info below on the Spamassassin site.

I applied the change and restarted spamd to temporarily remove 
auto-whitelist option until someone can figure out what is causing the 
errors.


I also noticed that in Spamassassin archives, there were other posters with 
similar problems, but no offers for a solution.


Note for Users Upgrading to SpamAssassin 3.1.0
---
The use_auto_whitelist config option has been moved to a user config
 option, this allows individual users to turn on or off whitelisting
 regardless of what is set in the system config.  If you would like to
 disable AWL (auto-whitelist) on a site-wide basis, then you can comment
 out the plugin in v310.pre.

Mule


--Mule was here!--




[toaster] Whitelist error after mail server upgrade

2005-10-17 Thread Mo Mule
I updated my mail server and successfully transfered my mail backups over to 
the new machine.  All is working fine except that I keep getting the 
following error in my /var/log/spamd/current file:


@40004353abe90e173744 [6103] error: auto-whitelist: cannot open 
auto_whitelist_path /home/vpopmail/.spamassassin/auto-whitelist: 
Inappropriate ioctl for device
@40004353abe90e2112b4 [6103] warn: auto-whitelist: open of 
auto-whitelist file failed: auto-whitelist: cannot open auto_whitelist_path 
/home/vpopmail/.spamassassin/auto-whitelist: Inappropriate ioctl for device
@40004353abe90e2a462c [6103] error: Can't call method finish on an 
undefined value at 
/usr/lib/perl5/site_perl/5.8.6/Mail/SpamAssassin/Plugin/AWL.pm line 397, 
GEN77 line 1750.


Any idea why I am getting this error?  I checked the permissions on the 
.spamassassin folder and it has:


drwx--   2 vpopmail vchkpw   4096 Oct 17 08:49 ./
drwx--  10 vpopmail vchkpw   4096 Oct  8 02:46 ../
-rw---   1 vpopmail vchkpw 225280 Oct  9 23:01 auto-whitelist
[EMAIL PROTECTED]

The .spamassassin/ folder has the same: vpopmail vchkpw ownership.

Thanks,

Mule


--Mule was here!--




Re: [toaster] SpamAssassin's Autolearn feature

2005-10-04 Thread Mo Mule

Hi Hank,

Thanks for the info.  I will give both a try!

Mule

--Mule was here!--
--Republican Team Leader And Proud Of It!--
http://www.gopteamleader.com/about.asp




Re: [toaster] gmake problems

2005-08-27 Thread Mo Mule

Thanks Bill!

It was entirely my fault.  I told my buddy to start _below_ where it lists 
the required applications needing installed (openssl, stunnel, etc).


Now the whole ./configure --with-redhat did throw me...

Thanks again,

Deion Mule Christopher

--Mule was here!--
--Republican Team Leader And Proud Of It!--
http://www.gopteamleader.com/about.asp



Original Message Follows
From: Bill Shupp [EMAIL PROTECTED]
Reply-To: toaster@shupp.org
To: toaster@shupp.org
Subject: Re: [toaster] gmake problems
Date: Thu, 25 Aug 2005 15:28:08 -0700

Mo Mule wrote:
Whenever I type in ./configure --with-redhat I get at the end of the 
printout:


configure: error: Cannot find either the gdbm or the db library.


You need to install gdbm and gdbm-devel.


Running gmake after this says:

gmake: *** No targets specified and no makefile found.  Stop.


As it should.  If configure fails, there will not be a Makefile.

Regards,

Bill




[toaster] gmake problems

2005-08-25 Thread Mo Mule

Hi all,

I am helping a friend set up qmail with all the fixings offered by this 
list.


He is running Mandrake 10.1 (3 CD version) with a basic install (with 
URPMI), and high security.


He is stuck on the courier-imap section - specifically with the ./configure 
command after


tar -xjf tar/courier-authlib-0.56.tar.bz2
cd courier-authlib-0.56
./configure

It spits out toward the end:

checking for perl5... /usr/bin/perl5
checking for courier-config... no
then it displays a lot of configure: WARNING: === messages about it thinking 
he is running Redhat.


Trying to run gmake after this will not work.

Any ideas?

Thanks,

Deion Mule Christopher

--Mule was here!--
--Republican Team Leader And Proud Of It!--
http://www.gopteamleader.com/about.asp



Original Message Follows
From: rene marticke [EMAIL PROTECTED]
Reply-To: toaster@shupp.org
To: toaster@shupp.org
Subject: [toaster] High CPU-Load clamd
Date: Thu, 25 Aug 2005 11:26:15 +0200

Hi group,

At one of my mailserver something magic happen.
Since 6pm yesterday, the CPU-Load is near 100% constant. So the system is 
very slow.

The Process is the clamd. (I use toaster + simscan + clamd + spamd)
I wonder, that there is no mail  to scan by clamd for eg. 20 Minutes but the 
load don't go down.


Can you give me some hints ?

regards rene




Re: [toaster] gmake problems

2005-08-25 Thread Mo Mule
Whenever I type in ./configure --with-redhat I get at the end of the 
printout:


configure: error: Cannot find either the gdbm or the db library.

Running gmake after this says:

gmake: *** No targets specified and no makefile found.  Stop.

Deion Mule Christopher

--Mule was here!--
--Republican Team Leader And Proud Of It!--
http://www.gopteamleader.com/about.asp



Original Message Follows
From: Bob Hutchinson [EMAIL PROTECTED]
Reply-To: toaster@shupp.org
To: toaster@shupp.org
Subject: Re: [toaster] gmake problems
Date: Thu, 25 Aug 2005 16:03:25 +0100

On Thursday 25 Aug 2005 15:19, Mo Mule wrote:
 Hi all,

 I am helping a friend set up qmail with all the fixings offered by this
 list.

 He is running Mandrake 10.1 (3 CD version) with a basic install (with
 URPMI), and high security.

 He is stuck on the courier-imap section - specifically with the 
./configure

 command after

 tar -xjf tar/courier-authlib-0.56.tar.bz2
 cd courier-authlib-0.56
 ./configure

maybe
./configure --with-redhat


 It spits out toward the end:

 checking for perl5... /usr/bin/perl5
 checking for courier-config... no
 then it displays a lot of configure: WARNING: === messages about it
 thinking he is running Redhat.

 Trying to run gmake after this will not work.

 Any ideas?

 Thanks,

 Deion Mule Christopher

 --Mule was here!--
 --Republican Team Leader And Proud Of It!--
 http://www.gopteamleader.com/about.asp







RE: [toaster] Chkuser problem??

2005-07-27 Thread Mo Mule

Believe me when I say I am _far_ from understanding this stuff.

Do you have a Catch All account enabled?  Where did the message end up?

Deion Mule Christopher

--Mule was here!--
--Republican Team Leader And Proud Of It!--
http://www.gopteamleader.com/about.asp



Original Message Follows
From: [EMAIL PROTECTED]
Reply-To: toaster@shupp.org
To: toaster@shupp.org
Subject: [toaster] Chkuser problem??
Date: Wed, 27 Jul 2005 13:42:57 +0800 (HKT)

Dear all,

I found a strange problem in my server.  Chkuser seems not work porperly.
Here is the information:

2005-07-27 13:07:31.616557500 CHKUSER accepted rcpt: from
[EMAIL PROTECTED]:[EMAIL PROTECTED]: remote
www.ezrs.com:unknown:202.130.120.114 rcpt [EMAIL PROTECTED] : found
existing recipient

slx:~ # vuserinfo [EMAIL PROTECTED]
no such user [EMAIL PROTECTED]

[EMAIL PROTECTED] does not exist but chkuser let the message pass through.
How can I fix the problem? Thanks a lot.

Regards,
qing.




[toaster] simscan query

2005-05-04 Thread Mo Mule
I'm probably shooting myself in the foot - and quite possibly showing my 
ignorance - but in reference to:

Received: by simscan 1.1.0 ppid: 26655, pid: 26656, t: 0.4758s
scanners: attach: 1.1.0 clamav: 0.83/m:31/d:867 spam: 3.0.2
...I was missing this too, until I started going back through the toaster 
and found two mistakes I had made.

Under Vpopmail -
echo '127.:allow,RELAYCLIENT='  ~vpopmail/etc/tcp.smtp
(cd ~vpopmail/etc ; tcprules tcp.smtp.cdb tcp.smtp.tmp  tcp.smtp)
and under simscan -
 echo ':allow,QMAILQUEUE=/var/qmail/bin/simscan'  
~vpopmail/etc/tcp.smtp

...I used the ~'s [`] instead of the  's [']
After I corrected these mistakes, I found that simscan and clamav were 
working properly.

If this doesn't help, then please forget I ever posted this embarrasing 
work...

MoMule
--Mule was here!--
--Republican Team Leader And Proud Of It!--
http://www.gopteamleader.com/about.asp