Re: [vchkpw] ps

2002-10-13 Thread Raboo Treed

Isn't it better to make vpopmail leave a pid file instead then?

Cause when I chroot my qmail it doesn't have ps, nor does it have /proc
- Original Message - 
From: "Gabriel Ambuehl" <[EMAIL PROTECTED]>
To: "Raboo Treed" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Sunday, October 13, 2002 10:36 AM
Subject: Re: [vchkpw] ps


> Hi Raboo Treed,
> you wrote.
> 
> RT> why does for example  vadddomain and vdeldomain require /bin/ps ???
> 
> So that it can HUP qmail?
> 
> 
> 
> 
> 
> 
> 
> 
> 
> Regards,
> Gabriel
> 






[vchkpw] ps

2002-10-13 Thread Raboo Treed

why does for example  vadddomain and vdeldomain require /bin/ps ???








Re: [vchkpw] ps

2002-10-13 Thread Raboo Treed

sence no one is using an unpatched qmail it shuldn't be hard to do
cause how will it do in a chroot enviroment?

- Original Message - 
From: "Steve Fulton" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, October 13, 2002 10:42 PM
Subject: Re: [vchkpw] ps


> At 13:55 13/10/2002 +0200, Raboo Treed wrote:
> 
> >Isn't it better to make vpopmail leave a pid file instead then?
> 
> Sure, if Vpopmail actually had a daemonized process, but it doesn't.  "ps" 
> is used to find the pid of whatever Qmail process (qmail-send, qmails-smtpd 
> etc etc) that needs to be restarted in order to reload the 
> configuration.  Every time you add/delete a domain, Qmail must be restarted 
> to notice.
> 
> -- Steve
> 
> 






Re: [vchkpw] Re: ps

2002-10-14 Thread Raboo Treed

Yes I meant to say my Qmail package (including vpopmail)
there must be a solution for runing qmail+friends in a jail
patching qmail and vpopmail so it finds uses a PID file would be cool

that is what i mean't sorry if I was unclear about that...

- Original Message - 
From: "Peter Palmreuther" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 14, 2002 9:25 AM
Subject: [vchkpw] Re: ps


> Hello Raboo,
> 
> On Sunday, October 13, 2002 at 1:55:19 PM you wrote:
> 
> >>> why does for example  vadddomain and vdeldomain require /bin/ps ???
> 
> >> So that it can HUP qmail?
> 
> > Isn't it better to make vpopmail leave a pid file instead then?
> 
> 1.) vpopmail ain't a process running at your system.
> 2.) What PID file qmail leaves vadddomain and vdeldomain could rely
> on?
> 
> > Cause when I chroot my qmail it doesn't have ps, nor does it have /proc
> 
> You qmail don't need the 'ps'. vadddomain and vdeldomain need the 'ps'
> which both need not to be run form within chroot. If you _really need_
> to run them both from within _same_ chroot() as qmail make qmail put
> it's PID while starting up into a file, write a script or small
> program called 'ps' that is accessible in chroot() of qmail and reads
> the file (your) qmail creates.
> 
> Ain't that hard to do if you have special requirements on a special
> system setup.
> -- 
> Best regards
> Peter Palmreuthermailto:[EMAIL PROTECTED]
> 
> 






Re: [vchkpw] alias support via vpopmail in PHP

2002-10-14 Thread Raboo Treed

well as my friend largo nicely put it

01:13 < Iargo> --enable-valias=y

hehe ;)
 
- Original Message - 
From: "Mustafa Hashmi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 14, 2002 5:40 PM
Subject: [vchkpw] alias support via vpopmail in PHP


> Hi all,
> 
> We have moved to qmail / vpopmail completely and it's working very well for our 
>needs. We run a control panel written (in-house) in php which used to take care of 
>adding / deleting users before we had moved to vpopmail.
> 
> The new mail server however works in a jailed freebsd environment and does not offer 
>direct access to commands, and in our limited environment, we don't want to offer 
>qmailadmin to our clients.
> 
> I decided a good way to link our control panel to the new mail server using php's 
>internal vpopmail functions would be via an xml gateway. One sends authenticated 
>internal posts (via ssl) to the this gateway -- the gateway is running as vpopmail 
>and carries out the requests. The response is sent back to our control panel as an 
>xml document. This solves many issues and offers great flexibility. I finished 
>implementing the code yesterday and it's all working well.
> 
> Enough with the background, on with the problem.
> 
> The valias function is not support by php as the functionality is left out of 
>vpopmail itself (please correct me if I am wrong), and I the way around this, as far 
>as I can figure out, is writing a .qmail-user file in the domains/domainname.com 
>directory with the | vdelivermail line for the new email address.
> 
> As the (xml) server is running as vpopmail, this is hardly a problem to do -- 
>however, I was curious if this would be the most sound method. What do you guys 
>think? Am I overlooking something very obvious or is writing a file manually a good 
>solution?
> 
> I appreciate your comments.
> 
> Best regards,
> Mustafa.
> -- 
> "If I knew I'd live this long, I'd take better care of myself."
> 
> 






Re: [vchkpw] alias support via vpopmail in PHP

2002-10-15 Thread Raboo Treed

