[vchkpw] vpopmail qmail-scanner

2008-10-08 Thread Mohsen Pahlevanzadeh
Dear all,

I use FreeBSD  qmail  vpopmail.
Now i have installed qmail-scanner.But when i change /etc/tcp.smtpd ,i
have no incoming message.
But i use normal rules, i have incoming message.
Please help me...

Yours,
Mohsen


!DSPAM:48ec715d32311913719379!



[vchkpw] Vpopmail/QMail relay local mail to another server mail ??

2007-06-25 Thread Hoang An

Currently, I had a Qmail Server in Fedora 4 and MDeaemon in Windows 2003.
In MDaemon, I store all  email acount in my network.
Now I have some email acounts in QMail ( they're also same name with account
in MDaemon). I have a problem like this:
I use VPoppmail to create mydomain.com and add this name in file
/control/local
user1,user2 account in QMail. user3 account in MDaemon
When [EMAIL PROTECTED] send mail to [EMAIL PROTECTED] User2 receives
successful.
But when user1 send to user3, QMail return error -
Hi. This is the qmail-send program at mydomain.com http://mydomai.com/.
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.
Sorry, no mailbox here by that name. (#5.1.1) .
I know Qmail would process mail in local so if doesnot find email account in
vpopmail they would return error. I want Qmail continue send email (after
QMail can not find account in it's loccal) to MDaemon so user3 can receives.
I also configure file smptroute for QMail relay to MDaemon successful. Mail
account in QMail can relay to MDaemon for internet mail.

There is some files in dir /var/qmail/control

file locals - smtp.mydomain.com  (dns record of QMail)

file rcpthosts - there no word, I use tcp.smtp control access

file smtproutes has 2 lines. The first line I hope QMail would continue to
send non-success local email (it means user3) to MDaemon but it can not.
mydomain.com:mail.mydomain.com   (mail.
http://mail.henho.com/mydomain.comis dns record point to MDaemon)
:mail. http://mail.henho.com/mydomain.com ( this line to relay
another domain (not mydomain.com http://henho.com/) to MDaemon)

file  virtualdomains - mydomain.com http://henho.com/

file tcp.smtp
127.:allow,RELAYCLIENT=
172.16.:allow,RELAYCLIENT=

When you read to these line, you know that I don't know how to config for
VPopMail relay (or QMail)

Thanks for reading and soon relpy


[vchkpw] Vpopmail+qmail-ldap clustering?

2005-05-24 Thread Alex Borges
I need docs on If and How would this work.

Is it possible? Does it work fine? Do we, in vpopmail, have a better
solution for this?

begin:vcard
fn:Alejandro Borges
n:Borges;Alejandro
email;internet:[EMAIL PROTECTED]
tel;work:11585166
x-mozilla-html:TRUE
version:2.1
end:vcard



[vchkpw] Vpopmail+Qmail+PostgreSQL with catch-all

2005-04-11 Thread freenix
Help!

How can I configure catch-all when I have Vpopmail+Qmail+PostgreSQL
already working?

I have /home/vpopmail/domains/mydomain.org/.qmail-default but catch-all
still not working. Below is the content of my .qmail-default file.

#cat /home/vpopmail/domains/mydomain/.qmail-default
 | home/vpopmail/bin/vdelivermail '' /home/vpopmail/domains/mydomain.com/foo

Are there some related packages that I´m missing yet?

Tia,
jj




[vchkpw] VPopmail+Qmail+Quota

2004-12-10 Thread Clint Ricker
I am currently running a slightly older version of vpopmail (5.2.1).  I
have been attempting to update to 5.4.0 or 5.4.8, but regardless of what
compile options I give I consistently get the following error on any mail
deliveries to the domain and the message fails to go through.  It is also
funny that mail quota usage all shows up as 0% (this is in a production
machine).  There is an NFS mount involved, but I've tested this as well on
the server with the NFS share, and that isn't changing anything. 
Everything else vpopmail works (pop, imap, etc...)  Any ideas?

@400041b98f4b27326e74 delivery 382616: failure: user_is_over_quota/

Thanks,
-- 
Clint Ricker
Systems and Network Administrator
NorthEast Georgia Internet Access
(706)546-5787


Re: [vchkpw] vpopmail qmail-smtpd-auth patch compiling error

2004-10-03 Thread Jeremy Kitchen
On Saturday 02 October 2004 04:52 pm, Fernando Milovich wrote:
 I have this error compiling qmail-smtpd-auth that comes in /contrib of
 Vpopmail, i`ve patched netqmail-1.05 with netqmail-maildirpatch++ and
 qregex.

 ./compile qmail-smtpd.c
 qmail-smtpd.c: In function `authenticate':
 qmail-smtpd.c:585: `AUTHSLEEP' undeclared (first use in this function)
 qmail-smtpd.c:585: (Each undeclared identifier is reported only once
 qmail-smtpd.c:585: for each function it appears in.)
 qmail-smtpd.c: In function `main':
 qmail-smtpd.c:750: warning: return type of `main' is not `int'
 *** Error code 1

 Stop in /usr/local/src/netqmail-1.05/netqmail-1.05.

when you ran the install_auth script, did you see any rejected patch messages?  
The #define for AUTHSLEEP is at the top of the qmail-smtpd.c file, and if you 
have other patches installed, may have failed when you patched it.

-Jeremy

-- 
Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies, Inc.
  [EMAIL PROTECTED] ++ www.inter7.com ++ 866.528.3530 ++ 815.776.9465 int'l
kitchen @ #qmail #gentoo on EFnet ++ scriptkitchen.com/qmail
   GnuPG Key ID: 481BF7E2 ++ scriptkitchen.com/kitchen.asc


[vchkpw] vpopmail qmail-smtpd-auth patch compiling error

2004-10-02 Thread Fernando Milovich
I have this error compiling qmail-smtpd-auth that comes in /contrib of 
Vpopmail, i`ve patched netqmail-1.05 with netqmail-maildirpatch++ and 
qregex.

./compile qmail-smtpd.c
qmail-smtpd.c: In function `authenticate':
qmail-smtpd.c:585: `AUTHSLEEP' undeclared (first use in this function)
qmail-smtpd.c:585: (Each undeclared identifier is reported only once
qmail-smtpd.c:585: for each function it appears in.)
qmail-smtpd.c: In function `main':
qmail-smtpd.c:750: warning: return type of `main' is not `int'
*** Error code 1
Stop in /usr/local/src/netqmail-1.05/netqmail-1.05.
any ideas?
Thank you so much,
Fernando 



Re: [vchkpw] vpopmail/qmail doublebounce issue

2004-09-09 Thread Tom Harrison
At 9/8/2004 11:14 AM, you wrote:
on sep 8, 2004, at 10:24 am, tom harrison wrote:
*
locals:
messages for mail.ts5.com are delivered locally.
*
that resulted in error messages of the form:
*
@4000413decc0152edbf4 starting delivery 24: msg 3794106 to local
[EMAIL PROTECTED]
@4000413decc015300ca4 status: local 1/10 remote 1/20
@4000413decc015d08a94 delivery 24: failure:
user_does_not_exist,_but_will_deliver_to_/home/vpopmail/domains/ 
ts5.com/postmaster/maildir// 
can_not_open_new_email_file_errno=13_file=/home/vpopmail/domains/ 
ts5.com/postmaster/maildir/tmp/1094577334.16404.mail.ts5.com,s=3103/ 
system_error/
@4000413decc015d0b1a4 status: local 0/10 remote 1/20
@4000413decc015d0b974 triple bounce: discarding bounce/3794106
*
what does /var/qmail/alias/.qmail-postmaster (or .qmail-default) look
like?  if mail.ts5.com is in locals, then qmail looks at the files in
/var/qmail/alias if there isn't a system account with the name
'postmaster'.
you could avoid a lot of this mess by putting ts5.com in
/var/qmail/control/doublebouncehost.  or, do what i do and set
doublebounceto to 'doublebounce' and set
/var/qmail/alias/.qmail-doublebounce to '#'.  in other words, ignore
double bounces.  imho, they are 99.999% spam-related and not worth
reading.
Well, duh: now that you say it, it makes perfect sense. Thank you so much 
for putting an end to my confusion. I was under the misimpression that it 
was because qmail was internally doing something odd. Your solution neatly 
drug me out of the mythological deception I was laboring under. Thanks 
again, Tom

Tom Harrison
...snip...
--
tom collins  -  [EMAIL PROTECTED]
qmailadmin: http://qmailadmin.sf.net/  vpopmail: http://vpopmail.sf.net/
info on the sniffter hand-held network tester: http://sniffter.com/



Re: [vchkpw] vpopmail/qmail doublebounce issue

2004-09-08 Thread Jeremy Kitchen
On Tuesday 07 September 2004 07:11 pm, Tom Harrison wrote:
 In short, if the domain is handled by vpopmail, you don't want it in
  locals.

 OK, agreed. Just curious, why did you suggest it the first time? Please
 forgive me if I somehow unconsciously misled you in my first posting,
 though I thought I disclosed everything needed

I suggested you put mail.ts5.com (which is NOT ts5.com) into locals, or to set 
it as an alias to ts5.com.  You could optionally create another completely 
separate virtualdomain for the domain.. I was just mentioning what I would 
do.  Putting mail.ts5.com into locals would not affect the functionality of 
the ts5.com virtualdomain.

 So, the problem persists, though it has changed slightly, which I think
 means that the virtualdomains entry mail.ts5.com:ts5.com is at least
 directing the mail to the local processing. Error messages now are of the
 form:

 @4000413e45e20f52c484 new msg 3794192
 @4000413e45e20f52dbf4 info msg 3794192: bytes 3104 from [EMAIL PROTECTED] qp 
 24395
 uid507
 @4000413e45e210eeb58c starting delivery 1277: msg 3794192 to local
 [EMAIL PROTECTED]
 @4000413e45e210eed0e4 status: local 1/10 remote 3/20
 @4000413e45e2116de80c delivery 1277: success:
 user_does_not_exist,_but_will_deliver_to_/home/vpopmail/domains/ts5.com/oth
er/Maildir//did_0+0+1/ @4000413e45e2116e074c status: local 0/10 remote
 3/20
 @4000413e45e2116e0b34 end msg 3794192

 postmaster does indeed exist as a user folder in the domain ts5.com, of
 course.

try sending mail to [EMAIL PROTECTED]  I bet it will give you the same 
message.

-Jeremy

-- 
Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies, Inc.
  [EMAIL PROTECTED] ++ www.inter7.com ++ 866.528.3530 ++ 815.776.9465 int'l
kitchen @ #qmail #gentoo on EFnet ++ scriptkitchen.com/qmail



Re: [vchkpw] vpopmail/qmail doublebounce issue

2004-09-08 Thread Tom Harrison
At 9/8/2004 08:38 AM, you wrote:
on tuesday 07 september 2004 07:11 pm, tom harrison wrote:
 in short, if the domain is handled by vpopmail, you don't want it in
  locals.

 ok, agreed. just curious, why did you suggest it the first time? please
 forgive me if i somehow unconsciously misled you in my first posting,
 though i thought i disclosed everything needed
i suggested you put mail.ts5.com (which is not ts5.com) into locals, or to 
set
it as an alias to ts5.com.
That's what I did. If you recall from my earlier post, the following part 
of qmail-showctl's output:

*
locals:
Messages for mail.ts5.com are delivered locally.
*
That resulted in error messages of the form:
*
@4000413decc0152edbf4 starting delivery 24: msg 3794106 to local 
[EMAIL PROTECTED]
@4000413decc015300ca4 status: local 1/10 remote 1/20
@4000413decc015d08a94 delivery 24: failure: 
user_does_not_exist,_but_will_deliver_to_/home/vpopmail/domains/ts5.com/postmaster/Maildir//can_not_open_new_email_file_errno=13_file=/home/vpopmail/domains/ts5.com/postmaster/Maildir/tmp/1094577334.16404.mail.ts5.com,S=3103/system_error/
@4000413decc015d0b1a4 status: local 0/10 remote 1/20
@4000413decc015d0b974 triple bounce: discarding bounce/3794106
*

So, I removed the entry in locals, and depended instead on the entry in 
virtualdomains, and now I get messages of the form:

*
@4000413f3cc3253fed44 new msg 3794133
@4000413f3cc3254000cc info msg 3794133: bytes 9559 from [EMAIL PROTECTED] qp 13638 
uid507
@4000413f3cc326d99074 starting delivery 9721: msg 3794133 to local 
[EMAIL PROTECTED]
@4000413f3cc326d9abcc status: local 1/10 remote 5/20
@4000413f3cc3275aa36c delivery 9721: success: 
user_does_not_exist,_but_will_deliver_to_/home/vpopmail/domains/ts5.com/other/Maildir//did_0+0+1/
@4000413f3cc3275ac694 status: local 0/10 remote 5/20
@4000413f3cc3275aca7c end msg 3794133
*


  you could optionally create another completely
separate virtualdomain for the domain.. i was just mentioning what i would
do.  putting mail.ts5.com into locals would not affect the functionality of
the ts5.com virtualdomain.
Correct. It did not affect the delivery of mail addressed to [EMAIL PROTECTED]
...snip...

try sending mail to [EMAIL PROTECTED]  i bet it will give you the same
message.
-jeremy
OK, I did that. Mail sent from one user in the TS4.Com domain also hosted 
on the same server yields a correct delivery to the mailbox for 
[EMAIL PROTECTED]:

*
X-Persona: TS5 Postmaster
Return-Path: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Received: (qmail 10291 invoked from network); 8 Sep 2004 16:29:24 -
Received: from unknown (HELO tomivxp.TS4.Com) (192.168.1.51)
  by 0 with SMTP; 8 Sep 2004 16:29:24 -
Message-Id: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]@mail.ts4.com
X-Mailer: QUALCOMM Windows Eudora Version 5.2.1
Date: Wed, 08 Sep 2004 09:28:05 -0700
To: [EMAIL PROTECTED]
From: Tom Harrison [EMAIL PROTECTED]
Subject: test virtual domain
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed
*
And mail sent from outside the system to [EMAIL PROTECTED] also results 
in a correct delivery to the mailbox for [EMAIL PROTECTED]:

*
X-Persona: TS5 Postmaster
Return-Path: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Received: (qmail 11767 invoked from network); 8 Sep 2004 16:38:10 -
Received: from webmail-outgoing.us4.outblaze.com (205.158.62.67)
  by 0 with SMTP; 8 Sep 2004 16:38:10 -
Received: from wfilter.us4.outblaze.com (wfilter.us4.outblaze.com 
[205.158.62.180])
by webmail-outgoing.us4.outblaze.com (Postfix) with QMQP id 
AA4251801935
for [EMAIL PROTECTED]; Wed,  8 Sep 2004 16:37:04 + (GMT)
X-OB-Received: from unknown (208.36.123.31)
  by wfilter.us4.outblaze.com; 8 Sep 2004 16:33:17 -
Received: by ws7-2.us4.outblaze.com (Postfix, from userid 1001)
id 40F63E5BCA; Wed,  8 Sep 2004 16:33:11 + (GMT)
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
MIME-Version: 1.0
X-Mailer: MIME-tools 5.41 (Entity 5.404)
Received: from [24.20.77.41] by ws7-2.us4.outblaze.com with http for
[EMAIL PROTECTED]; Wed, 08 Sep 2004 11:33:11 -0500
From: Tom Harrison [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Wed, 08 Sep 2004 11:33:11 -0500
Subject: test from the outside
X-Originating-Ip: 24.20.77.41
X-Originating-Server: ws7-2.us4.outblaze.com
Message-Id: [EMAIL PROTECTED]
*

So, delivery of normal mail still works just fine. It is only the internal 
mail generated as a double-bounce that fails. I stand confused, still. 
Thanks in advance for helping me see the light on this.

By the way, I still have the open question regarding a recommendation for a 
construct similar to the realrcptto patch, to operate with vpopmail and 
bounce all this crud BEFORE it crawls into the sytem.

Tom Harrison
--
jeremy kitchen ++ systems administrator ++ inter7 internet technologies, 

Re: [vchkpw] vpopmail/qmail doublebounce issue

2004-09-08 Thread Tom Collins
On Sep 8, 2004, at 10:24 AM, Tom Harrison wrote:
*
locals:
Messages for mail.ts5.com are delivered locally.
*
That resulted in error messages of the form:
*
@4000413decc0152edbf4 starting delivery 24: msg 3794106 to local  
[EMAIL PROTECTED]
@4000413decc015300ca4 status: local 1/10 remote 1/20
@4000413decc015d08a94 delivery 24: failure:  
user_does_not_exist,_but_will_deliver_to_/home/vpopmail/domains/ 
ts5.com/postmaster/Maildir// 
can_not_open_new_email_file_errno=13_file=/home/vpopmail/domains/ 
ts5.com/postmaster/Maildir/tmp/1094577334.16404.mail.ts5.com,S=3103/ 
system_error/
@4000413decc015d0b1a4 status: local 0/10 remote 1/20
@4000413decc015d0b974 triple bounce: discarding bounce/3794106
*
What does /var/qmail/alias/.qmail-postmaster (or .qmail-default) look  
like?  If mail.ts5.com is in locals, then qmail looks at the files in  
/var/qmail/alias if there isn't a system account with the name  
'postmaster'.

You could avoid a lot of this mess by putting ts5.com in  
/var/qmail/control/doublebouncehost.  Or, do what I do and set  
doublebounceto to 'doublebounce' and set  
/var/qmail/alias/.qmail-doublebounce to '#'.  In other words, ignore  
double bounces.  IMHO, they are 99.999% spam-related and not worth  
reading.

So, delivery of normal mail still works just fine. It is only the  
internal mail generated as a double-bounce that fails. I stand  
confused, still. Thanks in advance for helping me see the light on  
this.
Remove mail.ts5.com from virtualdomains (and /var/qmail/users/assign if  
it's in there).

Run ~vpopmail/bin/vaddaliasdomain ts5.com mail.ts5.com.
I think that vdelivermail has trouble decoding  
[EMAIL PROTECTED].  Having mail.ts5.com as an alias  
domain to ts5.com should solve that problem (making it  
[EMAIL PROTECTED]).

In a typical vpopmail installation, all of the pairs in virtualdomains  
are identical.

By the way, I still have the open question regarding a recommendation  
for a construct similar to the realrcptto patch, to operate with  
vpopmail and bounce all this crud BEFORE it crawls into the sytem.
Take a look at the chkusr patch http://www.interazioni.it/qmail/.  It  
only works with domains that have catchall set to bounce, but it will  
block messages at the smtpd level.

--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter hand-held Network Tester: http://sniffter.com/


Re: [vchkpw] vpopmail/qmail doublebounce issue

2004-09-07 Thread Jeremy Kitchen
On Monday 06 September 2004 05:48 pm, Tom Harrison wrote:
 First time poster Have mercy on the neophyte!

welcome.

 I noticed after removing Comcast as the relay that the queue began filling
 with doublebounces, addressed to [EMAIL PROTECTED], and the log
 indicated tons of entries like this:

 [...]  to remote [EMAIL PROTECTED]

 [...] vpopmail knows that ts5.com is a local domain [...]

put mail.ts5.com into locals, or alias it to your ts5.com virtualdomain.

-Jeremy

-- 
Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies, Inc.
  [EMAIL PROTECTED] ++ www.inter7.com ++ 866.528.3530 ++ 815.776.9465 int'l
kitchen @ #qmail #gentoo on EFnet ++ scriptkitchen.com/qmail



Re: [vchkpw] vpopmail/qmail doublebounce issue

2004-09-07 Thread Tom Harrison
At 9/7/2004 08:10 AM, you wrote:
On Monday 06 September 2004 05:48 pm, Tom Harrison wrote:
 First time poster Have mercy on the neophyte!
welcome.
Thanks, Jeremy, for responding.

 I noticed after removing Comcast as the relay that the queue began filling
 with doublebounces, addressed to [EMAIL PROTECTED], and the log
 indicated tons of entries like this:

 [...]  to remote [EMAIL PROTECTED]
 [...] vpopmail knows that ts5.com is a local domain [...]
put mail.ts5.com into locals, or alias it to your ts5.com virtualdomain.
OK. I put mail.ts5.com into locals. Should all the local domains be 
there? I note that the vpopmail instructions say that vadddomain will 
modify locals, but on our system locals remained empty. New result of 
qmail-showctl is below.

Anyway, now I am getting different error messages:
@4000413decc0139cd9e4 new msg 3794106
@4000413decc0139ced6c info msg 3794106: bytes 3103 from [EMAIL PROTECTED] qp 16401 
uid507
@4000413decc0152edbf4 starting delivery 24: msg 3794106 to local 
[EMAIL PROTECTED]
@4000413decc015300ca4 status: local 1/10 remote 1/20
@4000413decc015d08a94 delivery 24: failure: 
user_does_not_exist,_but_will_deliver_to_/home/vpopmail/domains/ts5.com/postmaster/Maildir//can_not_open_new_email_file_errno=13_file=/home/vpopmail/domains/ts5.com/postmaster/Maildir/tmp/1094577334.16404.mail.ts5.com,S=3103/system_error/
@4000413decc015d0b1a4 status: local 0/10 remote 1/20
@4000413decc015d0b974 triple bounce: discarding bounce/3794106
@4000413decc015d0bd5c end msg 3794106

...so something must still be amiss. Permissions, perhaps? I did try adding 
mail.ts5.com to virtualdomains before posting the question to this forum, 
and it seemed to have no effect. As you can see from the first recitation 
of qmail-showctl, and this current one, the entry for mail.ts5.com is still 
there.

Could you perchance explain the flow of process control in the generation 
of a doublebounce message?

* qmail-showctl result *
[EMAIL PROTECTED] bin]# ./qmail-showctl
qmail home directory: /var/qmail.
user-ext delimiter: -.
paternalism (in decimal): 2.
silent concurrency limit: 120.
subdirectory split: 23.
user ids: 501, 502, 503, 0, 504, 505, 506, 507.
group ids: 501, 502.
badmailfrom: (Default.) Any MAIL FROM is allowed.
bouncefrom: (Default.) Bounce user name is MAILER-DAEMON.
bouncehost: (Default.) Bounce host name is mail.ts5.com.
concurrencylocal: (Default.) Local concurrency is 10.
concurrencyremote: (Default.) Remote concurrency is 20.
databytes: (Default.) SMTP DATA limit is 0 bytes.
defaultdomain: Default domain name is mail.ts5.com.
defaulthost: (Default.) Default host name is mail.ts5.com.
doublebouncehost: (Default.) 2B recipient host: mail.ts5.com.
doublebounceto: (Default.) 2B recipient user: postmaster.
envnoathost: (Default.) Presumed domain name is mail.ts5.com.
helohost: (Default.) SMTP client HELO host name is mail.ts5.com.
idhost: (Default.) Message-ID host name is mail.ts5.com.
localiphost: (Default.) Local IP address becomes mail.ts5.com.
locals:
Messages for mail.ts5.com are delivered locally.
me: My name is mail.ts5.com.
percenthack: (Default.) The percent hack is not allowed.
plusdomain: Plus domain name is mail.ts5.com.
qmqpservers: (Default.) No QMQP servers.
queuelifetime: Message lifetime in the queue is 86400 seconds.
rcpthosts:
SMTP clients may send messages to recipients at ts5.com.
SMTP clients may send messages to recipients at ts4.com.
SMTP clients may send messages to recipients at christy9.com.
morercpthosts: (Default.) No effect.
morercpthosts.cdb: (Default.) No effect.
smtpgreeting: (Default.) SMTP greeting: 220 mail.ts5.com.
smtproutes:
SMTP route: aol.com:SMTP.HealtheTouch.Net
timeoutconnect: (Default.) SMTP client connection timeout is 60 seconds.
timeoutremote: (Default.) SMTP client data timeout is 1200 seconds.
timeoutsmtpd: (Default.) SMTP server data timeout is 1200 seconds.
virtualdomains:
Virtual domain: ts5.com:ts5.com
Virtual domain: ts4.com:ts4.com
Virtual domain: christy9.com:christy9.com
Virtual domain: mail.ts5.com:ts5.com
defaultdelivery: I have no idea what this file does.
concurrencyincoming: I have no idea what this file does.
rcpthosts.lock: I have no idea what this file does.
virtualdomains.lock: I have no idea what this file does.
locals.lock: I have no idea what this file does.

-Jeremy
--
Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies, Inc.
  [EMAIL PROTECTED] ++ www.inter7.com ++ 866.528.3530 ++ 815.776.9465 int'l
kitchen @ #qmail #gentoo on EFnet ++ scriptkitchen.com/qmail



Re: [vchkpw] vpopmail/qmail doublebounce issue

2004-09-07 Thread Tom Harrison
At 9/7/2004 10:40 AM, you wrote:
On Tuesday 07 September 2004 12:37 pm, Tom Harrison wrote:
   I noticed after removing Comcast as the relay that the queue began
   filling with doublebounces, addressed to [EMAIL PROTECTED], and
   the log indicated tons of entries like this:
  
   [...]  to remote [EMAIL PROTECTED]
  
   [...] vpopmail knows that ts5.com is a local domain [...]
 
 put mail.ts5.com into locals, or alias it to your ts5.com virtualdomain.

 OK. I put mail.ts5.com into locals. Should all the local domains be
 there? I note that the vpopmail instructions say that vadddomain will
 modify locals, but on our system locals remained empty. New result of
 qmail-showctl is below.
man qmail-send.  understand the roles of the locals and virtualdomains files.
I had read it, and now have read it again. Your first advice (above) told 
me to violate those instructions, which I did. I have undone that change 
and added what I think should be the correct definitions for doublebounce 
(see qmail-showctl result below)

In short, if the domain is handled by vpopmail, you don't want it in locals.
OK, agreed. Just curious, why did you suggest it the first time? Please 
forgive me if I somehow unconsciously misled you in my first posting, 
though I thought I disclosed everything needed

So, the problem persists, though it has changed slightly, which I think 
means that the virtualdomains entry mail.ts5.com:ts5.com is at least 
directing the mail to the local processing. Error messages now are of the form:

@4000413e45e20f52c484 new msg 3794192
@4000413e45e20f52dbf4 info msg 3794192: bytes 3104 from [EMAIL PROTECTED] qp 24395 
uid507
@4000413e45e210eeb58c starting delivery 1277: msg 3794192 to local 
[EMAIL PROTECTED]
@4000413e45e210eed0e4 status: local 1/10 remote 3/20
@4000413e45e2116de80c delivery 1277: success: 
user_does_not_exist,_but_will_deliver_to_/home/vpopmail/domains/ts5.com/other/Maildir//did_0+0+1/
@4000413e45e2116e074c status: local 0/10 remote 3/20
@4000413e45e2116e0b34 end msg 3794192

postmaster does indeed exist as a user folder in the domain ts5.com, of 
course.

What am I missing?
Tom Harrison
* qmail-showctl results *
[EMAIL PROTECTED] bin]# ./qmail-showctl
qmail home directory: /var/qmail.
user-ext delimiter: -.
paternalism (in decimal): 2.
silent concurrency limit: 120.
subdirectory split: 23.
user ids: 501, 502, 503, 0, 504, 505, 506, 507.
group ids: 501, 502.
badmailfrom: (Default.) Any MAIL FROM is allowed.
bouncefrom: (Default.) Bounce user name is MAILER-DAEMON.
bouncehost: (Default.) Bounce host name is mail.ts5.com.
concurrencylocal: (Default.) Local concurrency is 10.
concurrencyremote: (Default.) Remote concurrency is 20.
databytes: (Default.) SMTP DATA limit is 0 bytes.
defaultdomain: Default domain name is mail.ts5.com.
defaulthost: (Default.) Default host name is mail.ts5.com.
doublebouncehost: (Default.) 2B recipient host: mail.ts5.com.
doublebounceto: 2B recipient user: postmaster.
envnoathost: (Default.) Presumed domain name is mail.ts5.com.
helohost: (Default.) SMTP client HELO host name is mail.ts5.com.
idhost: (Default.) Message-ID host name is mail.ts5.com.
localiphost: (Default.) Local IP address becomes mail.ts5.com.
locals:
me: My name is mail.ts5.com.
percenthack: (Default.) The percent hack is not allowed.
plusdomain: Plus domain name is mail.ts5.com.
qmqpservers: (Default.) No QMQP servers.
queuelifetime: Message lifetime in the queue is 86400 seconds.
rcpthosts:
SMTP clients may send messages to recipients at ts5.com.
SMTP clients may send messages to recipients at ts4.com.
SMTP clients may send messages to recipients at christy9.com.
morercpthosts: (Default.) No effect.
morercpthosts.cdb: (Default.) No effect.
smtpgreeting: (Default.) SMTP greeting: 220 mail.ts5.com.
smtproutes:
SMTP route: aol.com:SMTP.*.Net
timeoutconnect: (Default.) SMTP client connection timeout is 60 seconds.
timeoutremote: (Default.) SMTP client data timeout is 1200 seconds.
timeoutsmtpd: (Default.) SMTP server data timeout is 1200 seconds.
virtualdomains:
Virtual domain: ts5.com:ts5.com
Virtual domain: ts4.com:ts4.com
Virtual domain: christy9.com:christy9.com
Virtual domain: mail.ts5.com:ts5.com
defaultdelivery: I have no idea what this file does.
concurrencyincoming: I have no idea what this file does.
rcpthosts.lock: I have no idea what this file does.
virtualdomains.lock: I have no idea what this file does.
locals.lock: I have no idea what this file does.

-Jeremy
--
Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies, Inc.
  [EMAIL PROTECTED] ++ www.inter7.com ++ 866.528.3530 ++ 815.776.9465 int'l
kitchen @ #qmail #gentoo on EFnet ++ scriptkitchen.com/qmail



Re: [vchkpw] vpopmail/qmail doublebounce issue

2004-09-07 Thread Jake S - Postmaster
Tom Harrison wrote:
At 9/7/2004 10:40 AM, you wrote:
On Tuesday 07 September 2004 12:37 pm, Tom Harrison wrote:
   I noticed after removing Comcast as the relay that the queue began
   filling with doublebounces, addressed to 
[EMAIL PROTECTED], and
   the log indicated tons of entries like this:
  
   [...]  to remote [EMAIL PROTECTED]
  
   [...] vpopmail knows that ts5.com is a local domain [...]
 
 put mail.ts5.com into locals, or alias it to your ts5.com 
virtualdomain.

 OK. I put mail.ts5.com into locals. Should all the local domains be
 there? I note that the vpopmail instructions say that vadddomain will
 modify locals, but on our system locals remained empty. New result of
 qmail-showctl is below.

man qmail-send.  understand the roles of the locals and 
virtualdomains files.

I had read it, and now have read it again. Your first advice (above) 
told me to violate those instructions, which I did. I have undone that 
change and added what I think should be the correct definitions for 
doublebounce (see qmail-showctl result below)

In short, if the domain is handled by vpopmail, you don't want it in 
locals.

OK, agreed. Just curious, why did you suggest it the first time? 
Please forgive me if I somehow unconsciously misled you in my first 
posting, though I thought I disclosed everything needed

So, the problem persists, though it has changed slightly, which I 
think means that the virtualdomains entry mail.ts5.com:ts5.com is at 
least directing the mail to the local processing. Error messages now 
are of the form:

@4000413e45e20f52c484 new msg 3794192
@4000413e45e20f52dbf4 info msg 3794192: bytes 3104 from [EMAIL PROTECTED] qp 
24395 uid507
@4000413e45e210eeb58c starting delivery 1277: msg 3794192 to local 
[EMAIL PROTECTED]
@4000413e45e210eed0e4 status: local 1/10 remote 3/20
@4000413e45e2116de80c delivery 1277: success: 
user_does_not_exist,_but_will_deliver_to_/home/vpopmail/domains/ts5.com/other/Maildir//did_0+0+1/ 

@4000413e45e2116e074c status: local 0/10 remote 3/20
@4000413e45e2116e0b34 end msg 3794192
postmaster does indeed exist as a user folder in the domain ts5.com, 
of course.

What am I missing?
Tom Harrison
* qmail-showctl results *
[EMAIL PROTECTED] bin]# ./qmail-showctl
qmail home directory: /var/qmail.
user-ext delimiter: -.
paternalism (in decimal): 2.
silent concurrency limit: 120.
subdirectory split: 23.
user ids: 501, 502, 503, 0, 504, 505, 506, 507.
group ids: 501, 502.
badmailfrom: (Default.) Any MAIL FROM is allowed.
bouncefrom: (Default.) Bounce user name is MAILER-DAEMON.
bouncehost: (Default.) Bounce host name is mail.ts5.com.
concurrencylocal: (Default.) Local concurrency is 10.
concurrencyremote: (Default.) Remote concurrency is 20.
databytes: (Default.) SMTP DATA limit is 0 bytes.
defaultdomain: Default domain name is mail.ts5.com.
defaulthost: (Default.) Default host name is mail.ts5.com.
doublebouncehost: (Default.) 2B recipient host: mail.ts5.com.
doublebounceto: 2B recipient user: postmaster.
envnoathost: (Default.) Presumed domain name is mail.ts5.com.
helohost: (Default.) SMTP client HELO host name is mail.ts5.com.
idhost: (Default.) Message-ID host name is mail.ts5.com.
localiphost: (Default.) Local IP address becomes mail.ts5.com.
locals:
me: My name is mail.ts5.com.
percenthack: (Default.) The percent hack is not allowed.
plusdomain: Plus domain name is mail.ts5.com.
qmqpservers: (Default.) No QMQP servers.
queuelifetime: Message lifetime in the queue is 86400 seconds.
rcpthosts:
SMTP clients may send messages to recipients at ts5.com.
SMTP clients may send messages to recipients at ts4.com.
SMTP clients may send messages to recipients at christy9.com.
morercpthosts: (Default.) No effect.
morercpthosts.cdb: (Default.) No effect.
smtpgreeting: (Default.) SMTP greeting: 220 mail.ts5.com.
smtproutes:
SMTP route: aol.com:SMTP.*.Net
timeoutconnect: (Default.) SMTP client connection timeout is 60 seconds.
timeoutremote: (Default.) SMTP client data timeout is 1200 seconds.
timeoutsmtpd: (Default.) SMTP server data timeout is 1200 seconds.
virtualdomains:
Virtual domain: ts5.com:ts5.com
Virtual domain: ts4.com:ts4.com
Virtual domain: christy9.com:christy9.com
Virtual domain: mail.ts5.com:ts5.com
defaultdelivery: I have no idea what this file does.
concurrencyincoming: I have no idea what this file does.
rcpthosts.lock: I have no idea what this file does.
virtualdomains.lock: I have no idea what this file does.
locals.lock: I have no idea what this file does.

-Jeremy
--
Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet 
Technologies, Inc.
  [EMAIL PROTECTED] ++ www.inter7.com ++ 866.528.3530 ++ 815.776.9465 
int'l
kitchen @ #qmail #gentoo on EFnet ++ scriptkitchen.com/qmail


Based on Virtual domain: mail.ts5.com:ts5.com  it would appear that 
you created an alias for [EMAIL PROTECTED] to go to t5.com?  Curious that 
mail.t5.com does not show up in your RCPTHOSTS file.

But it looks like there is an 

Re: [vchkpw] vpopmail/qmail doublebounce issue

2004-09-07 Thread Tom Harrison
At 9/7/2004 05:25 PM, you wrote:
Tom Harrison wrote:
At 9/7/2004 10:40 AM, you wrote:
On Tuesday 07 September 2004 12:37 pm, Tom Harrison wrote:
   I noticed after removing Comcast as the relay that the queue began
   filling with doublebounces, addressed to 
[EMAIL PROTECTED], and
   the log indicated tons of entries like this:
  
   [...]  to remote [EMAIL PROTECTED]
  
   [...] vpopmail knows that ts5.com is a local domain [...]
 
 put mail.ts5.com into locals, or alias it to your ts5.com virtualdomain.

 OK. I put mail.ts5.com into locals. Should all the local domains be
 there? I note that the vpopmail instructions say that vadddomain will
 modify locals, but on our system locals remained empty. New result of
 qmail-showctl is below.

man qmail-send.  understand the roles of the locals and virtualdomains 
files.

I had read it, and now have read it again. Your first advice (above) told 
me to violate those instructions, which I did. I have undone that change 
and added what I think should be the correct definitions for doublebounce 
(see qmail-showctl result below)

In short, if the domain is handled by vpopmail, you don't want it in locals.

OK, agreed. Just curious, why did you suggest it the first time? Please 
forgive me if I somehow unconsciously misled you in my first posting, 
though I thought I disclosed everything needed

So, the problem persists, though it has changed slightly, which I think 
means that the virtualdomains entry mail.ts5.com:ts5.com is at least 
directing the mail to the local processing. Error messages now are of the form:

@4000413e45e20f52c484 new msg 3794192
@4000413e45e20f52dbf4 info msg 3794192: bytes 3104 from [EMAIL PROTECTED] qp 
24395 uid507
@4000413e45e210eeb58c starting delivery 1277: msg 3794192 to local 
[EMAIL PROTECTED]
@4000413e45e210eed0e4 status: local 1/10 remote 3/20
@4000413e45e2116de80c delivery 1277: success: 
user_does_not_exist,_but_will_deliver_to_/home/vpopmail/domains/ts5.com/other/Maildir//did_0+0+1/ 

@4000413e45e2116e074c status: local 0/10 remote 3/20
@4000413e45e2116e0b34 end msg 3794192
postmaster does indeed exist as a user folder in the domain ts5.com, of 
course.

What am I missing?
Tom Harrison
* qmail-showctl results *
[EMAIL PROTECTED] bin]# ./qmail-showctl
qmail home directory: /var/qmail.
user-ext delimiter: -.
paternalism (in decimal): 2.
silent concurrency limit: 120.
subdirectory split: 23.
user ids: 501, 502, 503, 0, 504, 505, 506, 507.
group ids: 501, 502.
badmailfrom: (Default.) Any MAIL FROM is allowed.
bouncefrom: (Default.) Bounce user name is MAILER-DAEMON.
bouncehost: (Default.) Bounce host name is mail.ts5.com.
concurrencylocal: (Default.) Local concurrency is 10.
concurrencyremote: (Default.) Remote concurrency is 20.
databytes: (Default.) SMTP DATA limit is 0 bytes.
defaultdomain: Default domain name is mail.ts5.com.
defaulthost: (Default.) Default host name is mail.ts5.com.
doublebouncehost: (Default.) 2B recipient host: mail.ts5.com.
doublebounceto: 2B recipient user: postmaster.
envnoathost: (Default.) Presumed domain name is mail.ts5.com.
helohost: (Default.) SMTP client HELO host name is mail.ts5.com.
idhost: (Default.) Message-ID host name is mail.ts5.com.
localiphost: (Default.) Local IP address becomes mail.ts5.com.
locals:
me: My name is mail.ts5.com.
percenthack: (Default.) The percent hack is not allowed.
plusdomain: Plus domain name is mail.ts5.com.
qmqpservers: (Default.) No QMQP servers.
queuelifetime: Message lifetime in the queue is 86400 seconds.
rcpthosts:
SMTP clients may send messages to recipients at ts5.com.
SMTP clients may send messages to recipients at ts4.com.
SMTP clients may send messages to recipients at christy9.com.
morercpthosts: (Default.) No effect.
morercpthosts.cdb: (Default.) No effect.
smtpgreeting: (Default.) SMTP greeting: 220 mail.ts5.com.
smtproutes:
SMTP route: aol.com:SMTP.*.Net
timeoutconnect: (Default.) SMTP client connection timeout is 60 seconds.
timeoutremote: (Default.) SMTP client data timeout is 1200 seconds.
timeoutsmtpd: (Default.) SMTP server data timeout is 1200 seconds.
virtualdomains:
Virtual domain: ts5.com:ts5.com
Virtual domain: ts4.com:ts4.com
Virtual domain: christy9.com:christy9.com
Virtual domain: mail.ts5.com:ts5.com
defaultdelivery: I have no idea what this file does.
concurrencyincoming: I have no idea what this file does.
rcpthosts.lock: I have no idea what this file does.
virtualdomains.lock: I have no idea what this file does.
locals.lock: I have no idea what this file does.

-Jeremy
--
Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies, 
Inc.
  [EMAIL PROTECTED] ++ www.inter7.com ++ 866.528.3530 ++ 815.776.9465 int'l
kitchen @ #qmail #gentoo on EFnet ++ scriptkitchen.com/qmail

Based on Virtual domain: mail.ts5.com:ts5.com  it would appear that you 
created an alias for [EMAIL PROTECTED] to go to t5.com?  Curious that 
mail.t5.com does not show up in your RCPTHOSTS file.

But 

[vchkpw] vpopmail/qmail doublebounce issue

2004-09-06 Thread Tom Harrison
First time poster Have mercy on the neophyte!
Can anyone point me to the right documentation source for properly 
configuring vpopmail+qmail so that doublebounces don't hang in the queue?

My son had been managing this system, but got too busy, so I have to come 
up to speed just as Comcast decided that all the SPAM bouncing back out of 
our system was SPAM originating from our system, and quit allowing us to 
relay through their server.

Originally, to mollify the ISPs that refuse mail from floating IPs, we had 
smtproutes set thusly:

:SMTP.Comcast.Net
Fine, until they got tired of processing the SPAM bounces.
So, I peeled smtproutes back to:
AOL.Com:SMTP.Comcast.Net
...so that at least the AOL mail from us would get delivered.
Our server hosts several very small domains: TS5.Com, TS4.Com, and 
Christy9.Com. The system ME is mail.ts5.com.

I noticed after removing Comcast as the relay that the queue began filling 
with doublebounces, addressed to [EMAIL PROTECTED], and the log 
indicated tons of entries like this:

@400041372d553b41077c new msg 3794941
@400041372d553b410b64 info msg 3794941: bytes 11149 from [EMAIL PROTECTED] qp 
13481 uid 507
@400041372d5601445164 starting delivery 81338: msg 3794941 to remote 
[EMAIL PROTECTED]
@400041372d5601446cbc status: local 0/10 remote 2/20
@400041372d560fc141ac delivery 81338: deferral: 
Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/
@400041372d560fc160ec status: local 0/10 remote 1/20
@400041372d580f829a9c starting delivery 81339: msg 3794751 to remote 
[EMAIL PROTECTED]
@400041372d580f82b5f4 status: local 0/10 remote 2/20
@400041372d581900bfcc delivery 81339: deferral: 
Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/
@400041372d581900db24 status: local 0/10 remote 1/20
@

So, vpopmail knows that ts5.com is a local domain, but when the 
doublebounce is generated, it is treating [EMAIL PROTECTED] as a 
remote address. Am I reading that right?

(below: I have redacted the name of the relay server we are using, not 
because it is in any way an open relay -- it isn't, we run it, too -- but 
because the customer wants to remain private)

I temporarily worked around the problem by adding first the entry 
TS5.Com:SMTP.*.Net to smtproutes: no effect.
Then I added mail.TS5.Com:SMTP.*.Net, and the queue began to empty, 
but sent all the doublebounces to the default account [EMAIL PROTECTED] 
instead of to postmaster.

Obviously I don't understand all the flow here, but would sure appreciate 
it if someone could point me to (1) the right documentation to cover this, 
and (2) an appropriate patch to vpopmail+qmail to avoid such heavy SPAM 
issues, like a SMTP-time bounce that works with vpopmail, or other 
technique that works more effectively than receiving all the bad mail, then 
generating bounce messages for them.

'Cause I know sending doublebounces out to another qmail server, and back 
again, ain't the way it should be done!

Tom Harrison
* qmail-showctl *
[EMAIL PROTECTED] bin]# ./qmail-showctl -?
qmail home directory: /var/qmail.
user-ext delimiter: -.
paternalism (in decimal): 2.
silent concurrency limit: 120.
subdirectory split: 23.
user ids: 501, 502, 503, 0, 504, 505, 506, 507.
group ids: 501, 502.
badmailfrom: (Default.) Any MAIL FROM is allowed.
bouncefrom: (Default.) Bounce user name is MAILER-DAEMON.
bouncehost: (Default.) Bounce host name is mail.ts5.com.
concurrencylocal: (Default.) Local concurrency is 10.
concurrencyremote: (Default.) Remote concurrency is 20.
databytes: (Default.) SMTP DATA limit is 0 bytes.
defaultdomain: Default domain name is mail.ts5.com.
defaulthost: (Default.) Default host name is mail.ts5.com.
doublebouncehost: (Default.) 2B recipient host: mail.ts5.com.
doublebounceto: (Default.) 2B recipient user: postmaster.
envnoathost: (Default.) Presumed domain name is mail.ts5.com.
helohost: (Default.) SMTP client HELO host name is mail.ts5.com.
idhost: (Default.) Message-ID host name is mail.ts5.com.
localiphost: (Default.) Local IP address becomes mail.ts5.com.
locals:
me: My name is mail.ts5.com.
percenthack: (Default.) The percent hack is not allowed.
plusdomain: Plus domain name is mail.ts5.com.
qmqpservers: (Default.) No QMQP servers.
queuelifetime: Message lifetime in the queue is 86400 seconds.
rcpthosts:
SMTP clients may send messages to recipients at ts5.com.
SMTP clients may send messages to recipients at ts4.com.
SMTP clients may send messages to recipients at christy9.com.
morercpthosts: (Default.) No effect.
morercpthosts.cdb: (Default.) No effect.
smtpgreeting: (Default.) SMTP greeting: 220 mail.ts5.com.
smtproutes:
SMTP route: aol.com:SMTP.*.Net
SMTP route: ts5.com:SMTP.*.Net
SMTP route: mail.ts5.com:SMTP.*.Net
timeoutconnect: (Default.) SMTP client connection timeout is 60 seconds.
timeoutremote: (Default.) SMTP client data timeout is 1200 seconds.
timeoutsmtpd: (Default.) SMTP server data timeout is 1200 seconds.

