[toaster] Enabling vpopmail clear-text passwords

2008-01-29 Thread Peter Gutbrod
To get CRAM-MD5 work in my qmail setup, I'd like to recompile vpopmail with
clear-text passwords enabled.

Does anyone know, whether this breaks the current vpasswd files? Or is
qmailtoaster smart enough to use the encrypted passwords, if it doesn't find
the  clear-text passwords, which obviously only exist for accounts, that
have their passwords reset after the recompile.

Furthermore, I have to to recompile Courier and qmail-smptd as well after
the vpopmail recompile, right?

Anything else that needs a recompile?

Thanks

Pete




Re: [toaster] How do you get qmailmrtg7 to generate spam stats

2008-01-29 Thread Bob Hutchinson
On Tuesday 29 January 2008 16:17, Jeff Koch wrote:
> OK - I was dumb. I never followed the Toaster instructions for that part of
> the mailserver preferring instead to control Spamassassin via /etc/init.d.
>
> How do you stop/start/restart spamd when controlled with the daemontools?

stop with
svc -d /services/spamd

start with
svc -u /services/spamd

both
svc -du /services/spamd

there are other parameters to svc, see
http://cr.yp.to/daemontools/svc.html

>
> At 07:00 AM 1/29/2008, you wrote:
> >On Tuesday 29 January 2008 01:52, Jeff Koch wrote:
> > > Hi:
> > >
> > > Does anyone happen to know how to get qmailmrtg to generate spam
> > > graphs. We've been using this tool with the Toaster for years but the
> > > spam graph is always blank.
> > >
> > > I think the critical line in the qmail.mrtg.cfg file is:
> > >
> > > Target[spamd]: `/usr/local/bin/qmailmrtg7 S /var/log/spamd`
> > >
> > > However, with the Toaster setup (at least on mine) spam analyses are
> > > being logged to the /var/log/qmail/smtpd directory and
> > > /var/log/maillog. Does anyone know how I should change this config file
> > > or how I can change my setup so that qmailmrtg7 can graph spam
> > > activity.
> >
> >http://shupp.org/toaster/?page=spamassassin
> >
> > > Best Regards,
> > >
> > > Jeff Koch, Intersessions
> >
> >--
> >-
> >Bob Hutchinson
> >Midwales dot com
> >-
>
> Best Regards,
>
> Jeff Koch, Intersessions

-- 
-
Bob Hutchinson
Midwales dot com
-


Re: [toaster] How do you get qmailmrtg7 to generate spam stats

2008-01-29 Thread Jeff Koch


OK - I was dumb. I never followed the Toaster instructions for that part of 
the mailserver preferring instead to control Spamassassin via /etc/init.d.


How do you stop/start/restart spamd when controlled with the daemontools?


At 07:00 AM 1/29/2008, you wrote:

On Tuesday 29 January 2008 01:52, Jeff Koch wrote:
> Hi:
>
> Does anyone happen to know how to get qmailmrtg to generate spam graphs.
> We've been using this tool with the Toaster for years but the spam graph is
> always blank.
>
> I think the critical line in the qmail.mrtg.cfg file is:
>
> Target[spamd]: `/usr/local/bin/qmailmrtg7 S /var/log/spamd`
>
> However, with the Toaster setup (at least on mine) spam analyses are being
> logged to the /var/log/qmail/smtpd directory and /var/log/maillog. Does
> anyone know how I should change this config file or how I can change my
> setup so that qmailmrtg7 can graph spam activity.

http://shupp.org/toaster/?page=spamassassin

>
>
>
> Best Regards,
>
> Jeff Koch, Intersessions

--
-
Bob Hutchinson
Midwales dot com
-


Best Regards,

Jeff Koch, Intersessions 



[toaster] Bounced email question

2008-01-29 Thread Gary Bowling


Can someone help me understand what happens here? I get bounced messages 
some times
from users (including myself some times) where the bounced message says 
that the

user address is unknown.

However, the user address listed is not an address that any mail was 
sent to. I have

done virus scans, spyware scans, etc. and find  nothing.

I have searched the qmail logs and never find a message that was sent to 
the listed
user. I have searched the qmail logs for the Message-ID and only find it 
in the mail
that is correctly addressed to the real people the original message was 
sent to (not the

listed person in the bounce)

I assume something really is sending a message to this bogus user? How 
can I track this down and
correct it? I'm concerned that somehow my server or my clients are truly 
sending email to
unknown places due to some type of virus, spyware, or other error and 
would like to know how

to track these down.

Is it maybe something on the receiving end pc?

I've been using the toaster for several years and really like it, thanks 
Bill for all the good

work!!

Here is an example of the type of bounce referred to. There is no 
evidence that my client or my server ever sent
anything to "[EMAIL PROTECTED]" (real addresses changed to protect the 
innocent or the guilty as the case may be) or the

ip address listed for this user.



Hi. This is the qmail-send program at mail.company.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