Largo is my girlfriend and my Bitch(tm) ;)

and the reason why i do this reply is cause you didn't reply to the mailinglist, you 
replyed directly to me ;)

so ppl in the list, read below

- Original Message - 
From: "Mustafa Hashmi" <[EMAIL PROTECTED]>
To: "Raboo Treed" <[EMAIL PROTECTED]>
Sent: Monday, October 14, 2002 9:31 PM
Subject: Re: [vchkpw] alias support via vpopmail in PHP


> On Tue, 15 Oct 2002 02:07:10 +0200
> "Raboo Treed" <[EMAIL PROTECTED]> wrote:
> 
> > well as my friend largo nicely put it
> > 
> > 01:13 < Iargo> --enable-valias=y
> > 
> 
> thanks, This largo guys sounds very clever ;)
> 
> P.S: though I have valias support enabled and it seems to be working fine (can use 
>command line valias to add re-director (as well as test it), php refuses to add 
>support for it. Have re-built from clean tree sources for vpopmail as well as php, no 
>luck. 
> 
> Though not a vpopmail problem, if anyone has any idea why this may be, I'd 
>appreciate it some guidance.
> 
> -mustafa.
> 
> >  
> > - Original Message - 
> > From: "Mustafa Hashmi" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Monday, October 14, 2002 5:40 PM
> > Subject: [vchkpw] alias support via vpopmail in PHP
> > 
> > 
> > > Hi all,
> > > 
> > > We have moved to qmail / vpopmail completely and it's working very well for our 
>needs. We run a control panel written (in-house) in php which used to take care of 
>adding / deleting users before we had moved to vpopmail.
> > > 
> > > The new mail server however works in a jailed freebsd environment and does not 
>offer direct access to commands, and in our limited environment, we don't want to 
>offer qmailadmin to our clients.
> > > 
> > > I decided a good way to link our control panel to the new mail server using 
>php's internal vpopmail functions would be via an xml gateway. One sends 
>authenticated internal posts (via ssl) to the this gateway -- the gateway is running 
>as vpopmail and carries out the requests. The response is sent back to our control 
>panel as an xml document. This solves many issues and offers great flexibility. I 
>finished implementing the code yesterday and it's all working well.
> > > 
> > > Enough with the background, on with the problem.
> > > 
> > > The valias function is not support by php as the functionality is left out of 
>vpopmail itself (please correct me if I am wrong), and I the way around this, as far 
>as I can figure out, is writing a .qmail-user file in the domains/domainname.com 
>directory with the | vdelivermail line for the new email address.
> > > 
> > > As the (xml) server is running as vpopmail, this is hardly a problem to do -- 
>however, I was curious if this would be the most sound method. What do you guys 
>think? Am I overlooking something very obvious or is writing a file manually a good 
>solution?
> > > 
> > > I appreciate your comments.
> > > 
> > > Best regards,
> > > Mustafa.
> > > -- 
> > > "If I knew I'd live this long, I'd take better care of myself."
> > > 
> > > 
> > 
> > 
> > 
> > 
> 
> 
> -- 
> "If I knew I'd live this long, I'd take better care of myself."
> 






Re: [vchkpw] QmailAdmin New Look and Feel

2003-08-03 Thread Raboo Treed
can't you post an example iframe thingy, for us mortals that doesn't know
how to code php?


- Original Message - 
From: "Justin Michael Couto" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Friday, August 01, 2003 11:28 PM
Subject: [vchkpw] QmailAdmin New Look and Feel


> Hello Everyone,
>
> Due to many requests, I have posted our patched New Look & Feel for
> qmailadmin version 1.0.23 source on our website for download.
>
> Initially I had just the patched files on the site, but I have had an
> overwhelming amount of request from people that would like the already
> patched version so they wouldn't have to find the 1.0.23 version and
> then patch it themselves.
>
> The site has instruction on it.
>
> I still have the patched files for download as well along with our
> squirrelmail them that was also requested by many.
>
> As soon as the project goes to the next version and all of the html is
> moved from the sources into a template system, we will upgrade our stuff
> to work in the new system.  At that time will fix the multi language
> problem with the images.
>
> Thanks all for you support and praise on the new look.  These files can
> be downloaded at:
>
> http://www.somnioworld.com/qmailadmin.php
>
> Thank you,
>
> Justin C.
>
>




Re: [vchkpw] no such user. URGENT!

2003-09-01 Thread Raboo Treed
don't forget the files in /var/qmail/control also...

btw, what in between heaven and earth made you accidently delete /var/qmail
:-)

- Original Message - 
From: "Tom Collins" <[EMAIL PROTECTED]>
To: "vpopmail list" <[EMAIL PROTECTED]>
Sent: Monday, September 01, 2003 9:11 PM
Subject: Re: [vchkpw] no such user. URGENT!


> On Monday, September 1, 2003, at 11:34  AM, T. Albert wrote:
> > i accidently deleted my /var/qmail, and now my vpopmail didnot 
> > recognize the
> > virtual domains. i have a backup of my /var/qmail (not the recent 
> > one). and
> > now some of my domains can't be recognize. how can i fix this ? OR
> > is there a way i can rebuild my assign file ?
> 
> You can manually add domains to /var/qmail/users/assign (just follow 
> the format of the domains that are in there) and then run qmail-newu to 
> create users/cdb.
> 
> --
> Tom Collins
> [EMAIL PROTECTED]
> http://sniffter.com/ - info on the Sniffter hand-held Network Tester
> 
> 
> 