Re: [vchkpw] vpopmail+qmail-scanner

2004-02-27 Thread Jeremy Kitchen
On Fri, 2004-02-27 at 00:58, Axel o. Yson wrote:
 why I cant send mail when I modify my /usr/local/vpopmail/etc/tcp.smtp
 
 
 127.0.0.1:allow,RELAYCLIENT=,QMAILQUEUE=/var/qmail/bin/qmail-scanner-
 queue.pl
 198.168.1.:allow,RELAYCLIENT=,QMAILQUEUE=/var/qmail/bin/qmail-scanner-
 queue.pl
 :allow,QMAILQUEUE=/var/qmail/bin/qmail-scanner-queue.pl
 
 my sqwebmail says unable to send.

sqwebmail does not by default inject messages via smtp.  It calls a
script called 'sendit.sh'

Please see the sqwebmail documentation, and the sqwebmail mailing list
and archives for more assistance with this issue.

-Jeremy

-- 
Jeremy Kitchen
Systems Administrator
[EMAIL PROTECTED]
Kitchen @ #qmail on EFNet - Join the party!
.
Inter7 Internet Technologies, Inc.
www.inter7.com
866.528.3530 toll free
847.492.0470 int'l
847.492.0632 fax
GNUPG key ID: 93BDD6CE