<[EMAIL PROTECTED]>:
xxx.xxx.xxx.xx does not like recipient.
Remote host said: 550 5.1.1 <[EMAIL PROTECTED]>... User unknown
Giving up on xxx.xxx.xxx.xx.

--- Below this line is a copy of the message.

Return-Path: <[EMAIL PROTECTED]
Received: (qmail 14943 invoked by uid 89); 28 Jan 2008 12:30:14 -
Received: by simscan 1.3.1 ppid: 14938, pid: 14940, t: 0.0752s
scanners: attach: 1.3.1 clamav: 0.91.2/m:
Received: from unknown (HELO ?10.0.0.103?) ([EMAIL PROTECTED]@xx.xxx.xxx.xx)
 by 0 with ESMTPA; 28 Jan 2008 12:30:14 -
Message-ID: <[EMAIL PROTECTED]>
Date: Mon, 28 Jan 2008 06:30:13 -0600
From: User Name <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Organization: company
User-Agent: Thunderbird 2.0.0.9 (Windows/20071031)
MIME-Version: 1.0
To: To User <[EMAIL PROTECTED]>
CC: CC User <[EMAIL PROTECTED]>
Subject: SUBJETC Line
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

YADA YADA note here.

--

Gary Bowling
GBCO.US
[EMAIL PROTECTED]




Re: [toaster] How do you get qmailmrtg7 to generate spam stats

2008-01-29 Thread Bob Hutchinson
On Tuesday 29 January 2008 01:52, Jeff Koch wrote:
> Hi:
>
> Does anyone happen to know how to get qmailmrtg to generate spam graphs.
> We've been using this tool with the Toaster for years but the spam graph is
> always blank.
>
> I think the critical line in the qmail.mrtg.cfg file is:
>
> Target[spamd]: `/usr/local/bin/qmailmrtg7 S /var/log/spamd`
>
> However, with the Toaster setup (at least on mine) spam analyses are being
> logged to the /var/log/qmail/smtpd directory and /var/log/maillog. Does
> anyone know how I should change this config file or how I can change my
> setup so that qmailmrtg7 can graph spam activity.

http://shupp.org/toaster/?page=spamassassin

>
>
>
> Best Regards,
>
> Jeff Koch, Intersessions

-- 
-
Bob Hutchinson
Midwales dot com
-


Re: [toaster] Bounced email question

2008-01-29 Thread Tom Collins
Gary Bowling said:
> --- Below this line is a copy of the message.
>
> Return-Path: <[EMAIL PROTECTED]
> Received: (qmail 14943 invoked by uid 89); 28 Jan 2008 12:30:14 -
> Received: by simscan 1.3.1 ppid: 14938, pid: 14940, t: 0.0752s
>  scanners: attach: 1.3.1 clamav: 0.91.2/m:
> Received: from unknown (HELO ?10.0.0.103?) ([EMAIL PROTECTED]@xx.xxx.xxx.xx)
>   by 0 with ESMTPA; 28 Jan 2008 12:30:14 -
> Message-ID: <[EMAIL PROTECTED]>
> Date: Mon, 28 Jan 2008 06:30:13 -0600
> From: User Name <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Organization: company
> User-Agent: Thunderbird 2.0.0.9 (Windows/20071031)
> MIME-Version: 1.0
> To: To User <[EMAIL PROTECTED]>
> CC: CC User <[EMAIL PROTECTED]>
> Subject: SUBJETC Line
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> Content-Transfer-Encoding: 7bit
>
> YADA YADA note here.
>
> --
> 
> Gary Bowling
> GBCO.US
> [EMAIL PROTECTED]
> 
>
>

Does the message look like something you sent to some other address, or a
mailing list?  If so, you could be getting the non-delivery notice because
the message was forwarded to a bad address.

If you look at the bottom Received line, it would appear that
[EMAIL PROTECTED] connected from IP xx.xxx.xxx.xx with SMTP authentication
in order to send the email.

Does [EMAIL PROTECTED] have a simple password?  Where is the IP address that
made the connection?  Could a spammer be relaying mail through your server
by guessing the account password?

-- 
Tom Collins
[EMAIL PROTECTED]



Re: [toaster] Enabling vpopmail clear-text passwords

2008-01-29 Thread Tom Collins

On Jan 29, 2008, at 1:17 AM, Peter Gutbrod wrote:

Does anyone know, whether this breaks the current vpasswd files? Or is
qmailtoaster smart enough to use the encrypted passwords, if it  
doesn't find
the  clear-text passwords, which obviously only exist for accounts,  
that

have their passwords reset after the recompile.


I recall reviewing that code some time ago, and if the clear-text  
password is empty, it verifies the encrypted password.


Furthermore, I have to to recompile Courier and qmail-smptd as well  
after

the vpopmail recompile, right?

Anything else that needs a recompile?



QmailAdmin if you're running it.

--
Tom Collins  -  [EMAIL PROTECTED]
Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/
QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/