Re: [vchkpw] no such user. URGENT!

2003-09-02 Thread Raboo Treed
Just run it while standing in /qmail/users dir, I think

- Original Message - 
From: "T. Albert" <[EMAIL PROTECTED]>
To: "Raboo Treed" <[EMAIL PROTECTED]>
Cc: "Tom Collins" <[EMAIL PROTECTED]>
Sent: Tuesday, September 02, 2003 11:13 AM
Subject: Re: [vchkpw] no such user. URGENT!


> Hi,
>
> ok, letsay i've rebuild my assign file, how should i run the qmail-newu ?
> should i just run the script ? or ... ? thanx.
>
> On Tuesday 02 September 2003 02:36 am, Raboo Treed wrote:
> > don't forget the files in /var/qmail/control also...
> >
> > btw, what in between heaven and earth made you accidently delete
/var/qmail
> >
> > :-)
> >
> > - Original Message -
> > From: "Tom Collins" <[EMAIL PROTECTED]>
> > To: "vpopmail list" <[EMAIL PROTECTED]>
> > Sent: Monday, September 01, 2003 9:11 PM
> > Subject: Re: [vchkpw] no such user. URGENT!
> >
> > > On Monday, September 1, 2003, at 11:34  AM, T. Albert wrote:
> > > > i accidently deleted my /var/qmail, and now my vpopmail didnot
> > > > recognize the
> > > > virtual domains. i have a backup of my /var/qmail (not the recent
> > > > one). and
> > > > now some of my domains can't be recognize. how can i fix this ? OR
> > > > is there a way i can rebuild my assign file ?
> > >
> > > You can manually add domains to /var/qmail/users/assign (just follow
> > > the format of the domains that are in there) and then run qmail-newu
to
> > > create users/cdb.
> > >
> > > --
> > > Tom Collins
> > > [EMAIL PROTECTED]
> > > http://sniffter.com/ - info on the Sniffter hand-held Network Tester
>
>




Re: [vchkpw] lets stop the fight!

2003-09-10 Thread Raboo Treed
I think they should write a contract to make both admin on the SF page and
in the contract it should say that noone should be able to remove one
anothers admin status.

or let someone neutral handle the admin part, and make both regular members?

Peace /Raboo
- Original Message - 
From: "Evren Yurtesen" <[EMAIL PROTECTED]>
To: "vpopmail list" <[EMAIL PROTECTED]>
Cc: "Ken Jones" <[EMAIL PROTECTED]>; "Tom Collins" <[EMAIL PROTECTED]>
Sent: Wednesday, September 10, 2003 10:11 AM
Subject: [vchkpw] lets stop the fight!


> I dont see why you fight over this. There should be two cvs sources anyhow
> one for current development branch and one for stable releases branch.
>
> The new features shouldnt be added to stable branch until they are
> relatively bug free.
>
> Since Tom seems to handle cutting edge stuff in the code, we need an admin
> for stable releases. Ken can be stable releases admin. (I dont know how
> this can be arranged in sourceforge though) Everybody can be happy this
> way.
>
> Listen to the users, they want stable releases. Stop fighting over
> vpopmail and share the responsibility. The need for stable releases is
> obvious. Yet Tom seems to do excellent job in refining the code and
> adding new features he seems to come short on creating stable releases.
> I see a job vacancy there for Ken :) and inter7.
>
> I think it is REALLY bad idea to have two vpopmail development going on
> with different names. That would cause the development force to divide in
> two also. Why not use all our force to create one properly working
> vpopmail distribution instead of doing two which doesnt satisfy anyone
> because of bugs or lack of features?
>
> Evren
>
>
>




[vchkpw] Re: [ ABU1063185538696 ] Re: [vchkpw] lets stop the fight!

2003-09-10 Thread Raboo Treed
Okay wtf is this!

i put a reply to this thread and i get a mail from [EMAIL PROTECTED] cause
of their office is moving
and one from this

Would you guys shut down anti-spam and auto-reply stuff when ya listeninng
to a mailinglist!

or could the mailinglist admin remove them from the list??

/Raboo
- Original Message - 
From: "Prodigy Abuse Department" <[EMAIL PROTECTED]>
To: "Raboo Treed" <[EMAIL PROTECTED]>
Sent: Wednesday, September 10, 2003 11:18 AM
Subject: [ ABU1063185538696 ] Re: [vchkpw] lets stop the fight!