[vchkpw] Vpopmail + qmail + courier + imp - IMAP login problem

2003-08-20 Thread nik [tm]
Hi all,
I am sure you have heard this one before, but I cannot seem to find the 
fix I am after and not sure which list the problem is relevant to.

I have the problem where once you login to imp (with IMAP) with more 
than 5 characters long user part of the email, then all the shorter 
usernames cannot login (until I restart the services)
ie
[EMAIL PROTECTED] can login and check mail fine. logout fine.
then say the email [EMAIL PROTECTED] logs in and then 
[EMAIL PROTECTED] can no longer login. I thn restart the services 
and its all good until the longer email logs in again

does anyone know if the problem stems from courier-imap, imp or vpopmail 
(vchkpw) or maybe even something else??

I am using;
vpopmail 5.3.20
qmail 1.0.3
qmailadmin 1.0.24
courier-imap 1.7.3.20030606
and imp 3.2.1
POP auth is not a problem.
I read before that it was a combination of vpopmail / qmailadmin / 
courier-imap, so updated to development versions, suggested in the list 
but to no avail.
please advise if you need to see any config/log stuff etc.

--
regards
nik [tm]
[EMAIL PROTECTED]
www.visualspace.com.au
·´¯`·.¸¸..º.·´¯`·.¸¸.·´¯`·.¸
 º`·.¸¸.·´¯`·.¸º``·.¸




Re: [vchkpw] Vpopmail + qmail + courier + imp - IMAP login problem

2003-08-20 Thread Michael Bowe
It is caused by a bug in vpopmail-5.2.1

Is fixed in vpopmail-5.2.2, or in any recent 5.3.x development versions

You can download these from http://sourceforge.net/projects/vpopmail

Remember though, if you upgrade your vpopmail, you need to then go and
rebuild all the other apps such as qmailadmin and courier-imap, so that they
can link into the new vpopmail library files. It sounds like you might have
omitted this step?

Michael.


- Original Message - 
From: nik [tm] [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, August 21, 2003 12:00 PM
Subject: [vchkpw] Vpopmail + qmail + courier + imp - IMAP login problem


Hi all,
I am sure you have heard this one before, but I cannot seem to find the
fix I am after and not sure which list the problem is relevant to.

I have the problem where once you login to imp (with IMAP) with more
than 5 characters long user part of the email, then all the shorter
usernames cannot login (until I restart the services)
ie
[EMAIL PROTECTED] can login and check mail fine. logout fine.
then say the email [EMAIL PROTECTED] logs in and then
[EMAIL PROTECTED] can no longer login. I thn restart the services
and its all good until the longer email logs in again

does anyone know if the problem stems from courier-imap, imp or vpopmail
(vchkpw) or maybe even something else??

I am using;
vpopmail 5.3.20
qmail 1.0.3
qmailadmin 1.0.24
courier-imap 1.7.3.20030606
and imp 3.2.1

POP auth is not a problem.
I read before that it was a combination of vpopmail / qmailadmin /
courier-imap, so updated to development versions, suggested in the list
but to no avail.
please advise if you need to see any config/log stuff etc.

-- 
regards
nik [tm]

[EMAIL PROTECTED]
www.visualspace.com.au

·´¯`·.¸¸..º.·´¯`·.¸¸.·´¯`·.¸
  º`·.¸¸.·´¯`·.¸º``·.¸