>
>  Thank you for writing to SBC Internet Services Policy Group.
> We apologize for the inconvenience you have experienced. This is an
auto-generated response designed to let you know that we have received your
report, which will be investigated personally by one of our Support
Representatives within 48 hours. Your report is important to us and we will
treat it accordingly. Please note that we can only take action with SBC
Internet user's accounts (which have SBC Internet IP addresses), and not
those with any other IP address.
>
> You will not receive another message from us unless we need to request
more information from you to further our investigation. Please do not
respond to this e-mail, as any messages sent to this particular address by
using the "Reply" button will not be read. We appreciate your understanding
that due to our privacy policy, we will not report back to you about any
action taken against SBC Internet users. However, we want to assure you that
we will take appropriate action against SBC Internet users who have violated
the SBC/Yahoo Terms of Service or the Acceptable Use Policy
>
> In order for us to process your complaint, please check that you have
submitted all of the following information for each type of incident:
>
> Unsolicited Commercial/Bulk Email ("Spam"):
> - FULL message headers
> - Subject line exactly as it appears in the original message (i.e. 'Re:
Make $$$!')
> - Trimmed body.  Send only as much of the text as needed to show the
e-mail's intent.
> - Limited commentary.  We understand your frustration with Spam, but the
less time we spend reading your email, the more time we have to fight Spam.
>
> If we determine that the Spam originated from another ISP, we may refer
the matter to the respective ISP.
>
>
> Intrusion/Disruption Attempts (Trojans, "Hacks", Port Scans, etc.)/
Denials of Service (ICMP "floods", brute-force connections, etc.):
> - Full log files containing all of the information below:
>   - IP Address of intruder (or the DNS name pointing to said address)
>   - Date/Time Stamp with ZONE (either numerical [-0600] or alpha
[CST])
>   - Protocol/Port used (either numerical [25] or alpha [SMTP])
>   - Number of instances of each packet type received
>
> Newsgroup violations:
> - FULL message headers (including NNTP and Xtrace information)
> - Subject line exactly as it appears in the original message (i.e. 'Re:
Make $$$!')
> - Trimmed body.  Send only as much of the text as needed to show the
e-mail's intent.
> - Limited commentary.  As with Spam, the less time we spend reading your
email, the more time we will have to take care of the problem.
>
>
> - PLEASE NOTE THE FOLLOWING -
> GENERAL:
> Please keep in mind complaints could take up to 48 hrs to process.
>
> BOGUS REPORTS:
> Many software packages will log and report what they construe to be
suspicious behavior.  These reports are only as good as the software
configurations and tend to err on the paranoid side. Submissions generated
by such software in which relatively minor errors are reported (i.e. a
single ICMP packet, UDP frames from ICQ, DNS packets) will be discarded
without response from SBCIS due to the volume of such requests received.
>
> LEGAL:
> SBCIS does not tolerate abusive Internet behavior, and will take all steps
reasonably necessary to enforce the Terms of Service (ToS) and Acceptable
Use Policy (AUP).  We will not supply you with any details relative to our
other customers or users unless compelled by law to do so.  If you wish to
obtain such information, you must first obtain a valid subpoena, court
order, or other valid and enforceable legal instrument allowing you to do
so.
>
> SECURITY AND VIRUS PROTECTION:
> You are responsible for securing and protecting your own computer system
and network.  SBCIS does not provide anti-virus or virus recovery services.
You should contact the manufacturer of your computer, or a qualified
provider of virus recovery services, in order to obtain assistance with this
matter.
>
> Copyright/DMCA:
> For copyright issues, please send all correspondence to
[EMAIL PROTECTED]
>
> For our DMCA Agent contact information, please see our designated DMCA
Age

Re: [vchkpw] vqAdmin

2003-09-17 Thread Raboo Treed
I thing there isn't much development going on for vqadmin

- Original Message - 
From: "Brad Dameron" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 17, 2003 5:01 AM
Subject: [vchkpw] vqAdmin


> Anyone here know what is going on with vqadmin? There is a major issue
with
> the 2.3.5 that can easily wipe out control files. Have not tested previous
> versions. I wrote on the list but noone has answered in days.
>
> Thanks,
> Brad
>
>
>




Re: [vchkpw] vqAdmin

2003-09-19 Thread Raboo Treed

I have a question why is the subject vqAdmin and we are speaking about
autorespond??

btw. autorespond 2.04 doesn't compile in freebsd 4.7 while 2.03 does.

- Original Message - 
From: "Brad Dameron" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 19, 2003 9:25 AM
Subject: Re: [vchkpw] vqAdmin


> This is the first time I have heard of it being on sourceforge as well.
Was
> anyone asked about this?
>
> Brad Dameron
> www.gammanetworking.com
>
> - Original Message - 
> From: "Jeremy Kitchen" <[EMAIL PROTECTED]>
> >
> > at the time I didn't realize there was a sourceforge project for
> > autorespond, I thought we were maintaining that package.  check
> > http://qmailadmin.sf.net and post your patch/bug report there :)
> >
> > -Jeremy
> >
> > -- 
> > Jeremy Kitchen
> > Systems Administrator
>
>
>




Re: [vchkpw] vpopmail and local users - user_over_quota message

2003-09-22 Thread Raboo Treed
Hi, I'm the author of www.qmail.nu, I guess that is what you meant, not .ru.

For now my lazydog script have no setup for local deliver(it will come in a
not so distant future).
but I guess for now you can follow the qmail-1.03 documentation to make it
do local delivery, I guess it won't be all to hard hence everything is
installed and all the daemoons are running.

Also there are lots of HOWTO's like
http://www.lwq.org
http://www.shupp.org/
http://www.jerfu.com/toaster/FullToaster_1.0.6.html

And if you just search for qmail HOWTO on google I'm almost shure you'll get
a lot of HOWTOs

- Original Message - 
From: "David McMahon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 23, 2003 5:35 AM
Subject: [vchkpw] vpopmail and local users - user_over_quota message


>
> Hi,
>
>
> I have a single IP system hosting 8 domains.  1/2 my
> users are real /etc/passwd users with home directories
> I'd like to store their e-mail in ~/Maildir and then there
> are a bunch of other forward-only people and some virtual
> (non /etc/passwd) users I want vpopmail to handle
> and store their email.
>
> Is there a simple how-to guide on the web explaining how to set this up.
> The vpopmail doc only seems to talk specifically about the virtual side
> and I'm not seeing how to make it work with qmail and do what I want to
> do (non-virt & virt).
>
> I used www.qmail.ru lazydog setup with a number of patches
> (maildir++) and all-in-one feature set.
>
> I get the following in my maillog when I try sending to
> a local user.
>
> Sep 20 23:35:26 host1 qmail: 1064115326.821226 delivery 274: failure:
> User_over_quota._(#5.1.1)/
>
> This is a brand new RH9 system with NO mail on it at all.  There's no
> way the user is over quota.  I'm thinking that vpopmail is
> somehow intercepting the local mail now, but I'm not exactly
> sure how (or why) that's happening.
>
> What's the best way to set up a combo local and vpopmail
> system?
>
> Can anyone be of assistance?
>
> dave
>
>
>




[vchkpw] BincIMAP

2003-09-25 Thread Raboo Treed



Have anyone tried to use BincIMAP with vpopmail or 
know if it even works with it
 
I'm starting to get tired of courier. courier is 
stupid
 
first they make it harder for us to have roaming 
users then they make it harder for redhat users to compile from source, they 
want us to use RPM
 
stupid ass courier.


Re: [vchkpw] Re: BincIMAP

2003-09-27 Thread Raboo Treed
how about roaming users?


- Original Message - 
From: "Peter Palmreuther" <[EMAIL PROTECTED]>
To: "Raboo Treed in vpop" <[EMAIL PROTECTED]>
Sent: Thursday, September 25, 2003 8:21 PM
Subject: [vchkpw] Re: BincIMAP


> Hello Raboo,
>
> On Thursday, September 25, 2003 at 7:35:17 PM you wrote (at least in
> part):
>
> > Have anyone tried to use BincIMAP with vpopmail or know if it even works
with it
>
> Yes and yes.
>
> Quite easy: replace 'checkpassword' call with 'vchkpw' (and adjust
> path to password checker if necessary) and you should be done.
> Be aware that in default installation the configuration file prohibits
> 'plain text authentication' methods if not connected through SSL; you
> might therefore have to adjust the config file if you want/need
> 'PLAIN' authentication over default :443 connections.
>
> P.S.: Have I overseen the special reason why your question had to be
> published with HTML markups?
> -- 
> Best regards
> Peter Palmreuther
>
> 'Stolen moments floating softly on the air' -Pink Floyd
>
>
>




Re: [vchkpw] Re: BincIMAP

2003-09-27 Thread Raboo Treed
never mind it works

I'm now a "Binc is not courier" user

- Original Message - 
From: "Raboo Treed" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, September 27, 2003 9:58 PM
Subject: Re: [vchkpw] Re: BincIMAP


> how about roaming users?
>
>
> - Original Message - 
> From: "Peter Palmreuther" <[EMAIL PROTECTED]>
> To: "Raboo Treed in vpop" <[EMAIL PROTECTED]>
> Sent: Thursday, September 25, 2003 8:21 PM
> Subject: [vchkpw] Re: BincIMAP
>
>
> > Hello Raboo,
> >
> > On Thursday, September 25, 2003 at 7:35:17 PM you wrote (at least in
> > part):
> >
> > > Have anyone tried to use BincIMAP with vpopmail or know if it even
works
> with it
> >
> > Yes and yes.
> >
> > Quite easy: replace 'checkpassword' call with 'vchkpw' (and adjust
> > path to password checker if necessary) and you should be done.
> > Be aware that in default installation the configuration file prohibits
> > 'plain text authentication' methods if not connected through SSL; you
> > might therefore have to adjust the config file if you want/need
> > 'PLAIN' authentication over default :443 connections.
> >
> > P.S.: Have I overseen the special reason why your question had to be
> > published with HTML markups?
> > -- 
> > Best regards
> > Peter Palmreuther
> >
> > 'Stolen moments floating softly on the air' -Pink Floyd
> >
> >
> >
>
>
>




Re: [vchkpw] Re: qmail installation script 1.3.6 final release

2003-11-01 Thread Raboo Treed
hmm, not realy, cause I think i've also put a release note for my installer
here...

- Original Message - 
From: "Nick Harring" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, October 31, 2003 3:35 PM
Subject: Re: [vchkpw] Re: qmail installation script 1.3.6 final release


> Paul L. Allen wrote:
>
> >X-Istence writes:
> >
> >
> >
> >>I agree, that is totally not right. If he thinks he has something great,
> >>let him tell others, it has been quite usefull for quite a few people
> >>that asked me for help.
> >>
> >>
> >
> >Claude Shannon.  Information Theory.  Entropy.  Do these things
> >mean anything to you?
> >
> >Well, if those things are beyond your intellectual capabiilties, then
> >do a google search on answers that have "search the arhchives" and see
> >if you can find an answer to the question posed in a sensible amount
> >of time.
> >
> >As Shannon proved, this regular announcement of a script update is
> >barely distinguishable from noise because we can all predict its
> >content. As I have often maintained (with no effectual argument to the
> >contrary) we need an FAQ for stuff like this where this guy has the
> >ability to change the FAQ to point at his latest version.
> >
> >
> >
> That's funny, it looked a lot like signal to me. I'd never heard about
> such an install script, and am interested in looking at his project
> since I have needs that aren't the same, but are similar enough that I
> can borrow some of his work.
> Obviously the announcements aren't that regular, since I've been
> subscribed to this list for something like 8 months now, and this is the
> first one I remember seeing.
> I have no real desire to get into some large debate about this, however
> I would definitely say that I vehemently disagree with applying a term
> like entropy to questionably off-topic messages to a mailing list. If
> you're so thoroughly concerned with signal to noise on a list that
> subscribe to, I'd recommend unsubscribing. Particularly since you've
> demonstrated that you're quite skilled with vpopmail, so its doubtful
> you derive any real benefit from the list, other than the emotional
> highs you get from tearing into people.
> Cheers,
> Nick Harring
>
>




Re: [vchkpw] Re: qmail installation script 1.3.6 final release

2003-11-04 Thread Raboo Treed
> Congratulations.  You've been here longer than I have.  The only thing
> is that, even with my notoriously-poor memory, I remember seeing MANY
> announcements from him.  At least more than one a month.

Well lets make it a rule of tumb, only put out releases every 3 months or
so...

Like me, I've sometimes put my releases here, but I never put a release post
if it's a small typo fix, and I've never heard anyone complaining about my
releases...

Cause I would like to see releases like that, but not so much like 2-5 times
in a month from the same dude... this list isn't for advertising!!




[vchkpw] skel

2003-11-06 Thread Raboo Treed
Isn't there a way to have like a "/etc/skel" but for vpopmail users

like a skel with a  dot qmail file and some extra imap folders and such?

if not that would be a great feutre request..

/R




Re: [vchkpw] skel

2003-11-06 Thread Raboo Treed
Tom, Ken Can't anyone of you guys add this to the vpopmail code?

I think it's a great feautre, and I also think that many would agree with me
about this..

- Original Message - 
From: "Jay Tortorelli" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, November 06, 2003 7:52 PM
Subject: Re: [vchkpw] skel


> On Thu, 2003-11-06 at 04:34, Raboo Treed wrote:
> > Isn't there a way to have like a "/etc/skel" but for vpopmail users
> >
> > like a skel with a  dot qmail file and some extra imap folders and
such?
> >
> > if not that would be a great feutre request..
>
> Below is a copy of an email and patch submitted by David Winkler back in
> September to handle just that.
>
> --enable-vpopmail-skel=y
>
>
>
> Hello again,
>
> I seem to have answered my own question. Here
> is my unified diff against cvs if anyone is interested.
>
> Enjoy!
>
> David
>
> Index: vpopmail.c
> ===
> RCS file: /cvsroot/vpopmail/vpopmail/vpopmail.c,v
> retrieving revision 1.2
> diff -u -r1.2 vpopmail.c
> --- vpopmail.c  14 Sep 2003 22:17:30 -  1.2
> +++ vpopmail.c  23 Sep 2003 19:12:45 -
> @@ -1655,6 +1655,7 @@
>   struct vqpasswd *mypw;
>   char calling_dir[MAX_BUFF];
>   char domain_dir[MAX_BUFF];
> + char tmpbuf[MAX_BUFF];
>
>verrori = 0;
>/* record the dir where the command was run from */
> @@ -1701,6 +1702,7 @@
>  return(NULL);
>}
>
> +#ifndef ENABLE_VPOPMAIL_SKEL
>if (mkdir("Maildir",VPOPMAIL_DIR_MODE) == -1){
>  /* back out of changes made above */
>  chdir(domain_dir); chdir(user_hash); vdelfiles(username);
> @@ -1743,6 +1745,12 @@
>
>/* set permissions on the user's dir */
>chdir("../..");
> +#else
> +  sprintf(tmpbuf, "cp -rf %s/etc/skel/* %s/%s",
> VPOPMAILDIR,domain_dir,username);
> +  system(tmpbuf);
> +  chdir("../");
> +#endif
> +
>r_chown(username, uid, gid);
>
>/* see if the user already exists in the auth backend */
> Index: acconfig.h
> ===
> RCS file: /cvsroot/vpopmail/vpopmail/acconfig.h,v
> retrieving revision 1.1.1.1
> diff -u -r1.1.1.1 acconfig.h
> --- acconfig.h  10 Sep 2003 20:43:14 -  1.1.1.1
> +++ acconfig.h  23 Sep 2003 19:12:45 -
> @@ -1,3 +1,5 @@
> +#undef ENABLE_VPOPMAIL_SKEL
> +
>  #undef PS_COMMAND
>
>  #undef ENABLE_PASSWD
> Index: Makefile.am
> ===
> RCS file: /cvsroot/vpopmail/vpopmail/Makefile.am,v
> retrieving revision 1.1.1.1
> diff -u -r1.1.1.1 Makefile.am
> --- Makefile.am 10 Sep 2003 20:43:12 -  1.1.1.1
> +++ Makefile.am 23 Sep 2003 19:12:45 -
> @@ -94,6 +94,12 @@
>   $(DESTDIR)@vpopmaildir@/@domains_dir@
>
> $(INSTALL) -d $(DESTDIR)@vpopmaildir@/etc
> +   $(INSTALL) -d $(DESTDIR)@vpopmaildir@/etc/skel
> +   $(INSTALL) -d $(DESTDIR)@vpopmaildir@/etc/skel/Maildir
> +   $(INSTALL) -d $(DESTDIR)@vpopmaildir@/etc/skel/Maildir/new
> +   $(INSTALL) -d $(DESTDIR)@vpopmaildir@/etc/skel/Maildir/cur
> +   $(INSTALL) -d $(DESTDIR)@vpopmaildir@/etc/skel/Maildir/tmp
> +
> echo "[EMAIL PROTECTED]@/include" > @vpopmaildir@/etc/inc_deps
> echo "[EMAIL PROTECTED]@/lib -lvpopmail @auth_libs@" >
> @vpopmaildir@/etc/lib_deps
>
> Index: configure.in
> ===
> RCS file: /cvsroot/vpopmail/vpopmail/configure.in,v
> retrieving revision 1.1.1.1
> diff -u -r1.1.1.1 configure.in
> --- configure.in10 Sep 2003 20:43:11 -  1.1.1.1
> +++ configure.in23 Sep 2003 19:12:45 -
> @@ -342,6 +342,23 @@
>   ;;
>  esac
>
> +AC_ARG_ENABLE(vpopmail-skel,
> + [ --enable-vpopmail-skel=y|nTurn on (y) or off (n,
> default) to use
> +vpopmail skeleton for new users.],
> + ENABLE_VPOPMAIL_SKEL=$enableval,
> + [
> + ENABLE_VPOPMAIL_SKEL=n
> + ])
> +
> +case $ENABLE_VPOPMAIL_SKEL in
> +1*|y*|Y*)
> +  ENABLE_VPOPMAIL_SKEL=1
> +
> AC_DEFINE_UNQUOTED(ENABLE_VPOPMAIL_SKEL,$ENABLE_VPOPMAIL_SKEL)
> +  ;;
> +*)
> +  ;;
> +esac
> +
>  AC_ARG_ENABLE(md5-passwords,
>  [  --enable-md5-passwords=y|n   Turn on (y default ) or off (n)
> to store encrypted passwords as md5.],
>  ENABLE_MD5_PASSWORDS=$enableval,
> @@ -1315,6 +1332,15 @@
>   ;;
>  esac
>
> +case $ENABLE_VPOPMAIL_SKEL in
> +1*|y*|Y*)
> +echo " vpop skel = ON  --enable-vpopmail-skel=y"
> +echo " --enable-vpopmail-skel=y \\" >> vpopmail.config.sh
> +  ;;
> +*)
> +echo " vpop skel = OFF --enable-vpopmail-skel=n (default)"
> +  ;;
> +esac
>
>  case $ENABLE_LOGGING in
>  1*|y*|Y*)
>
>
>




Re: [vchkpw] skel

2003-11-06 Thread Raboo Treed
hmm
well this patch was bad, cause it had some text-wrapping... I fixed that...
but still that patch doesn't work with the latest devel of vpopmail
Does anyone have a working one with 5.3.29?

> It's a good feature, but not ready for the release version of vpopmail.
I think I'm gonna have to dissagree, thats exactly what many ppl are looking
for in a new stable release, some new useful feautres, and this feautre is
good for anti-spam, anti-virus setup's

>   It makes use of a system call to copy the files.
>
> I emailed the original author with code to handle the copying within
> vpopmail.  If that gets integrated, replacing the system call to cp,
> then I'll consider adding it.
David Winkler would you fix that Tom just said if you by any chance are
reading this or anyone else that got the times and knowdlege to do it?

And seriously, I'm not a coder, but I think like this, the code is
probibly(I would think) applied to the vadduser part of the code?
So that would mean you must be either vpopmail or root to run it,, hence it
isn't suid..
So if a "intruder" would get access as root or vpopmail user they wouldn't
use some vadduser binary to "insecure" your system...?? Or just maybe
someone would be able in some difficult way thru qmailadmin be able to
haxx0r your system just cause of the vadduser code is using system??

I think it's safe enough..
I don't know about this for sure, but for me it sounds pretty hard???