Re: [vchkpw] Vpopmail + qmail + courier + imp - IMAP login problem

2003-08-20 Thread nik [tm]
maybe its the rebuilding of all the other packages, since I have only 
done the ones which were updated..
thanks, I will try that and see whether that makes a difference (since I 
am already using vpopmail 5.3.20

and then let you all know..

--
regards
nik [tm]
[EMAIL PROTECTED]
www.visualspace.com.au
·´¯`·.¸¸..º.·´¯`·.¸¸.·´¯`·.¸
 º`·.¸¸.·´¯`·.¸º``·.¸
Michael Bowe wrote:
It is caused by a bug in vpopmail-5.2.1

Is fixed in vpopmail-5.2.2, or in any recent 5.3.x development versions

You can download these from http://sourceforge.net/projects/vpopmail

Remember though, if you upgrade your vpopmail, you need to then go and
rebuild all the other apps such as qmailadmin and courier-imap, so that they
can link into the new vpopmail library files. It sounds like you might have
omitted this step?
Michael.

- Original Message - 
From: nik [tm] [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, August 21, 2003 12:00 PM
Subject: [vchkpw] Vpopmail + qmail + courier + imp - IMAP login problem

Hi all,
I am sure you have heard this one before, but I cannot seem to find the
fix I am after and not sure which list the problem is relevant to.
I have the problem where once you login to imp (with IMAP) with more
than 5 characters long user part of the email, then all the shorter
usernames cannot login (until I restart the services)
ie
[EMAIL PROTECTED] can login and check mail fine. logout fine.
then say the email [EMAIL PROTECTED] logs in and then
[EMAIL PROTECTED] can no longer login. I thn restart the services
and its all good until the longer email logs in again
does anyone know if the problem stems from courier-imap, imp or vpopmail
(vchkpw) or maybe even something else??
I am using;
vpopmail 5.3.20
qmail 1.0.3
qmailadmin 1.0.24
courier-imap 1.7.3.20030606
and imp 3.2.1
POP auth is not a problem.
I read before that it was a combination of vpopmail / qmailadmin /
courier-imap, so updated to development versions, suggested in the list
but to no avail.
please advise if you need to see any config/log stuff etc.






[vchkpw] vpopmail/qmail/IMAP (courier-IMAP)

2003-04-02 Thread Jonathan Ludwig
Hello,

I have a problem with my setup -- I use an webmail client to connect to 
an IMAP server (courier-IMAP) and that seems to work fine. However, when 
I do, and when I also change something on the IMAP server, my POP3 
client downloads duplicates of every message in the mailbox. Anyone have 
any idea why this would happen? Thanks!

	Jonathan





[vchkpw] vpopmail/qmail problem -- mail not being delivered

2003-03-29 Thread Jonathan Ludwig
Hi,

I was hoping if someone could help me with a problem I've been having... 
vpopmail doesn't deliver mail to any users. Its odd, but I have been 
looking at manuals and postings for a while, and I don't see anything 
like this happening anywhere. Simply put, the mail all gets put into the 
appropriate Maildir, but when I try to retrieve it using a windows based 
pop client it doens't work... any suggestions? When I look in the 
Maildir directory it says the following:

[EMAIL PROTECTED] new]# pwd
/home/vpopmail/domains/my domain/user/Maildir/new
[EMAIL PROTECTED] new]# ls
1048896214.12998.localhost.localdomain,S=444 
1048927906.8559.localhost.localdomain 
1048928982.11823.localhost.localdomain,S=823
1048910262.25323.localhost.localdomain,S=789 
1048928795.11304.localhost.localdomain,S=837 
1048983833.30760.localhost.localdomain,S=2549
[EMAIL PROTECTED] new]#

I'm wondering if there is a problem with it being confused between 
localhost.localdomain and my domain where the email should actually be 
going... very confusing... any help? Thanks!


Jon



RE: [vchkpw] vpopmail/qmail problem -- mail not being delivered

2003-03-29 Thread Remo Mattei
Did you try to login with the full email address?


Remo Mattei
Network Security Engineer
cell 801-209-8554
email [EMAIL PROTECTED]

-Original Message-
From: Jonathan Ludwig [mailto:[EMAIL PROTECTED] 
Sent: Saturday, March 29, 2003 8:35 PM
To: [EMAIL PROTECTED]
Subject: [vchkpw] vpopmail/qmail problem -- mail not being delivered

Hi,

I was hoping if someone could help me with a problem I've been having...

vpopmail doesn't deliver mail to any users. Its odd, but I have been 
looking at manuals and postings for a while, and I don't see anything 
like this happening anywhere. Simply put, the mail all gets put into the

appropriate Maildir, but when I try to retrieve it using a windows based

pop client it doens't work... any suggestions? When I look in the 
Maildir directory it says the following:

[EMAIL PROTECTED] new]# pwd
/home/vpopmail/domains/my domain/user/Maildir/new
[EMAIL PROTECTED] new]# ls
1048896214.12998.localhost.localdomain,S=444 
1048927906.8559.localhost.localdomain 
1048928982.11823.localhost.localdomain,S=823
1048910262.25323.localhost.localdomain,S=789 
1048928795.11304.localhost.localdomain,S=837 
1048983833.30760.localhost.localdomain,S=2549
[EMAIL PROTECTED] new]#

I'm wondering if there is a problem with it being confused between 
localhost.localdomain and my domain where the email should actually be

going... very confusing... any help? Thanks!


Jon






Re: [vchkpw] vpopmail/qmail problem -- mail not being delivered

2003-03-29 Thread Jonathan Ludwig
Yes I did. It still doesn't work... I feel like this is an unusual problem?

Jon

		

Remo Mattei wrote:
Did you try to login with the full email address?

Remo Mattei
Network Security Engineer
cell 801-209-8554
email [EMAIL PROTECTED]
-Original Message-
From: Jonathan Ludwig [mailto:[EMAIL PROTECTED] 
Sent: Saturday, March 29, 2003 8:35 PM
To: [EMAIL PROTECTED]
Subject: [vchkpw] vpopmail/qmail problem -- mail not being delivered

Hi,

I was hoping if someone could help me with a problem I've been having...

vpopmail doesn't deliver mail to any users. Its odd, but I have been 
looking at manuals and postings for a while, and I don't see anything 
like this happening anywhere. Simply put, the mail all gets put into the

appropriate Maildir, but when I try to retrieve it using a windows based

pop client it doens't work... any suggestions? When I look in the 
Maildir directory it says the following:

[EMAIL PROTECTED] new]# pwd
/home/vpopmail/domains/my domain/user/Maildir/new
[EMAIL PROTECTED] new]# ls
1048896214.12998.localhost.localdomain,S=444 
1048927906.8559.localhost.localdomain 
1048928982.11823.localhost.localdomain,S=823
1048910262.25323.localhost.localdomain,S=789 
1048928795.11304.localhost.localdomain,S=837 
1048983833.30760.localhost.localdomain,S=2549
[EMAIL PROTECTED] new]#

I'm wondering if there is a problem with it being confused between 
localhost.localdomain and my domain where the email should actually be

going... very confusing... any help? Thanks!


Jon









[vchkpw] Vpopmail/qmail/multiple servers

2003-03-18 Thread David Brinks

  I have a mail server currently handling smtp/pop3 with storage across NFS
and auth through mysql.  (qmail 1.03, vpopmail 5.2) I working to add another
server (qmail 1.03, vpopmail 5.3.16) as a load share for smtp/pop3.  When I
add the second server to the mix, using vuserinfo I can query the database
and get back results for email boxes and virtual domains without a problem.
When I try to add an email box to an existing domain that vuserinfo just
told me was there, I get :

Error: Domain does not exist

For example :

==
[EMAIL PROTECTED] bin]# ./vadddomain testing3431.com password
[EMAIL PROTECTED] bin]# ./vdominfo testing3431.com
domain: testing3431.com
uid:89
gid:89
dir:/usr/local/vpopmail/domains/0/testing3431.com
users:  1

===

[EMAIL PROTECTED] bin]# ./vuserinfo [EMAIL PROTECTED]
name:   postmaster
passwd: $1$tEwdi$gxDfuY8/NerlUWDmfmlpS.
clear passwd: password removed
uid:0
gid:0
all services available
dir:   /usr/local/vpopmail/domains/0/testing3431.com/postmaster
quota: 1000S,2000C
usage: 0%
account created: Mon Mar 17 17:06:53 2003
last auth: Never logged in
[EMAIL PROTECTED] bin]#  ls -la
/usr/local/vpopmail/domains/0/testing3431.com/postmaster
total 3
drwx--  3 vpopmail  vchkpw  512 Mar 17 17:07 .
drwx--  3 vpopmail  vchkpw  512 Mar 17 17:07 ..
drwx--  5 vpopmail  vchkpw  512 Mar 17 17:07 Maildir
[EMAIL PROTECTED] bin]# ./vdominfo testing3431.com
domain testing3431.com does not exist
[EMAIL PROTECTED] bin]# ./vadduser [EMAIL PROTECTED] what
Error: Domain does not exist
[EMAIL PROTECTED] bin]#


If I create the domain on the new server and do the query/email add from the
current server, I also get the same errors.  I'm guessing there is something
I'm missing on letting the multiple servers share emailbox info or something
between themselves.

Anyone able to give me a pointer or maybe even a hint of what I've
overlooked?

thanks your time.

David Brinks -- Power-Net Internet Services -- Network Manager
[EMAIL PROTECTED]
Local Office : 402 N. Mission, Mt.Pleasant, MI 48858
Phone : 989.772.1121  Fax : 989.772.8008





Re: [vchkpw] vpopmail+qmail

2003-02-25 Thread Ajai Khattri
Ihsan Turkmen wrote:

I have installed qmail+vpopmail ,bur have a problem.

1. qmai-inject and smtp-deamon inject mails into and look for mailboxes in
$HOMEDIR/Maildir
What is in ~qmail/control/rcpthosts?
What is in ~qmail/control/virtualdomains?
What does your /var/qmail/users/assign file say?
2.Vpopmail tries to pop the mail from
/home/vpopmail/domains/mydomain.com.tr/ihsan/Maildir
3.When I manually copy the content of $HOMEDIR/Maildir to
/home/vpopmail/domains/mydomain.com.tr/myusername/Maildir, the pop client
sees all the mail in the mailbox but unable to read them.
Because normally, the Maildirs are owned by vpopmail and belong to the 
vchkpw group.


4.qmail-inject sends mail to outside world succesfully.
5.When qmail gets an e-mail for an acccount who has'nt got  a homedir (even
if he  has a Mailbox in home/vpopmail/domains/mydomain.com.tr/myusername/)
qmail deamon returns the 
Tell us what the control and assign files look like.

Also, what are you using for POP3? Courier?

--
Aj.
Systems Administrator / Developer



[vchkpw] vpopmail+qmail

2003-02-24 Thread Ihsan Turkmen
I have installed qmail+vpopmail ,bur have a problem.

1. qmai-inject and smtp-deamon inject mails into and look for mailboxes in
$HOMEDIR/Maildir
2.Vpopmail tries to pop the mail from
/home/vpopmail/domains/mydomain.com.tr/ihsan/Maildir
3.When I manually copy the content of $HOMEDIR/Maildir to
/home/vpopmail/domains/mydomain.com.tr/myusername/Maildir, the pop client
sees all the mail in the mailbox but unable to read them.
4.qmail-inject sends mail to outside world succesfully.
5.When qmail gets an e-mail for an acccount who has'nt got  a homedir (even
if he  has a Mailbox in home/vpopmail/domains/mydomain.com.tr/myusername/)
qmail deamon returns the 

Sorry, no mailbox here by that name. (#5.1.1) 
error message.
I think , qmail and vpopmail are not agree on the place of the Maildirs..
Help is appreciated..


 



Re: [vchkpw] vpopmail/qmail + non virtualdomain aliases/forwards

2003-02-10 Thread Jonas Pasche
Hi Stratsimir,

 The only solution I am aware of is to make 
 .qmail-abuse in every domain dir,
 but then the postmaster users will be able to delete those forwards 
 using vpopmail frontend.

Bloody workaround: After creating .qmail-abuse, do a chown root.root
.qmail-abuse. People will be able to see that address, but they can't
delete it.

 I've tried to put .qmail-abuse in /var/log/qmail/alias - it didn't 
 worked for me.

It doesn't work in general because ~alias is only consulted if no
matching user is found.

Jonas






[vchkpw] vpopmail/qmail + non virtualdomain aliases/forwards

2003-02-07 Thread Stratsimir Kolchevski
Hi there,

I'm administrating hosting server with over 50 virtual domains and I 
want a signle account to receive
the mails sent to [EMAIL PROTECTED] (e.g. to receive the mails sent 
to: abuse@domain1,
[EMAIL PROTECTED]) The only solution I am aware of is to make 
.qmail-abuse in every domain dir,
but then the postmaster users will be able to delete those forwards 
using vpopmail frontend.

I've tried to put .qmail-abuse in /var/log/qmail/alias - it didn't 
worked for me.
I've also searched the archive of this list and google, but I was not 
able to find anything usefull nothi found...

Any ideas or/and references?


Stratsimir Kolchevski







[vchkpw] vpopmail/qmail migration

2002-11-18 Thread zak

I have an existing vpopmail/qmail server hosting several domains.

I've put together a new server on the same subnet to replace the old one.  
vpopmail is configured and functioning properly on the new server.  My 
plan is to simply copy the /home/vpopmail/* directory to the new server, 
and move the IP address from new to old.

My question is:  Are there any important files withing /var/qmail or 
elsewhere that also need to be moved at the time of migration? 

Thank you.

-- 
--

Zak L Brown, R.H.C.E.
Systems Administrator
Webnetone





Re: [vchkpw] vpopmail/qmail migration

2002-11-18 Thread John Runnels
make sure that the permission (uid and gid are the same on the new server.
also the qmail control files need to be copied over also. and the db needs
to match everything else.

so to sum it all up..

qmail, /var/vpopmail and the db all need to match. I have done this many
times and it is a very tricky operation.

John
- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, November 18, 2002 1:01 PM
Subject: [vchkpw] vpopmail/qmail migration



 I have an existing vpopmail/qmail server hosting several domains.

 I've put together a new server on the same subnet to replace the old one.
 vpopmail is configured and functioning properly on the new server.  My
 plan is to simply copy the /home/vpopmail/* directory to the new server,
 and move the IP address from new to old.

 My question is:  Are there any important files withing /var/qmail or
 elsewhere that also need to be moved at the time of migration?

 Thank you.

 --
 --

 Zak L Brown, R.H.C.E.
 Systems Administrator
 Webnetone








Re: [vchkpw] vpopmail/qmail migration

2002-11-18 Thread Alfredo Perez
  Zak,


 Move also the rcpthosts (and morercpthosts file), virtualdomains and
any other /var/qmail/control  file which has information about your
virtual domains.




El lun, 18-11-2002 a las 15:01, [EMAIL PROTECTED] escribió:
 
 I have an existing vpopmail/qmail server hosting several domains.
 
 I've put together a new server on the same subnet to replace the old one.  
 vpopmail is configured and functioning properly on the new server.  My 
 plan is to simply copy the /home/vpopmail/* directory to the new server, 
 and move the IP address from new to old.
 
 My question is:  Are there any important files withing /var/qmail or 
 elsewhere that also need to be moved at the time of migration? 
 
 Thank you.
 
 -- 
 --
 
 Zak L Brown, R.H.C.E.
 Systems Administrator
 Webnetone
 
 






RE: [vchkpw] vpopmail/qmail migration

2002-11-18 Thread Clayton Weise
Please check the archives first, this has been answered countless times
before.  Either way, here's what you'll need:

/var/qmail/control/*
/var/qmail/rc
/var/qmail/users/*

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 18, 2002 1:01 PM
To: [EMAIL PROTECTED]
Subject: [vchkpw] vpopmail/qmail migration



I have an existing vpopmail/qmail server hosting several domains.

I've put together a new server on the same subnet to replace the old one.
vpopmail is configured and functioning properly on the new server.  My
plan is to simply copy the /home/vpopmail/* directory to the new server,
and move the IP address from new to old.

My question is:  Are there any important files withing /var/qmail or
elsewhere that also need to be moved at the time of migration?

Thank you.

--
--

Zak L Brown, R.H.C.E.
Systems Administrator
Webnetone







[vchkpw] vpopmail qmail

2002-10-26 Thread Joeffrey Betita
Hi Peter

 i inserted this on my inetd.conf

pop3 stream tcp nowait root \
/var/qmail/bin/qmail/qmail-popup \
qmail-popup mail.stilen.com \
/home/vpopmail/bin/vchkpw \
/var/qmail/bin/qmail-pop3d \
Maildir

after restarting the inetd service. this error message came up.

Oct 26 16:35:39 gw inetd[1692]: pop3/tcp: bind: Address already in use
Oct 26 16:35:39 gw inetd[1692]: Bad config for
/var/qmail/bin/qmail/qmail-popup: Incomplete config entry (skipped)
Oct 26 16:35:39 gw inetd[1692]: Bad config for qmail-popup: Incomplete
config entry (skipped)
Oct 26 16:35:39 gw inetd[1692]: Bad config for /home/vpopmail/bin/vchkpw:
Incomplete config entry (skipped)
Oct 26 16:35:39 gw inetd[1692]: Bad config for /var/qmail/bin/qmail-pop3d:
Incomplete config entry (skipped)
Oct 26 16:35:39 gw inetd[1692]: Bad config for Maildir: Incomplete config
entry (skipped)

i don't know what to do next. pls help me.
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.408 / Virus Database: 230 - Release Date: 10/24/2002





[vchkpw] vpopmail qmail

2002-10-25 Thread Joeffrey Betita
  we have multiple domain. like [EMAIL PROTECTED], [EMAIL PROTECTED]
  etc. my email address is [EMAIL PROTECTED] when somebody email me
  using other domain. i receive it. my question is how can i configure in
  vpopmail. so that i don't receive it and the error message should no such
user.
 pls help me with this problem. thank you very much.
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.408 / Virus Database: 230 - Release Date: 10/24/2002





[vchkpw] vpopmail qmail

2002-10-25 Thread Joeffrey Betita
i have RH6.2 using INETD. i already installed Qmail. the domain is in the
/var/qmail/control/locals /var/qmail/rcpthosts but i'm having problem
configuring vpopmail-5.2.1 on the INSTALL file after instruction number 11,
12 thank you very much.


11. Information details hiding
Alot of the underlying qmail details are not covered in this
file. This is on purpose. If you want to find out the internal
workings of vchkpw and qmail look into /var/qmail/control files
and /var/qmail/users/assign file.

12. How to use vchkpw with qmail-pop3d server

Here is a sample startup line for qmail-pop3d and vchkpw

env - PATH=/var/qmail/bin:/usr/local/bin \
tcpserver -H -R 0 pop-3 \
/var/qmail/bin/qmail-popup your.domain.com \
/home-dir-of-vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir


If you want to authenticate against /etc/passwd do not use the -u -g
options, since it would need to run as root.

Notice where the vchkpw program goes.
Some sites use pop3 instead of pop-3. /etc/services has the
master list. grep pop /etc/services to find out.

If you want to use inetd style startup use this:
pop3 stream tcp nowait root \
/var/qmail/bin/qmail-popup \
qmail-popup mail.stilen.com \
/home/vpopmail/bin/vchkpw \
/var/qmail/bin/qmail-pop3d \
Maildir

If you want to use xinetd style use this:
service pop3
{
disable  = no
socket_type   = stream
protocol = tcp
wait   = no
user  = root
server= /var/qmail/bin/qmail-popup
server_args= foo.bar.com /home/vpopmail/bin/vchkpw
/var/qmail/bin/qmail-pop3d Maildir
log_type = FILE /var/log/xinetd.log
log_on_success  = HOST
log_on_failure  = HOST RECORD
}

13. For sites using the mysql module and --enable-roaming-users=y it
is highly suggested to use Matt Simersons tcpserver-mysql patch.
This removes the need for vpopmail to compile a tcp.smtp.cdb file
for each pop authentication. Instead, tcpserver looks directly
into the vpopmail mysql table of IP's.

14. Good luck

Please report any bugs to [EMAIL PROTECTED]

Also visit http://www.inter7.com/vchkpw/ home page and join the
mailing list [EMAIL PROTECTED] by sending an email
to [EMAIL PROTECTED]

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.408 / Virus Database: 230 - Release Date: 10/24/2002





Re: [vchkpw] vpopmail qmail

2002-10-25 Thread Peter Palmreuther
Hi Joeffrey,

On Fri, 25 Oct 2002 18:21:21 +0800
Joeffrey Betita [EMAIL PROTECTED] wrote:

 i have RH6.2 using INETD. i already installed Qmail. the domain is in
 the/var/qmail/control/locals /var/qmail/rcpthosts but i'm having
 problem configuring vpopmail-5.2.1 on the INSTALL file after
 instruction number 11, 12 thank you very much.

Thanks for copying the passages from INSTALL :-/

 11. Information details hiding
 Alot of the underlying qmail details are not covered in this
 file. This is on purpose. If you want to find out the internal
 workings of vchkpw and qmail look into /var/qmail/control
 files and /var/qmail/users/assign file.

What's your problem with this paragraph? For getting vpopmail to work
you don't need the knowledge about internal workings.
For getting this knowledge to see if and how to improve your setup: read
the qmail documentation, it's all covered there.

 12. How to use vchkpw with qmail-pop3d server

What's your problem with this point? You're using INETD? So here you
go: 

 If you want to use inetd style startup use this:
 pop3 stream tcp nowait root \
 /var/qmail/bin/qmail-popup \
 qmail-popup mail.stilen.com \
 /home/vpopmail/bin/vchkpw \
 /var/qmail/bin/qmail-pop3d \
 Maildir

What else are you missing or not understanding? Do you need a guide how
to copy/paste?

 13. For sites using the mysql module and --enable-roaming-users=y it
 is highly suggested to use Matt Simersons tcpserver-mysql patch.

Are you using mysql functionality in vpopmail?
If yes: what's the concrete problem?
If no: what's your interest in #13?

 14. Good luck

What's the problem with this? I mean ... you cited it, so you seem to
have a problem with it?!

To sum it up: you wrote you've trouble _configuring_ vpopmail.
configuring like the initial './configure' before compiling or
configuring like 'configure the rest of my system to get the mail
delivery and pop3-fetch working'?

If first problem is getting the mail stored in vpopmail mail
directories: remove the domain(s) you want to be processed through
vpopmail from '/var/qmail/control/locals'. Everything up there will be
threaded as _local_ like 'local qmail system' by qmail. When setting up
the domains using vpopmail command interface (vadddomain) it will be
correctly inserted into 'virtualdomains' (and rcpthosts) where it
belongs (beside that appropriate entries in '/var/qmail/users/' will be
made).
-- 
Pit




[vchkpw] Vpopmail - Qmail - pop3d

2002-10-24 Thread Zeno Davatz
Hi

I compiled qmail, vpopmail, checkpasswd, ucspi-tcp, daemontools form source.

I follow 'lifewithqmail' as much as I can understand it. I also followed the
Install-file of vpopmail and that says on line 203:

env - PATH=/var/qmail/bin:/usr/local/bin \
tcpserver -H -R 0 pop-3 \
/var/qmail/bin/qmail-popup your.domain.com \
/home-dir-of-vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir


This gives me on my maschine:
yweseealphonse:~$ sudo env - PATH=/var/qmail/bin:/user/local/bin
tcpserver -H -R 0 pop-3 /var/qmail/bin/qmail-popup yweseelocal.com
/home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 
[1] 26822
yweseealphonse:~$ env: tcpserver: No such file or directory

What do I have to do to make this work.

Thanks for any help and hints.

Zeno





Re: [vchkpw] Vpopmail - Qmail - pop3d

2002-10-24 Thread Peter Palmreuther
Hi Zeno,

On Thu, 24 Oct 2002 09:36:39 +0200
Zeno Davatz [EMAIL PROTECTED] wrote:

 I follow 'lifewithqmail' as much as I can understand it. I also
 followed the Install-file of vpopmail and that says on line 203:
 
 env - PATH=/var/qmail/bin:/usr/local/bin \
 tcpserver -H -R 0 pop-3 \
 /var/qmail/bin/qmail-popup your.domain.com \
 /home-dir-of-vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d
 Maildir
 
 
 This gives me on my maschine:
 ywesee@alphonse:~$ sudo env - PATH=/var/qmail/bin:/user/local/bin
 tcpserver -H -R 0 pop-3 /var/qmail/bin/qmail-popup yweseelocal.com
 /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 
 [1] 26822
 ywesee@alphonse:~$ env: tcpserver: No such file or directory
 
 What do I have to do to make this work.

Replace 'tcpserver' with the the complete path-call to tcpserver (maybe
'/usr/local/bin/tcpserver'?)

Counting the number problems you have with setting up a simple mail
server and the simpleness of a lot of your problems (second time a path
problem, IIRC) you should consider to engage somebody that is used to
Linux and qmail stuff. Could be safer for your server if it is intended
to run 24/7 in public access at a later time.
-- 
Pit




Re: [vchkpw] Vpopmail - Qmail - pop3d

2002-10-24 Thread Zeno Davatz
On 24.10.2002 14:14 Uhr, Peter Palmreuther [EMAIL PROTECTED] wrote:

 Replace 'tcpserver' with the the complete path-call to tcpserver (maybe
 '/usr/local/bin/tcpserver'?)
Thanks for the hint.

 Counting the number problems you have with setting up a simple mail
 server and the simpleness of a lot of your problems (second time a path
 problem, IIRC) you should consider to engage somebody that is used to
 Linux and qmail stuff. Could be safer for your server if it is intended
 to run 24/7 in public access at a later time.
Lets see - I believe I can manage.

Have you never been a beginner?

Zeno





Re: [vchkpw] Vpopmail - Qmail - pop3d

2002-10-24 Thread Peter Palmreuther
Hi Zeno,

On Thu, 24 Oct 2002 14:27:50 +0200
Zeno Davatz [EMAIL PROTECTED] wrote:

 Counting the number problems you have with setting up a simple mail
 server and the simpleness of a lot of your problems (second time a
 path problem, IIRC) you should consider to engage somebody that is
 used to Linux and qmail stuff. Could be safer for your server if it
 is intended to run 24/7 in public access at a later time.

 Lets see - I believe I can manage.
 
 Have you never been a beginner?

I have been. But 'til I managed this stuff safely I did not intend to
install a server that's accessible from outside my LAN for obvious
reasons: If I had overlooked only a small detail I could have been in
big trouble.

And a vpopmail installation is not the 'usual stuff' for a small LAN
server not accessible from public; simply because _somewhere_ the mails
have to come from.
-- 
Pit




Re: [vchkpw] Vpopmail - Qmail - pop3d

2002-10-24 Thread Zeno Davatz
On 24.10.2002 15:23 Uhr, Peter Palmreuther [EMAIL PROTECTED] wrote:

 Hi Zeno,
 
 On Thu, 24 Oct 2002 14:27:50 +0200
 Zeno Davatz [EMAIL PROTECTED] wrote:
 
 Counting the number problems you have with setting up a simple mail
 server and the simpleness of a lot of your problems (second time a
 path problem, IIRC) you should consider to engage somebody that is
 used to Linux and qmail stuff. Could be safer for your server if it
 is intended to run 24/7 in public access at a later time.
 
 Lets see - I believe I can manage.
 
 Have you never been a beginner?
 
 I have been. But 'til I managed this stuff safely I did not intend to
 install a server that's accessible from outside my LAN for obvious
 reasons: If I had overlooked only a small detail I could have been in
 big trouble.
 
 And a vpopmail installation is not the 'usual stuff' for a small LAN
 server not accessible from public; simply because _somewhere_ the mails
 have to come from.
I agree with you. That is why I am still testing on my LAN environment. I
also would never only test vpopmail online. I also want to test that first
locally.

And till then I will still have _a_lot_of beginner questions - I guess.

Thanks for helping in the meantime.

Zeno





RE: [vchkpw] Vpopmail/qmail spam filter using SpamAssassin (and other stuff)

2002-08-26 Thread Jon Coulter

Requires a patch (QMAILQUEUE patch). Besides, I wasn't saying that they
were all bad. Just needlessly complex, and usually don't follow in the
qmail methodologies

Jon Coulter
[EMAIL PROTECTED] 

-Original Message-
From: Iain [mailto:[EMAIL PROTECTED]] 
Sent: Monday, August 26, 2002 1:23 AM
To: Jon Coulter; [EMAIL PROTECTED]
Subject: Re: [vchkpw] Vpopmail/qmail spam filter using SpamAssassin (and
other stuff)


On Mon, 26 Aug 2002 03:20, Jon Coulter wrote:
 Out of my pure hatred for spam, love for qmail/vpopmail/perl, and 
 dislike of the complexity of all current 'spam filtering' 
 implementations for qmail (and/or vpopmail), I decided to write my own

 perl app to do all the things I wanted (and more) when filtering 
 email.


What's wrong with qmail-scanner ?

-- 
PGP info: http://www.myspinach.org/~iain/pgpinfo.html




Re: [vchkpw] Vpopmail/qmail spam filter using SpamAssassin (and other stuff)

2002-08-26 Thread Iain

On Mon, 26 Aug 2002 03:20, Jon Coulter wrote:
 Out of my pure hatred for spam, love for qmail/vpopmail/perl, and
 dislike of the complexity of all current 'spam filtering'
 implementations for qmail (and/or vpopmail), I decided to write my own
 perl app to do all the things I wanted (and more) when filtering email.


What's wrong with qmail-scanner ?

-- 
PGP info: http://www.myspinach.org/~iain/pgpinfo.html



Re: [vchkpw] Vpopmail/qmail spam filter using SpamAssassin (andother stuff)

2002-08-26 Thread Jeff Koch

Hi Jon:

This is wonderful. The options you've added are great. One question. Is 
there a way to automatically setup the .qmail-user file whenever 
qmailadmin adds a new user?

Best Regards, Jeff Koch
Intersessions.com
--

On Mon, 26 Aug 2002, Jon Coulter wrote:

 Out of my pure hatred for spam, love for qmail/vpopmail/perl, and
 dislike of the complexity of all current 'spam filtering'
 implementations for qmail (and/or vpopmail), I decided to write my own
 perl app to do all the things I wanted (and more) when filtering email.
 
 Using procmail and the standard spamassassin methods required patches
 for qmail (seekable patch) and all kinds of other ridicules setup, and
 then still didn't work with vpopmail (at least I couldn't get it to). So
 I thought, Why are we hacking up source codes and changing how stuff is
 processed to accomplish this? After all, qmail's mentality is chaining
 programs together to complete the task, so why don't we filter this
 way?
 
 So here is my spam-filter.pl script, been in production for quite some
 time with me, and I haven't had any problems. There is quite detailed
 usage file ( http://www.ledscripts.com/dev/install.txt ) plus reading
 the source itself will likely tell you a lot. Anyhow, you can get it at:
 
 http://www.ledscripts.com/dev/vpopmail-spam-filter.html
 
 Please try and comment. I really think its implementations like this
 that will finally help some of us clean up our mailboxes :)
 
 By the way, this is not something that should be used on a heavy-load
 machine. If interest is high enough, I'll do something similar to what
 the spamassassin people did with spamd/spamc.
 
 Anyway, good luck!
 
 Jon Coulter
 [EMAIL PROTECTED] 
 




Re: [vchkpw] Vpopmail/qmail spam filter using SpamAssassin (andother stuff)

2002-08-26 Thread Jeff Koch


Problem with qmail-scanner is that it does not allow the Spam preferences 
to be controlled on a per domain or per user basis. 


Best Regards, Jeff Koch
Intersessions.com
--

On Mon, 26 Aug 2002, Iain wrote:

 On Mon, 26 Aug 2002 03:20, Jon Coulter wrote:
  Out of my pure hatred for spam, love for qmail/vpopmail/perl, and
  dislike of the complexity of all current 'spam filtering'
  implementations for qmail (and/or vpopmail), I decided to write my own
  perl app to do all the things I wanted (and more) when filtering email.
 
 
 What's wrong with qmail-scanner ?
 
 -- 
 PGP info: http://www.myspinach.org/~iain/pgpinfo.html
 




[vchkpw] Vpopmail/qmail spam filter using SpamAssassin (and other stuff)

2002-08-25 Thread Jon Coulter

Out of my pure hatred for spam, love for qmail/vpopmail/perl, and
dislike of the complexity of all current 'spam filtering'
implementations for qmail (and/or vpopmail), I decided to write my own
perl app to do all the things I wanted (and more) when filtering email.

Using procmail and the standard spamassassin methods required patches
for qmail (seekable patch) and all kinds of other ridicules setup, and
then still didn't work with vpopmail (at least I couldn't get it to). So
I thought, Why are we hacking up source codes and changing how stuff is
processed to accomplish this? After all, qmail's mentality is chaining
programs together to complete the task, so why don't we filter this
way?

So here is my spam-filter.pl script, been in production for quite some
time with me, and I haven't had any problems. There is quite detailed
usage file ( http://www.ledscripts.com/dev/install.txt ) plus reading
the source itself will likely tell you a lot. Anyhow, you can get it at:

http://www.ledscripts.com/dev/vpopmail-spam-filter.html

Please try and comment. I really think its implementations like this
that will finally help some of us clean up our mailboxes :)

By the way, this is not something that should be used on a heavy-load
machine. If interest is high enough, I'll do something similar to what
the spamassassin people did with spamd/spamc.

Anyway, good luck!

Jon Coulter
[EMAIL PROTECTED]