/Raboo




Re: [vchkpw] skel

2003-11-06 Thread Raboo Treed

> A root compromise of the system isn't the only thing one has to worry
> about. I'd be pretty pissed if someone inserted something into my skel
> that resulted in all of my email being duplicated and sent to someone
> else. Using cp when you could just copy the files in C in a secure
> manner is just silly. Its also less efficient, as an added bonus.

> Exploitable just isn't safe enough. I've disagreed with Tom about the
> level of paranoia required (see the password/salt generation thread),
> but in this case he's absolutely right about requiring more than the
> current patch supplies.

Who will be our saviour and take on the task to make the patch secure and
worthy to be a part of vpopmail future releases

( P.S. sorry Nick if you've recived the message twice 
I pressed the wrong reply button at first )



Re: [vchkpw] spamassassin patch ready ahead of schedule

2004-01-15 Thread Raboo Treed
what does the patch do exactly??

calls spamc uppon mailcheck?





Re: [vchkpw] spamassassin patch ready ahead of schedule

2004-01-17 Thread Raboo Treed
is this a feature that will be added to vpopmail permantly??

if not now it should be in contrib on the stable i think



[vchkpw] courier 2 binc

2004-01-23 Thread Raboo Treed
I've made a small script that will copy the courier imap subscribed 
folders list to binc-style...
I actually made this for qmail+vpopmail+imap...
I don't know how other MTA's work, but this script should work for 
vpopmail+qmail users.

So here you go.
http://qmail.nu/files/courier-2-binc.sh



Re: [vchkpw] clamav in .qmail-default

2004-02-02 Thread Raboo Treed
you could pipe it to scanmail.sh

http://www.qmail.nu/files/scanmail.sh.gz

(sorry andy if you got this message twice)
On 2004-01-31 16:52, Andy BIERLAIR wrote:
Hi,

is it possible to use clamav as a pipe in .qmail-default and not with
qmail-scanner.pl.
I would like to use it that way, in order to enable/disable some domains
from virus scanning.
Thanks,

Andy BIERLAIR
root eSolutions sàrl
 





[vchkpw] OFFTOPIC! how come ppl don't start new threads when creating mails??

2004-02-22 Thread Raboo Treed
how come ppl don't start new threads when creating mails??

or is my mail client broken?

/Raboo



Re: [vchkpw] OFFTOPIC! how come ppl don't start new threads when creating mails??

2004-02-22 Thread Raboo Treed

Looks like you as well need to not start threads in the middle of an old 
one.

 

It proves my point better.
even this mailinglist a martyr.


[vchkpw] OFFTOPIC: netqmail+ large qmail patch

2004-04-08 Thread Raboo Treed
Hey I'm having troubles with my TLS on qmail smtp

I've applied netqmail-1.05 patchset and Large qmail patch for netqmail  
(http://www.shupp.org/patches/qmail-toaster-0.6-1.patch.bz2)
and i've compiled and installed qmail with make; make cert; make 
tmprsadh; make setup check;
And somehow the TLS part of  my qmail-smtpd doesn't work, these is the 
log that i have... any ideas??

Apr  8 09:16:32 rh qmail-smtpd: 1081430192.277979 9319 > 220 
fdc.domain.net ESMTP?
Apr  8 09:16:32 rh qmail-smtpd: 1081430192.472142 9319 < EHLO 
fdc.domain.net?
Apr  8 09:16:32 rh qmail-smtpd: 1081430192.472476 9319 > 250-fdc.domain.net?
Apr  8 09:16:32 rh qmail-smtpd: 1081430192.472518 9319 > 250-STARTTLS?
Apr  8 09:16:32 rh qmail-smtpd: 1081430192.472538 9319 > 250-PIPELINING?
Apr  8 09:16:32 rh qmail-smtpd: 1081430192.472559 9319 > 250-8BITMIME?
Apr  8 09:16:32 rh qmail-smtpd: 1081430192.472579 9319 > 250 AUTH LOGIN 
PLAIN CRAM-MD5?
Apr  8 09:16:43 rh qmail-smtpd: 1081430203.376348 9319 < QUIT?
Apr  8 09:16:43 rh qmail-smtpd: 1081430203.377455 9319 < [EOF]
Apr  8 09:16:43 rh qmail-smtpd: 1081430203.377551 9319 > 221 fdc.domain.net?
Apr  8 09:16:43 rh qmail-smtpd: 1081430203.377566 9319 > [EOF]




Re: [vchkpw] vqadmin silly question?

2004-04-12 Thread Raboo Treed
On 2004-04-12 14:50, Fajar Priyanto wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi all,
I hope it's not too silly for asking this:
When I was setting up a domain using vqadmin, what does it mean and how to 
fill it in:
Accounts: <-- I assume it's the number of mailbox allowed? What if I want to 
set it unlimited?
 

try 0 or leave it empty

I think both ways should work



Re: [vchkpw] Change passwd howto

2004-05-30 Thread Raboo Treed
You should mail your patch to this list and also squirrrelmail, it could 
be a usefull thing to have in the contrib dir

On 2004-05-30 17:17, Rakesh Tiwari wrote:
I use MySQL as my backend.
I hacked squirrelmail to add a page that takes in the username ( from
session ) and
asks for the current password and new password. Then using SQL is check is
the current password matches. If so update the new passwords in the
database. else prompt him again.
Hope this helps.
Regards
Rakesh