[vchkpw] Re: Problem with --enable-domain-quotas in vpopmail.

2004-10-04 Thread Stephane Bouvard [ML]
Hi,

,- - [ Le lundi 4 octobre 2004 vers 7:17 Amit khatri écrivait: ] - - - - - - - -
|
 I set the domain limit to 100 MB for my virtual domain using vpopmail but I 
 was able create 11 users with 10 MB each which is wrong  it should not happen.
|
`- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

The limit concern the mails received, not the quota of every mailbox,...  you can have 
20 mail box, with a quota of 10Mb / mailbox and 50Mb/domain...  the 50Mb quota will be 
reached only when there will be 50Mb of mail received in the different mailbox, with a 
maximum 10Mb possible / mailbox.


Best regards...
 _
(_'  L'informatique est ma passion, vous la simplifier, mon métier !
,_)téphane Bouvard [antarex AT freenet DOT be] http://www.antarex.be

-- 
  _  _
 |_)(_  Votre propre nom de domaine .be - service de qualité - 25 Euros
o|_)(_ Hosting php4/cgi/mySQL - 100 Euros, pq payer plus ? www.myown.be




[vchkpw] RE: problem with compiling courier-imap with vchkpw

2004-08-27 Thread Michiels Tom
Is there anyone who actually compiled courier-imap using vpopmail
authentication ?

Thx

Tom

-Original Message-
From: Michiels Tom 
Sent: donderdag, augustus 26, 2004 17:13
To: [EMAIL PROTECTED]
Subject: problem with compiling courier-imap with vchkpw


Hello,

When i try to compile courier-imap, it stops at the error below. I use
the following configure parameters : ./configure --prefix=/usr/local
--exec-prefix=/usr/local --with-authvchkpw --without-authldap
--disable-root-check --with-ssl
--with-authchangepwdir=/usr/local/libexec/authlib

this is on a Debian testing machine.

Compiling modauthcustom.c
gcc  -I/vpopmail/include -DHAVE_OPEN_SMTP_RELAY -DHAVE_VLOGAUTH -Wall
-I.. -I./..   -o authcustom  modauthcustom.o libauthmod.a libauth.a
../numlib/libnumlib.a ../libhmac/libhmac.a ../md5/libmd5.a
../sha1/libsha1.a -lcrypt
Compiling modauthcram.c
gcc  -I/vpopmail/include -DHAVE_OPEN_SMTP_RELAY -DHAVE_VLOGAUTH -Wall
-I.. -I./..   -o authcram  modauthcram.o libauthmod.a libauth.a
../numlib/libnumlib.a ../libhmac/libhmac.a ../userdb/libuserdb.a
../gdbmobj/libgdbmobj.a ../md5/libmd5.a ../sha1/libsha1.a -lgdbm
Compiling modauthuserdb.c
gcc  -I/vpopmail/include -DHAVE_OPEN_SMTP_RELAY -DHAVE_VLOGAUTH -Wall
-I.. -I./..   -o authuserdb  modauthuserdb.o libauthmod.a libauth.a
../numlib/libnumlib.a ../userdb/libuserdb.a ../gdbmobj/libgdbmobj.a
../libhmac/libhmac.a -lgdbm  ../md5/libmd5.a ../sha1/libsha1.a -lcrypt
Compiling modauthvchkpw.c
gcc  -I/vpopmail/include -DHAVE_OPEN_SMTP_RELAY -DHAVE_VLOGAUTH -Wall
-I.. -I./..   -o authvchkpw  modauthvchkpw.o libauthmod.a libauth.a
../numlib/libnumlib.a ../md5/libmd5.a ../sha1/libsha1.a -L/vpopmail/lib
-lvpopmail -L/usr/lib/  -lmysqlclient -lz -lm -lcrypt  -lm -lcrypt
libauth.a(authvchkpw.o)(.text+0x248): In function `auth_vchkpw':
: undefined reference to `open_smtp_relay'
collect2: ld returned 1 exit status
make[2]: *** [authvchkpw] Error 1
make[2]: Leaving directory
`/downloads/qmailrocks/courier-imap-3.0.7/authlib'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/downloads/qmailrocks/courier-imap-3.0.7/authlib'
make: *** [all-recursive] Error 1


Can someone help me ?

thx in advance !

regards,

Tom Michiels



Re: [vchkpw] RE: problem with compiling courier-imap with vchkpw

2004-08-27 Thread Michael Bowe
Perhaps compare the steps you have followed against my guide here
http://www.pipeline.com.au/staff/mbowe/isp/webmail-server.htm#COURIER_IMAP

Michael.

- Original Message - 
From: Michiels Tom [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, August 27, 2004 7:20 PM
Subject: [vchkpw] RE: problem with compiling courier-imap with vchkpw


Is there anyone who actually compiled courier-imap using vpopmail
authentication ?

Thx

Tom

-Original Message-
From: Michiels Tom 
Sent: donderdag, augustus 26, 2004 17:13
To: [EMAIL PROTECTED]
Subject: problem with compiling courier-imap with vchkpw


Hello,

When i try to compile courier-imap, it stops at the error below. I use
the following configure parameters : ./configure --prefix=/usr/local
--exec-prefix=/usr/local --with-authvchkpw --without-authldap
--disable-root-check --with-ssl
--with-authchangepwdir=/usr/local/libexec/authlib

this is on a Debian testing machine.

Compiling modauthcustom.c
gcc  -I/vpopmail/include -DHAVE_OPEN_SMTP_RELAY -DHAVE_VLOGAUTH -Wall
-I.. -I./..   -o authcustom  modauthcustom.o libauthmod.a libauth.a
../numlib/libnumlib.a ../libhmac/libhmac.a ../md5/libmd5.a
../sha1/libsha1.a -lcrypt
Compiling modauthcram.c
gcc  -I/vpopmail/include -DHAVE_OPEN_SMTP_RELAY -DHAVE_VLOGAUTH -Wall
-I.. -I./..   -o authcram  modauthcram.o libauthmod.a libauth.a
../numlib/libnumlib.a ../libhmac/libhmac.a ../userdb/libuserdb.a
../gdbmobj/libgdbmobj.a ../md5/libmd5.a ../sha1/libsha1.a -lgdbm
Compiling modauthuserdb.c
gcc  -I/vpopmail/include -DHAVE_OPEN_SMTP_RELAY -DHAVE_VLOGAUTH -Wall
-I.. -I./..   -o authuserdb  modauthuserdb.o libauthmod.a libauth.a
../numlib/libnumlib.a ../userdb/libuserdb.a ../gdbmobj/libgdbmobj.a
../libhmac/libhmac.a -lgdbm  ../md5/libmd5.a ../sha1/libsha1.a -lcrypt
Compiling modauthvchkpw.c
gcc  -I/vpopmail/include -DHAVE_OPEN_SMTP_RELAY -DHAVE_VLOGAUTH -Wall
-I.. -I./..   -o authvchkpw  modauthvchkpw.o libauthmod.a libauth.a
../numlib/libnumlib.a ../md5/libmd5.a ../sha1/libsha1.a -L/vpopmail/lib
-lvpopmail -L/usr/lib/  -lmysqlclient -lz -lm -lcrypt  -lm -lcrypt
libauth.a(authvchkpw.o)(.text+0x248): In function `auth_vchkpw':
: undefined reference to `open_smtp_relay'
collect2: ld returned 1 exit status
make[2]: *** [authvchkpw] Error 1
make[2]: Leaving directory
`/downloads/qmailrocks/courier-imap-3.0.7/authlib'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/downloads/qmailrocks/courier-imap-3.0.7/authlib'
make: *** [all-recursive] Error 1


Can someone help me ?

thx in advance !

regards,

Tom Michiels




RE: [vchkpw] RE: problem with compiling courier-imap with vchkpw

2004-08-27 Thread Michiels Tom
Title: RE: [vchkpw] RE: problem with compiling courier-imap with vchkpw







thx Michael,

your steps worked to compile, but now i have the following issue, when i start courier-imap, and try to connect using a vpopmail user (which works fine using the vpopmail pop3 access) i get a timeout and then a 'login failed' mesage:

Aug 27 14:21:19 piggie authdaemond.plain: restarting authdaemond children
Aug 27 14:21:19 piggie authdaemond.plain: modules=authvchkpw, daemons=5
Aug 27 14:21:20 piggie authdaemond.plain: modules=authvchkpw, daemons=5
Aug 27 14:21:38 piggie imapd: Connection, ip=[:::127.0.0.1]
Aug 27 14:21:38 piggie imapd: LOGIN: DEBUG: ip=[:::127.0.0.1], command=LOGIN
Aug 27 14:21:38 piggie imapd: LOGIN: DEBUG: ip=[:::127.0.0.1], [EMAIL PROTECTED]
Aug 27 14:21:43 piggie imapd: LOGIN FAILED, ip=[:::127.0.0.1]
Aug 27 14:21:43 piggie imapd: Disconnected, ip=[:::127.0.0.

any ideas ?

thx

Tom

-Original Message-
From: Michael Bowe [mailto:[EMAIL PROTECTED]]
Sent: vr 27/08/2004 11:43
To: [EMAIL PROTECTED]
Subject: Re: [vchkpw] RE: problem with compiling courier-imap with vchkpw

Perhaps compare the steps you have followed against my guide here
http://www.pipeline.com.au/staff/mbowe/isp/webmail-server.htm#COURIER_IMAP

Michael.

- Original Message -
From: Michiels Tom [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, August 27, 2004 7:20 PM
Subject: [vchkpw] RE: problem with compiling courier-imap with vchkpw


Is there anyone who actually compiled courier-imap using vpopmail
authentication ?

Thx

Tom

-Original Message-
From: Michiels Tom
Sent: donderdag, augustus 26, 2004 17:13
To: [EMAIL PROTECTED]
Subject: problem with compiling courier-imap with vchkpw


Hello,

When i try to compile courier-imap, it stops at the error below. I use
the following configure parameters : ./configure --prefix=/usr/local
--exec-prefix=/usr/local --with-authvchkpw --without-authldap
--disable-root-check --with-ssl
--with-authchangepwdir=/usr/local/libexec/authlib

this is on a Debian testing machine.

Compiling modauthcustom.c
gcc -I/vpopmail/include -DHAVE_OPEN_SMTP_RELAY -DHAVE_VLOGAUTH -Wall
-I.. -I./.. -o authcustom modauthcustom.o libauthmod.a libauth.a
../numlib/libnumlib.a ../libhmac/libhmac.a ../md5/libmd5.a
../sha1/libsha1.a -lcrypt
Compiling modauthcram.c
gcc -I/vpopmail/include -DHAVE_OPEN_SMTP_RELAY -DHAVE_VLOGAUTH -Wall
-I.. -I./.. -o authcram modauthcram.o libauthmod.a libauth.a
../numlib/libnumlib.a ../libhmac/libhmac.a ../userdb/libuserdb.a
../gdbmobj/libgdbmobj.a ../md5/libmd5.a ../sha1/libsha1.a -lgdbm
Compiling modauthuserdb.c
gcc -I/vpopmail/include -DHAVE_OPEN_SMTP_RELAY -DHAVE_VLOGAUTH -Wall
-I.. -I./.. -o authuserdb modauthuserdb.o libauthmod.a libauth.a
../numlib/libnumlib.a ../userdb/libuserdb.a ../gdbmobj/libgdbmobj.a
../libhmac/libhmac.a -lgdbm ../md5/libmd5.a ../sha1/libsha1.a -lcrypt
Compiling modauthvchkpw.c
gcc -I/vpopmail/include -DHAVE_OPEN_SMTP_RELAY -DHAVE_VLOGAUTH -Wall
-I.. -I./.. -o authvchkpw modauthvchkpw.o libauthmod.a libauth.a
../numlib/libnumlib.a ../md5/libmd5.a ../sha1/libsha1.a -L/vpopmail/lib
-lvpopmail -L/usr/lib/ -lmysqlclient -lz -lm -lcrypt -lm -lcrypt
libauth.a(authvchkpw.o)(.text+0x248): In function `auth_vchkpw':
: undefined reference to `open_smtp_relay'
collect2: ld returned 1 exit status
make[2]: *** [authvchkpw] Error 1
make[2]: Leaving directory
`/downloads/qmailrocks/courier-imap-3.0.7/authlib'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/downloads/qmailrocks/courier-imap-3.0.7/authlib'
make: *** [all-recursive] Error 1


Can someone help me ?

thx in advance !

regards,

Tom Michiels










Re: [vchkpw] Re: Problem with qmail-scanner

2004-02-08 Thread Devendra Singh
At 06/02/04 18:38 (), Peter Palmreuther wrote:

Hello Devendra,

On Friday, February 6, 2004 at 11:34:34 AM you wrote (at least in
part):
[QMAILUEUE  RELAYCLIENT]

 In my Case I am using smtp-auth patch from
 http://www.fehcom.de/qmail/smtpauth.html
Don't know which version you're using, as I don't know when this site
first listed 0.4.2. If you're using 0.31 it does not set RELAYCLIENT
for authenticated users, 0.4.2 should do set it.
 and it is calling spamassassin for the authenticated users sending
 out mails. Perhaps the RELAYCLIENT is not set for authenticated
 users.
Quite easy to check: 'strings /var/qmail/bin/qmail-smtpd |less' and
search for 'RELAYCLIENT='.
--
Best regards
Peter Palmreuther
How do you tell when you run out of invisible ink?
Dear Peter,

Thanks for the clue.

I tried searching the string 'RELAYCLIENT=' into 
/var/qmail/bin/qmail-smtpd. I was able to find a 'RELAYCLIENT' but not 
RELAYCLIENT=.

I was using the Spamcontrol patch spamcontrol-209_tgz.bin instead of the 
latest spamcontrol-225_tgz.bin.

I think this should solve the issue. I would try it out ASAP.

Thanks.

Devendra Singh


Re: [vchkpw] Re: Problem with qmail-scanner

2004-02-06 Thread Devendra Singh
At 03/02/04 22:20 (), Peter Palmreuther wrote:

Hello Andrea,

On Tuesday, February 3, 2004 at 4:06:55 PM you wrote (at least in
part):
 An easier solution should be to add the following to your
 qmail-smtpd/run file:

 export QMAIL_QUEUE=/var/qmail/bin/qmail-scanner-queue

 And then restart qmail-smtpd.
First: Make the above 'QMAILQUEUE=...', without the underscore.

 In this case, I apply the qmail-scanner-queue for the emails from LAN or
 loopback (127.). I wouldn't, better I could not would that.
Insert

127.:allow,RELAYCLIENT=,QMAILQUEUE=/var/qmail/bin/qmail-queue
129.168.1.:allow,RELAYCLIENT=,QMAILQUEUE=/var/qmail/bin/qmail-queue
to your 'tcp.smtp' file that is merged with 'open-smtp'
(the 127. should already be there, so simply modify it).
Ain't that hard, isn't it?

 Mine patch works only with open-smtp connections, not at all.

What what are most of your connections?
foreigners from out there and open-smtp users? And don't you want
exactly their mails to be run through qmail-scanner?
So create a few rules for the exceptions (connections from 127. and
LAN) and hit the rest by a 'export QMAILQUEUE' DEFAULT.
 Why is better the qmail-smtpd/run change?

The I patch vpopmail as little as necessary to achieve something I can
do without patching. Simply because it is easily preserved across
vpopmail updates, while the other one requires repatching every time a
new vpopmail is released (and requires the original author to adjust
the patch maybe every time a new version is released).
--
Best regards
Peter Palmreuther
This message is already too long - no tagline pleasack!
In my Case I am using smtp-auth patch from 
http://www.fehcom.de/qmail/smtpauth.html and it is calling spamassassin for 
the authenticated users sending out mails. Perhaps the RELAYCLIENT is not 
set for authenticated users.

Is anyone has clues to stop passing the control to spamc in case of 
authenticated users. I am using:

QMAILQUEUE=/var/qmail/bin/qmail-scanner-queue.pl export QMAILQUEUE

in /var/qmail/supervise/qmail-smtpd/run script.

Devendra Singh


Re: [vchkpw] Re: Problem with qmail-scanner

2004-02-06 Thread Erwin Hoffmann
At 16:04 06.02.04 +0530, Devendra Singh wrote:
At 03/02/04 22:20 (), Peter Palmreuther wrote:

Hello Andrea,

On Tuesday, February 3, 2004 at 4:06:55 PM you wrote (at least in
part):

  An easier solution should be to add the following to your
  qmail-smtpd/run file:
 
  export QMAIL_QUEUE=/var/qmail/bin/qmail-scanner-queue
 
  And then restart qmail-smtpd.

First: Make the above 'QMAILQUEUE=...', without the underscore.

  In this case, I apply the qmail-scanner-queue for the emails from LAN or
  loopback (127.). I wouldn't, better I could not would that.

Insert

127.:allow,RELAYCLIENT=,QMAILQUEUE=/var/qmail/bin/qmail-queue
129.168.1.:allow,RELAYCLIENT=,QMAILQUEUE=/var/qmail/bin/qmail-queue

to your 'tcp.smtp' file that is merged with 'open-smtp'
(the 127. should already be there, so simply modify it).

Ain't that hard, isn't it?

  Mine patch works only with open-smtp connections, not at all.

What what are most of your connections?
foreigners from out there and open-smtp users? And don't you want
exactly their mails to be run through qmail-scanner?
So create a few rules for the exceptions (connections from 127. and
LAN) and hit the rest by a 'export QMAILQUEUE' DEFAULT.

  Why is better the qmail-smtpd/run change?

The I patch vpopmail as little as necessary to achieve something I can
do without patching. Simply because it is easily preserved across
vpopmail updates, while the other one requires repatching every time a
new vpopmail is released (and requires the original author to adjust
the patch maybe every time a new version is released).
--
Best regards
Peter Palmreuther

This message is already too long - no tagline pleasack!

In my Case I am using smtp-auth patch from 
http://www.fehcom.de/qmail/smtpauth.html and it is calling spamassassin for 
the authenticated users sending out mails. Perhaps the RELAYCLIENT is not 
set for authenticated users.

No. In case of valid SMTP Authentication, the $RELAYCLIENT environment
variable is set (but empty). See man qmail-smtpd (at the end).


Is anyone has clues to stop passing the control to spamc in case of 
authenticated users. I am using:

QMAILQUEUE=/var/qmail/bin/qmail-scanner-queue.pl export QMAILQUEUE

in /var/qmail/supervise/qmail-smtpd/run script.

regards.
--eh.

Dr. Erwin Hoffmann | FEHCom | http://www.fehcom.de/
Wiener Weg 8, 50858 Cologne | T: +49 221 484 4923 | F: ...24


[vchkpw] Re: Problem with qmail-scanner

2004-02-06 Thread Peter Palmreuther
Hello Devendra,

On Friday, February 6, 2004 at 11:34:34 AM you wrote (at least in
part):

[QMAILUEUE  RELAYCLIENT]

 In my Case I am using smtp-auth patch from 
 http://www.fehcom.de/qmail/smtpauth.html

Don't know which version you're using, as I don't know when this site
first listed 0.4.2. If you're using 0.31 it does not set RELAYCLIENT
for authenticated users, 0.4.2 should do set it.

 and it is calling spamassassin for the authenticated users sending
 out mails. Perhaps the RELAYCLIENT is not set for authenticated
 users.

Quite easy to check: 'strings /var/qmail/bin/qmail-smtpd |less' and
search for 'RELAYCLIENT='.
-- 
Best regards
Peter Palmreuther

How do you tell when you run out of invisible ink?



[vchkpw] Re: Problem with qmail-scanner

2004-02-03 Thread Tom Collins
On Feb 3, 2004, at 5:49 AM, Andrea Riela wrote:
There's a problem between enable-roaming-users and qmail-scanner. 
Normally
the roaming users send messages through the qmail-queue, and not
qmail-scanner-queue. That is, their emails could have virus or spam.

I've realized a patch (very simple), to use qmail-scanner-queue 
instead of
qmail-queue.
You think that's important? It's useful?

http://www.nesys.info/qmail-patches/vpopmail-5.4.0-qmailscanner.patch
Its good that it works for you, but I think the developers plan is to 
add support for an external configuration file that contains settings 
to be appended to opensmtp entires.

An easier solution should be to add the following to your 
qmail-smtpd/run file:

export QMAIL_QUEUE=/var/qmail/bin/qmail-scanner-queue

And then restart qmail-smtpd.

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


RE: [vchkpw] Re: Problem with qmail-scanner

2004-02-03 Thread Andrea Riela
Tom Collins wrote:
 An easier solution should be to add the following to your
 qmail-smtpd/run file: 
 
 export QMAIL_QUEUE=/var/qmail/bin/qmail-scanner-queue
 
 And then restart qmail-smtpd.

In this case, I apply the qmail-scanner-queue for the emails from LAN or
loopback (127.). I wouldn't, better I could not would that.

Mine patch works only with open-smtp connections, not at all.
Why is better the qmail-smtpd/run change?

Thanks for your suggestions
Andrea



[vchkpw] Re: Problem with qmail-scanner

2004-02-03 Thread Peter Palmreuther
Hello Andrea,

On Tuesday, February 3, 2004 at 4:06:55 PM you wrote (at least in
part):

 An easier solution should be to add the following to your
 qmail-smtpd/run file: 
 
 export QMAIL_QUEUE=/var/qmail/bin/qmail-scanner-queue
 
 And then restart qmail-smtpd.

First: Make the above 'QMAILQUEUE=...', without the underscore.

 In this case, I apply the qmail-scanner-queue for the emails from LAN or
 loopback (127.). I wouldn't, better I could not would that.

Insert

127.:allow,RELAYCLIENT=,QMAILQUEUE=/var/qmail/bin/qmail-queue
129.168.1.:allow,RELAYCLIENT=,QMAILQUEUE=/var/qmail/bin/qmail-queue

to your 'tcp.smtp' file that is merged with 'open-smtp'
(the 127. should already be there, so simply modify it).

Ain't that hard, isn't it?

 Mine patch works only with open-smtp connections, not at all.

What what are most of your connections?
foreigners from out there and open-smtp users? And don't you want
exactly their mails to be run through qmail-scanner?
So create a few rules for the exceptions (connections from 127. and
LAN) and hit the rest by a 'export QMAILQUEUE' DEFAULT.

 Why is better the qmail-smtpd/run change?

The I patch vpopmail as little as necessary to achieve something I can
do without patching. Simply because it is easily preserved across
vpopmail updates, while the other one requires repatching every time a
new vpopmail is released (and requires the original author to adjust
the patch maybe every time a new version is released).
-- 
Best regards
Peter Palmreuther

This message is already too long - no tagline pleasack!



Re: [vchkpw] Re: Problem with qmail-scanner

2004-02-03 Thread Trey Nolen


 An easier solution should be to add the following to your
 qmail-smtpd/run file:

 export QMAIL_QUEUE=/var/qmail/bin/qmail-scanner-queue

 And then restart qmail-smtpd.

While this is easier, it doesn't allow you to realize the full functionality
of qmail-scanner.  By passing the variables with tcpserver, you can
configure qmail-scanner not to check any messages that come from localhost,
for instance.  We also don't check anything coming from our local LAN for
spam (only for viruses) and check everything else for both.  You can't do
that with the method above.

Trey Nolen






[vchkpw] Re: Problem with qmail-scanner

2004-02-03 Thread Peter Palmreuther
Hello Trey,

On Tuesday, February 3, 2004 at 7:06:33 PM you wrote (at least in
part):

 An easier solution should be to add the following to your
 qmail-smtpd/run file:

 export QMAIL_QUEUE=/var/qmail/bin/qmail-scanner-queue

 And then restart qmail-smtpd.

 While this is easier, it doesn't allow you to realize the full functionality
 of qmail-scanner.

Why not? A 'QMAILQUEUE' set to 'qmail-scanner' will invoke it.
Regardless if it was set by surrounding environment or tcpserver.

 By passing the variables with tcpserver, you can configure
 qmail-scanner not to check any messages that come from localhost,
 for instance.

This can be done by a '127.:allow,QMAILQUEUE=.../qmail-queue,...'
rule in .cdb file. That way all messages from localhost are not
inspected by qmail-scanner. But what's your problem with this?

 We also don't check anything coming from our local LAN for spam
 (only for viruses) and check everything else for both.

So the mentioned solution would be the as less to configure as
possible one. Set 'qmail-scanner' for all connections and define
exceptions (localhost, LAN) separately. What's your problem with this?

 You can't do that with the method above.

You can. And before you try to argue qmail-scanner will not scan for
anything when only RELAYCLIENT is set by a .cdb file rule: it WILL
parse the message through virus scanner! Set 'RELAYCLIENT' only
prevents qmail-scanner from passing message through spamassassin!
Please inspect qmail-scanner sources if you don't trus me.
-- 
Best regards
Peter Palmreuther

File not found, I'll load something *I* think is interesting.



Re: [vchkpw] Re: Problem with qmail-scanner

2004-02-03 Thread Michael Bowe
- Original Message - 
From: Trey Nolen [EMAIL PROTECTED]



 
  An easier solution should be to add the following to your
  qmail-smtpd/run file:
 
  export QMAIL_QUEUE=/var/qmail/bin/qmail-scanner-queue
 
  And then restart qmail-smtpd.

 While this is easier, it doesn't allow you to realize the full
functionality
 of qmail-scanner.  By passing the variables with tcpserver, you can
 configure qmail-scanner not to check any messages that come from
localhost,
 for instance.  We also don't check anything coming from our local LAN for
 spam (only for viruses) and check everything else for both.  You can't do
 that with the method above.

You can still achieve what you want to do, you just need to do it in
reverse.

ie. in the smtp run file set
QMAIL_QUEUE=/var/qmail/bin/qmail-scanner-queue
and then for tcp.smtp entries that you dont want scanned, set
QMAIL_QUEUE=/var/qmail/bin/qmail-queue

Michael.



Re: [vchkpw] Re: Problem with qmail-scanner

2004-02-03 Thread Tom Collins
On Feb 3, 2004, at 8:06 AM, Andrea Riela wrote:
In this case, I apply the qmail-scanner-queue for the emails from LAN 
or
loopback (127.). I wouldn't, better I could not would that.

Mine patch works only with open-smtp connections, not at all.
Why is better the qmail-smtpd/run change?
The qmail-smtpd/run change results in all email going through 
qmail-scanner-queue.  Roaming users (pop before SMTP) will have 
RELAYCLIENT set by the opensmtp file, and qmail-scanner will skip the 
SpamAssassin scanning and only scan for viruses.

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


RE: Problem with logging

2001-11-23 Thread Tren Blackburn

 -Original Message-
 From: Martin Hasenbein [mailto:[EMAIL PROTECTED]]
 Sent: Friday, November 23, 2001 9:08 AM
 To: [EMAIL PROTECTED]
 Subject: Problem with logging


 Hi,

 I've installed vpopmail-5.0 and configured --enable-logging=v,
 but when a user connects to his POP3-account and retrieves
 eMails, the logging is not very verbose:

 Nov 23 16:09:54 mail.notice daemon vpop[17919]: vchkpw: login
 success [EMAIL PROTECTED]:213.7.84.4

 Thats all I get.

 How can I change that? I thought --enable-logging=v means that
 everything is
 logged?!

What more could you want?



 Another point.

 --enable-sqwebmail-pass=y|n
 Turn on support for sqwebmail passwords (y) or off (n) default is no.
 For sqwebmail-3.0 and above use default no

 Why should I use no? Is it unsecure? I use sqwebmail-3.2.0 and the option
 could be helpful for users.


SQWebmail does password changes directly now, so the old method of password
changing isn't needed for V3.0.0 and up.  If you have 3.2.0 say no.

 Thanks for your answers.


You're welcome  ;)

   /mh


Tren

 --

 Martin Hasenbein -- [EMAIL PROTECTED]

  UNIX, a way of life.
 FreeBSD, my choice of living.





Re: Problem with logging

2001-11-23 Thread Martin Hasenbein


On Fri23 Nov (09:18:26) Tren Blackburn ([EMAIL PROTECTED]) wrote:

  logged?!
 
 What more could you want?
 

Ooops, my fault. Sorry. I missunderstood the configure-line.

  Why should I use no? Is it unsecure? I use sqwebmail-3.2.0 and the option
  could be helpful for users.
 
 
 SQWebmail does password changes directly now, so the old method of password
 changing isn't needed for V3.0.0 and up.  If you have 3.2.0 say no.
 

OK, havn't tried it yet :-(
Was just confused about the hint in configure.

Thanks.


/mh

--

Martin Hasenbein -- [EMAIL PROTECTED]

 UNIX, a way of life.
FreeBSD, my choice of living.



Re: problem with tcpserver

2001-11-16 Thread hari_bhr

hi all

sorry to mention that
iam already running vpopmail with mysql with any problem
with out patching
i want to patch this and reconfigure

- Original Message - 
From: Dushyanth Harinath [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, November 16, 2001 5:29 PM
Subject: Re: problem with tcpserver


 Hi,
 
 hari_bhr wrote :
 
  iam trying to patch
  tcpserver-mysql patch (adds MySQL support)
 
  i patched like this
  patch -strip   ucspi-tcp-0.88-mysql.patch
 
  when i try to make iam getting following erro
 
  ./compile db.c
  db.c:4:19: mysql.h: No such file or directory
  make: *** [db.o] Error 1
 
  iam using redhat 7.2
  with vpopmail 5.0 and mysql-3.23.41-1
  what could be the problem
 
 Did u install mysql with source or rpm...
 if u installed it using rpm's..did u install the mysql-devel rpm ?
 
 cheers
 dushyanth
 
 -- 
 Linux is like living in a teepee.| Dushyanth .H
 No Windows, no Gates,| Archean Infotech
 Apache in house. | www.archeanit.com
 
 
 -
 This email was sent using SquirrelMail.
Webmail for nuts!
 http://squirrelmail.org/
 
 


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




Re: Problem building sqwebmail courier IMAP after vpopmail 5.0 upgr

2001-11-01 Thread Dushyanth Harinath

Hi,

snip
 gcc  -I/home/mnt1/vpopmail/include -g -O2 -Wall -I.. -I./..  -o authvchkpw
 modauthvchkpw.o libauthmod.a libauth.a ../md5/libmd5.a ../sha1/libsha1.a
 -L/home/mnt1/vpopmail/lib -lvpopmail -lm -lcrypt

 /usr/bin/ld: cannot find -lvpopmail

 collect2: ld returned 1 exit status
 make[1]: *** [authvchkpw] Error 1
 make[1]: Leaving directory `/usr/src/courier/courier-imap-1.3.11/authlib'
 make: *** [all-recursive] Error 1

I guess ur compiling courier as a normal user..vpopmail lib cannot be used by
normal users for security reasons...either run make as root or change the
libvpopmail permissions just for compiling and then change it back again to
original state.

HTH,
cheers
dushyanth
--
The best thing about GNU/Linux   |  Dushyanth Harinath
is the people who use it.|  Archean Infotech
-Kenneth W. Melvin   |  www.archeanit.com


-
This email was sent using SquirrelMail.
   Webmail for nuts!
http://squirrelmail.org/





RE: problem compiling authvchpw...

2001-10-02 Thread Tren Blackburn

As stated on the vpopmail website, you need vpopmail 5 for sqwebmail 3.
Upgrade vpopmail or downgrade sqwebmail.

Tren.

-Original Message-
From: Stefano Borali [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 6:19 AM
To: [EMAIL PROTECTED]
Subject: problem compiling authvchpw...


I tried to solve it by myself but...

I've unpacked the last version and compiled with
./configure --with-authvchkpw and all is ok.

When I try to run make the error message is:

authvchkpw.c: In function `auth_vchkpw_changepass':
authvchkpw.c:142: warning: assignment from incompatible pointer type
authvchkpw.c:151: dereferencing pointer to incomplete type
authvchkpw.c:151: dereferencing pointer to incomplete type
make[1]: *** [authvchkpw.o] Error 1
make[1]: Leaving directory `/sqwebmail-3.0.0.20010827/authlib'
make: *** [all-recursive] Error 1


The only way to run make without error is configure without the authvchkpw
module.. but I need it, in fact the webmail
doesn't authenticate any user.

Any suggestion ???

Thanks in advance

Stefano
--
===
A R C A N E T
===
   Stefano Borali
  Chief Executive Officer

MilanoModena
via F.lli Gracchi, 27 v.le Gramsci, 349
20092 Cinisello Balsamo   41037 Mirandola
MILANOMODENA
tel. 0039(02)61119461 tel. 0039(0535)611520
fax. 0039(02)61119460 fax. 0039(0535)611521

   net:  [EMAIL PROTECTED]
web:  http://www.arcanetconsulting.com
===




Re: Problem sending mailto popuser

2001-10-01 Thread Peter Palmreuther

Hello gopi,

On Monday, October 01, 2001 at 2:33:50 PM you wrote (at least in part):

gak Hi,

gakI have installed qmail and vpopmail successfully.I created a new pop user.But 
when i trued to send him a mail i got this error.


gakdeferral: Unable_to_open_./Maildir:_is_a_directory._(#4.2.1)/  
 
gak Can anybody give suggestion so that i can rectify the problem.

gak Thanks for early reply.

do you have in your qmail-send startup-script the trailing '/' behind
'/Maildir' ?
So it has to like similar to this:

qmail-start ./Maildir/

???

-- 
Best Regards
Peter Palmreuther  mailto:[EMAIL PROTECTED]
(The Bat! v1.54 Beta/9 on Windows NT 5.0 Build 2195 Service Pack 2)

I only live about ten percent in this reality. 
So where's your summer cottage?




Re: Problem sending mail

2001-09-28 Thread Barry Hill

Hi,


could it be that you forgot a trailing slash after Maildir?



Best regards,

 Barry


Friday, September 28, 2001, 12:18:33 PM, you wrote:

mpc Hai,

mpc   I have installed qmail and vpopmail successfully.I have added a pop user but
mpc unable to send mail to him.
mpc  The error i got is ..

mpc deferral: Unable_to_open_./Maildir:_is_a
mpc _directory._#4.2.1)/  
mpcCan anybody suggest to rectify the above problem

mpc Regards..
mpc Mahaveer..
mpc http://www.palbizz.com




Re: Problem with vchkpw and courier-imap

2001-09-21 Thread Dushyanth Harinath

Hi,
compile courier-imap as root.The doc says otherwise but u can do it.

I assume that u have installed vpopmail corectly :).

regards
dushyanth

 Hi,
 I ' ve been trying to compile Courier IMAP with vchkpw support with
 Vpopmail-4.9.10 and I'm getting the follow error:

 gcc  -I/home/vpopmail/include -g -O2 -Wall -I.. -I./.. -L/usr/lib/mysql
   -o authvchkpw  modauthvchkpw.o libauthmod.a libauth.a
 ../md5/libmd5.a -lvpopmail -lm -lcrypt -lmysqlclient
 /usr/bin/ld: cannot open -lvpopmail: No such file or directory
 collect2: ld returned 1 exit status
 make[1]: *** [authvchkpw] Error 1
 make[1]: Leaving directory `/tmp/courier-imap-1.2.3/authlib`
 make: *** [all-recursive] Error 1

 Then I' ve upgraded Vpopmail-4.9.10 with the latest development version
 that is Vpopmail-5.0pre5 and I' m getting the follow error:

 gcc  -I/home/vpopmail/include -g -O2 -Wall -I.. -I./.. -L/usr/lib/mysql
   -o authvchkpw  modauthvchkpw.o libauthmod.a libauth.a
 ../md5/libmd5.a -lvpopmail -lm -lcrypt -lmysqlclient
 /usr/bin/ld: cannot open -lvpopmail: No such file or directory
 collect2: ld returned 1 exit status
 make[1]: *** [authvchkpw] Error 1
 make[1]: Leaving directory `/tmp/courier-imap-1.2.3/authlib`
 make: *** [all-recursive] Error 1

 Please, help me!!!
 Thank you in advance.


--
First they ignore you,| Dushyanth Harinath
then they laugh at you,   | Programmer/SysAdmin
then they fight you,  | Archean Infotech
then you win.- Mahatma Gandhi | http://www.archeanit.com
(possibly not talking about Linux)|



-
This email was sent using SquirrelMail.
   Webmail for nuts!
http://squirrelmail.org/





Re: Problem fixed?

2001-09-10 Thread Ken Jones

On Mon, 2001-09-10 at 13:08, Brad Dameron wrote:
 
 Ken,
 
 Did you correct the problem with the new vpopmail not creating the
 directories for a user if they don't exhist? We add the user to the MySQL
 database and then would issue a email to the user to have it create the
 directories. This no longer works.

Yes. Please test vpopmail-5.0pre5 (or whatever is
latest on the web site)

Please test today, I want to release it tonight.

Ken





Re: Problem fixed?

2001-09-10 Thread Einar Bordewich

- Original Message -
From: Brad Dameron [EMAIL PROTECTED]
To: Ken Jones [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Monday, September 10, 2001 10:53 PM
Subject: RE: Problem fixed?


 I was using that version. It isn't corrected. I added the user via a perl
 script to the MySQL database. Then sent email to the user. But it was
 bounced with an error of:

 can not open new email file errno=2

file=/mail/domains/tscnet.com/b/bradtest/Maildir/tmp/1000155065.2479.mail,S=
 1005

 This is due to it did not create the users directory like vpopmail 4.9.x
 did.

Hmm, my installation of vpopmail-5.0pre5 is correctly doing what you're
asking for.

--

IDG New MediaEinar Bordewich
Development Manager  Phone: +47 2336 1420
E-Mail:  eibo(at)newmedia.no
Lat: 59.91144 N  Lon: 10.76097 E






RE: problem compiling courier-imap 1.3.10 with vpopmail 5.0pre3

2001-09-07 Thread Tren Blackburn

Problem is the fact that the latest versions of vpopmail set the
~vpopmail/lib directory as 0711.  Change the perms of the directory to
0755 and also the libvpopmail.a file to 0644.  _ONLY_ keep this done for
as long as you're compiling courier imap.  Once you're done, revert the
old perms.  

This was done as a security fix so that only root would have access to
the vpopmail libs (and the compiled in DB passwords contained within),
but since you have to compile with a non-root user, you need to fix the
permissions temporarilly.

I've talked to Ken and this seems to be the best way at the moment...but
that might change.

Regards,

Tren.

PS.  Please don't send HTML email to the list...for those of us without
a gui mail client, or an older mail client that doesn't handle HTML, it
makes it difficult to read.

-Original Message-
From: lao nightwolf [mailto:[EMAIL PROTECTED]] 
Sent: Friday, September 07, 2001 5:46 AM
To: [EMAIL PROTECTED]
Subject: problem compiling courier-imap 1.3.10 with vpopmail 5.0pre3


Hello,

I've been trying to compile the latest courier-imap 1.3.10 with vpopmail
5.0pre3 but while compiling I get following error:

./configure command:

courier-imap:
--without-ipv6 \
--without-authdaemon \
--enable-workarounds-for-imap-client-bugs \
--without-authcustom \
--without-authcram \
--without-authuserdb \
--without-authpam \
--without-authshadow \
--without-authpwd \
--without-authldap \
--with-authmysql \

configure goes fine, but when doing make I have following error

error:

gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/mysql
-I/home/vpopmail/include -g -O2 -Wall -I.. -I./.. -c modauthvchkpw.c
gcc  -I/usr/include/mysql -I/home/vpopmail/include -g -O2 -Wall -I..
-I./..  -o authvchkpw  modauthvchkpw.o libauthmod.a libauth.a
../md5/libmd5.a ../sha1/libsha1.a -L/home/vpopmail/lib -lvpopmail
-L/usr/lib/mysql -lmysqlclient -lz -lm -lcrypt
/usr/bin/ld: cannot find -lvpopmail
collect2: ld returned 1 exit status
make[1]: *** [authvchkpw] Error 1
make[1]: Leaving directory `/usr/src/courier-imap-1.3.10/authlib'
make: *** [all-recursive] Error 1


I also had the same error when using vpopmail 4.9.10, when using just
./configure --with-authmysql
When adding --without-authvchkpw it compiles without any problems but
then I ofcourse can't authenticate.

Can someone give me help here?

Thanks in advance!

Cheers,
lao

lao nightwolf -ansi/ascii/vga drawer/demo coder/txt



Get more from the Web. FREE MSN Explorer download :
http://explorer.msn.com




RE: problem compiling courier-imap 1.3.10 with vpopmail 5.0pre3

2001-09-07 Thread lao nightwolf

Sorry for sending this back in html, but you cannot define this anymore in hotmail. (I searched all over..)

Thank you Tren. It does the make but when I do make check then I get another error:

.
INFO: LOGIN, user=user, ip=[127.0.0.1]INFO: LOGOUT, user=user, ip=[127.0.0.1], headers=0, body=0INFO: LOGIN, user=user, ip=[127.0.0.1]INFO: LOGOUT, user=user, ip=[127.0.0.1], headers=148, body=0INFO: LOGIN, user=user, ip=[127.0.0.1]INFO: LOGOUT, user=user, ip=[127.0.0.1], headers=0, body=0INFO: LOGIN, user=user, ip=[127.0.0.1]INFO: LOGOUT, user=user, ip=[127.0.0.1], headers=0, body=0INFO: LOGIN, user=user, ip=[127.0.0.1]INFO: LOGOUT, user=user, ip=[127.0.0.1], headers=0, body=0INFO: LOGIN, user=user, ip=[127.0.0.1]INFO: LOGOUT, user=user, ip=[127.0.0.1], headers=0, body=0INFO: LOGIN, user=user, ip=[127.0.0.1]INFO: LOGOUT, user=user, ip=[127.0.0.1], headers=0, body=0INFO: LOGIN, user=user, ip=[127.0.0.1]INFO: LOGOUT, user=user, ip=[127.0.0.1], headers=0, body=0INFO: LOGIN, user=user, ip=[127.0.0.1]INFO: LOGOUT, user=user, ip=[127.0.0.1], headers=0, body=0INFO: LOGIN, user=user, ip=[127.0.0.1]INFO: LOGOUT, user=user, ip=[127.0.0.1], headers=0, body=0INFO: LOGIN, user=user, ip=[127.0.0.1]INFO: LOGOUT, user=user, ip=[127.0.0.1], headers=0, body=0make[1]: *** [check] Error 1make[1]: Leaving directory `/usr/src/courier-imap-1.3.10/imap'make: *** [check-recursive] Error 1
Can you help me with this one too?

Thank you!

Cheers,
lao
 
Problem is the fact that the latest versions of vpopmail set the 
~vpopmail/lib directory as 0711. Change the perms of the directory to 
0755 and also the libvpopmail.a file to 0644. _ONLY_ keep this done for 
as long as you're compiling courier imap. Once you're done, revert the 
old perms. 
 
This was done as a security fix so that only root would have access to 
the vpopmail libs (and the compiled in DB passwords contained within), 
but since you have to compile with a non-root user, you need to fix the 
permissions temporarilly. 
 
I've talked to Ken and this seems to be the best way at the moment...but 
that might change. 
 
Regards, 
 
Tren. 
 
PS. Please don't send HTML email to the list...for those of us without 
a gui mail client, or an older mail client that doesn't handle HTML, it 
makes it difficult to read. 
 
-Original Message- 
From: lao nightwolf [mailto:[EMAIL PROTECTED]] 
Sent: Friday, September 07, 2001 5:46 AM 
To: [EMAIL PROTECTED] 
Subject: problem compiling courier-imap 1.3.10 with vpopmail 5.0pre3 
 
 
Hello, 
 
I've been trying to compile the latest courier-imap 1.3.10 with vpopmail 
5.0pre3 but while compiling I get following error: 
 
./configure command: 
 
courier-imap: 
 --without-ipv6 \ 
 --without-authdaemon \ 
 --enable-workarounds-for-imap-client-bugs \ 
 --without-authcustom \ 
 --without-authcram \ 
 --without-authuserdb \ 
 --without-authpam \ 
 --without-authshadow \ 
 --without-authpwd \ 
 --without-authldap \ 
 --with-authmysql \ 
 
configure goes fine, but when doing make I have following error 
 
error: 
 
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/mysql 
-I/home/vpopmail/include -g -O2 -Wall -I.. -I./.. -c modauthvchkpw.c 
gcc -I/usr/include/mysql -I/home/vpopmail/include -g -O2 -Wall -I.. 
-I./.. -o authvchkpw modauthvchkpw.o libauthmod.a libauth.a 
../md5/libmd5.a ../sha1/libsha1.a -L/home/vpopmail/lib -lvpopmail 
-L/usr/lib/mysql -lmysqlclient -lz -lm -lcrypt 
/usr/bin/ld: cannot find -lvpopmail 
collect2: ld returned 1 exit status 
make[1]: *** [authvchkpw] Error 1 
make[1]: Leaving directory `/usr/src/courier-imap-1.3.10/authlib' 
make: *** [all-recursive] Error 1 
 
 
I also had the same error when using vpopmail 4.9.10, when using just 
"./configure --with-authmysql" 
When adding --without-authvchkpw it compiles without any problems but 
then I ofcourse can't authenticate. 
 
Can someone give me help here? 
 
Thanks in advance! 
 
Cheers, 
lao 
 
lao nightwolf -ansi/ascii/vga drawer/demo coder/txt 
 
 
 
Get more from the Web. FREE MSN Explorer download : 
http://explorer.msn.com 
 
Get your FREE download of MSN Explorer at http://explorer.msn.com


Re: problem with .qmail-default forwarding on a virtual domain

2001-09-03 Thread sec

Hello Glen,

Monday, September 03, 2001, 11:04:11 PM, you wrote:

GB im trying to see if this is possible or not.  i have a user on a virtual
GB domain who wants to recieve all the *@domain.com email to his vpopmail
GB account.  it seems if i put the [EMAIL PROTECTED] account into
GB ~/vpopmail/domains/domain.com/.qmail-default it loops and dies.  it works
GB file if the email address in the .qmail-default is external
GB ([EMAIL PROTECTED])

GB any help on getting this to work would be great, thanks

GB -glen

GB -
GB - Glen Bishop - http://www.glenbishop.com/
GB - Email - [EMAIL PROTECTED]
GB - Systems Administrator, JnJ International Data, LLC
GB - http://www.jnjinternationaldata.com/
GB -



you must insert into .qmail-default

| /home/vpopmail/bin/vdelivermail '' [EMAIL PROTECTED]
or
| /home/vpopmail/bin/vdelivermail '' /home/vpopmail/domains/domain.com/email

-- 
Best regards,
 secmailto:[EMAIL PROTECTED]




Re: Problem in Installation of qmailadmin

2001-09-03 Thread Mark Persohn

Have you confirmed the '/usr/local/bin' is in your PATH.
Type 'set' and see if it is.  If not add it.

Mark


s chaterje wrote:

 Hi All,
While i am configuring qmailadmin it's showing this
 log.

   creating cache ./config.cache
   checking for a BSD compatible install...
 ./install-sh -c
   checking whether build environment is sane... yes
   checking whether make sets ${MAKE}... ./configure:
 make: not found  no
   checking for working aclocal... missing
   checking for working autoconf... missing
   checking for working automake... missing
   checking for working autoheader... missing
   checking for working makeinfo... missing
   checking host system type... sparc-sun-solaris2.8
   checking for gcc... no
   checking for cc... no
   configure: error: no acceptable cc found in $PATH

   but i found that gcc and make are installed in
 /usr/local/bin/. i am using sunOS qmail and vpopmail
 is running good. Since i am   new to mailing system
 please give me some detail information.

   regards
   chaterje

 __
 Do You Yahoo!?
 Get email alerts  NEW webcam video instant messaging with Yahoo! Messenger
 http://im.yahoo.com




Re: problem with default domain

2001-08-25 Thread Stephen Palmer

make sure you have a file called hostname in the
/usr/local/share/sqwebmail/ directory (or equivalent).  This should have the
default domain name in it.  That is only for sqwebmail though, maybe your
problem isn't related.  I know my system was setting From: to the hostname
on outgoing mail when I used the web interface, until I created that file.

- Original Message -
From: Lanny Baron [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, August 25, 2001 3:54 PM
Subject: problem with default domain


 Hello,
 After installing vpopmail sqwebmail and the rest of the toaster, the main
  --enable-default-domain=,  when starting http to a toaster i just built
 shows the hostname on the top right of the page.

 Doing a tail -f /var/log/mail/send/current shows lots of mail messages
with:

 deferral: Unable_to_chdir_to_maildir._(#4.2.1)/

 I have tried doing an echo domain.com  /var/qmail/control/defaulthostname
 but that did not help.

 Other systems I have built do not have this problem. Nothing was added or
 changed from doing the same build before.

 Anyone have a clue how to fix this?

 BTW, the domain I am currently sending from is on the same server with the
 abovementioned problem, and this domain does not have that problem.

 Thanks in advance,
 Lanny





Re: Problem with vpopmail and addresses with a -

2001-08-24 Thread Richard A. Secor

Are you sure the directory for the user in the database is the right
directory (it exists) ?

Didn't see anything in your message about it and I know that I forget about
this sometimes.

-Rich

- Original Message -
From: Bob C. Ruddy [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, August 24, 2001 12:12
Subject: Problem with vpopmail and addresses with a -



 We are running a large qmail/vpopmail/mysql install. Everything has been
 working great. Today though I just had a customer complaint that said any
 email getting sent to a certain address was getting bounced even though
 they could see the pop account in the qmailadmin screens.

 So i started checking everything out. vuserinfo [EMAIL PROTECTED] shows
 all the correct information. I made sure the permissions on the directory
 were appropiate, etc. All looked good. So I sent the account an email and
 it bounced with your typical Sorry, no mailbox here by that name.
 vpopmail (#5.1.1) message.

 So now I'm confused. I logged into the mysql database and checked out the
 dir_control and the vpopmail tables. All the information seemed
 appropiate. So I add an account [EMAIL PROTECTED] and sent an email to
 that. All works well. Next I create an account [EMAIL PROTECTED] and sent
 an email to that. It bounced with the above error message.

 So now it seems like there is an issue with usernames that have a -. So in
 my test domain I create a user [EMAIL PROTECTED] and send a message to
 it. All works well.

 Next I looked through the assign, morercpthosts, and virtualdomains files.
 There seems to be no difference between the test domain and the production
 domain's setup.

 So to get this user back up I created a .qmail-a-user that contained the
 path to the pop user's mail dir. I placed that .qmail file in the
 directory for domain.com

 If anyone has any ideas, suggestions I'd greatly appreciate it. Below are
 software versions as well as a clip from the log showing a bounced
 message.

 Thanks again ahead of time.

 Bob

 Log clip:
 @40003b865c2c00c1b7cc new msg 393315
 @40003b865c2c00c3b784 info msg 393315: bytes 823 from
[EMAIL PROTECTED] qp 24699 uid 7791
 @40003b865c2c040daa94 starting delivery 1275582: msg 393315 to local
[EMAIL PROTECTED]
 @40003b865c2c040ec3d4 status: local 1/150 remote 10/150
 @40003b865c2c0764c0ec delivery 1275582: failure:
Sorry,_no_mailbox_here_by_that_name._vpopmail_(#5.1.1)/
 @40003b865c2c0cea5fa4 status: local 0/150 remote 10/150
 @40003b865c2c1c4261f4 bounce msg 393315 qp 24707
 @40003b865c2c1cfa5b9c end msg 393315


 We are running the following software:
 vpopmail-4.10.22
 mysql-3.23.38
 qmail-1.03







Re: Problem with vpopmail and addresses with a -

2001-08-24 Thread Bob C. Ruddy


I did a select for the username and domain name from the mysql database.
The directory in the pw_dir field exists and has a proper Maildir in it
with the proper permissions. (owned by vpopmail 700).

Bob

On Fri, 24 Aug 2001, Richard A. Secor wrote:

-Are you sure the directory for the user in the database is the right
-directory (it exists) ?
-
-Didn't see anything in your message about it and I know that I forget about
-this sometimes.
-
--Rich
-
-- Original Message -
-From: Bob C. Ruddy [EMAIL PROTECTED]
-To: [EMAIL PROTECTED]
-Sent: Friday, August 24, 2001 12:12
-Subject: Problem with vpopmail and addresses with a -
-
-
-
- We are running a large qmail/vpopmail/mysql install. Everything has been
- working great. Today though I just had a customer complaint that said any
- email getting sent to a certain address was getting bounced even though
- they could see the pop account in the qmailadmin screens.
-
- So i started checking everything out. vuserinfo [EMAIL PROTECTED] shows
- all the correct information. I made sure the permissions on the directory
- were appropiate, etc. All looked good. So I sent the account an email and
- it bounced with your typical Sorry, no mailbox here by that name.
- vpopmail (#5.1.1) message.
-
- So now I'm confused. I logged into the mysql database and checked out the
- dir_control and the vpopmail tables. All the information seemed
- appropiate. So I add an account [EMAIL PROTECTED] and sent an email to
- that. All works well. Next I create an account [EMAIL PROTECTED] and sent
- an email to that. It bounced with the above error message.
-
- So now it seems like there is an issue with usernames that have a -. So in
- my test domain I create a user [EMAIL PROTECTED] and send a message to
- it. All works well.
-
- Next I looked through the assign, morercpthosts, and virtualdomains files.
- There seems to be no difference between the test domain and the production
- domain's setup.
-
- So to get this user back up I created a .qmail-a-user that contained the
- path to the pop user's mail dir. I placed that .qmail file in the
- directory for domain.com
-
- If anyone has any ideas, suggestions I'd greatly appreciate it. Below are
- software versions as well as a clip from the log showing a bounced
- message.
-
- Thanks again ahead of time.
-
- Bob
-
- Log clip:
- @40003b865c2c00c1b7cc new msg 393315
- @40003b865c2c00c3b784 info msg 393315: bytes 823 from
-[EMAIL PROTECTED] qp 24699 uid 7791
- @40003b865c2c040daa94 starting delivery 1275582: msg 393315 to local
-[EMAIL PROTECTED]
- @40003b865c2c040ec3d4 status: local 1/150 remote 10/150
- @40003b865c2c0764c0ec delivery 1275582: failure:
-Sorry,_no_mailbox_here_by_that_name._vpopmail_(#5.1.1)/
- @40003b865c2c0cea5fa4 status: local 0/150 remote 10/150
- @40003b865c2c1c4261f4 bounce msg 393315 qp 24707
- @40003b865c2c1cfa5b9c end msg 393315
-
-
- We are running the following software:
- vpopmail-4.10.22
- mysql-3.23.38
- qmail-1.03
-
-
-
-





Re: Problem with vpopmail and addresses with a -

2001-08-24 Thread Bob C. Ruddy

update: My original finding was incorrect.

It seems like some domains will accept the message and the log file says
the message was accepted but still not deliver it local. While other
domains it will just reject the message. But it seems to be an issue with
any username that has a - in it.  I'm still trying to find out when it
accpets mail without delivering it and when it rejects mail.

Bob

On Fri, 24 Aug 2001, Bob C. Ruddy wrote:

-
-I did a select for the username and domain name from the mysql database.
-The directory in the pw_dir field exists and has a proper Maildir in it
-with the proper permissions. (owned by vpopmail 700).
-
-Bob
-
-On Fri, 24 Aug 2001, Richard A. Secor wrote:
-
--Are you sure the directory for the user in the database is the right
--directory (it exists) ?
--
--Didn't see anything in your message about it and I know that I forget about
--this sometimes.
--
---Rich
--
--- Original Message -
--From: Bob C. Ruddy [EMAIL PROTECTED]
--To: [EMAIL PROTECTED]
--Sent: Friday, August 24, 2001 12:12
--Subject: Problem with vpopmail and addresses with a -
--
--
--
-- We are running a large qmail/vpopmail/mysql install. Everything has been
-- working great. Today though I just had a customer complaint that said any
-- email getting sent to a certain address was getting bounced even though
-- they could see the pop account in the qmailadmin screens.
--
-- So i started checking everything out. vuserinfo [EMAIL PROTECTED] shows
-- all the correct information. I made sure the permissions on the directory
-- were appropiate, etc. All looked good. So I sent the account an email and
-- it bounced with your typical Sorry, no mailbox here by that name.
-- vpopmail (#5.1.1) message.
--
-- So now I'm confused. I logged into the mysql database and checked out the
-- dir_control and the vpopmail tables. All the information seemed
-- appropiate. So I add an account [EMAIL PROTECTED] and sent an email to
-- that. All works well. Next I create an account [EMAIL PROTECTED] and sent
-- an email to that. It bounced with the above error message.
--
-- So now it seems like there is an issue with usernames that have a -. So in
-- my test domain I create a user [EMAIL PROTECTED] and send a message to
-- it. All works well.
--
-- Next I looked through the assign, morercpthosts, and virtualdomains files.
-- There seems to be no difference between the test domain and the production
-- domain's setup.
--
-- So to get this user back up I created a .qmail-a-user that contained the
-- path to the pop user's mail dir. I placed that .qmail file in the
-- directory for domain.com
--
-- If anyone has any ideas, suggestions I'd greatly appreciate it. Below are
-- software versions as well as a clip from the log showing a bounced
-- message.
--
-- Thanks again ahead of time.
--
-- Bob
--
-- Log clip:
-- @40003b865c2c00c1b7cc new msg 393315
-- @40003b865c2c00c3b784 info msg 393315: bytes 823 from
--[EMAIL PROTECTED] qp 24699 uid 7791
-- @40003b865c2c040daa94 starting delivery 1275582: msg 393315 to local
--[EMAIL PROTECTED]
-- @40003b865c2c040ec3d4 status: local 1/150 remote 10/150
-- @40003b865c2c0764c0ec delivery 1275582: failure:
--Sorry,_no_mailbox_here_by_that_name._vpopmail_(#5.1.1)/
-- @40003b865c2c0cea5fa4 status: local 0/150 remote 10/150
-- @40003b865c2c1c4261f4 bounce msg 393315 qp 24707
-- @40003b865c2c1cfa5b9c end msg 393315
--
--
-- We are running the following software:
-- vpopmail-4.10.22
-- mysql-3.23.38
-- qmail-1.03
--
--
--
--
-
-





Re: Problem with vpopmail and addresses with a -

2001-08-24 Thread T.J. Drennan


Is there a .qmail-user-default file in the domain directory in question? If there 
isn't
that is the reason that the user isn't being found. test-a@domain dot com isn't really 
a
unique account. It is a sub account of [EMAIL PROTECTED] In general I would avoid using
account names with a '-' in them.

 update: My original finding was incorrect.

 It seems like some domains will accept the message and the log file says the message
 was accepted but still not deliver it local. While other domains it will just reject
 the message. But it seems to be an issue with any username that has a - in it.  I'm
 still trying to find out when it accpets mail without delivering it and when it
 rejects mail.

 Bob

 On Fri, 24 Aug 2001, Bob C. Ruddy wrote:

 -
 -I did a select for the username and domain name from the mysql database. -The
 directory in the pw_dir field exists and has a proper Maildir in it -with the 
proper
 permissions. (owned by vpopmail 700).
 -
 -Bob
 -
 -On Fri, 24 Aug 2001, Richard A. Secor wrote:
 -
 --Are you sure the directory for the user in the database is the right
 --directory (it exists) ?
 --
 --Didn't see anything in your message about it and I know that I forget about
 --this sometimes.
 --
 ---Rich
 --
 --- Original Message -
 --From: Bob C. Ruddy [EMAIL PROTECTED]
 --To: [EMAIL PROTECTED]
 --Sent: Friday, August 24, 2001 12:12
 --Subject: Problem with vpopmail and addresses with a -
 --
 --
 --
 -- We are running a large qmail/vpopmail/mysql install. Everything has been --
 working great. Today though I just had a customer complaint that said any -- 
email
 getting sent to a certain address was getting bounced even though -- they could
 see the pop account in the qmailadmin screens.
 --
 -- So i started checking everything out. vuserinfo [EMAIL PROTECTED] shows --
 all the correct information. I made sure the permissions on the directory -- were
 appropiate, etc. All looked good. So I sent the account an email and -- it 
bounced
 with your typical Sorry, no mailbox here by that name. -- vpopmail (#5.1.1)
 message.
 --
 -- So now I'm confused. I logged into the mysql database and checked out the 
--
 dir_control and the vpopmail tables. All the information seemed -- appropiate. So
 I add an account [EMAIL PROTECTED] and sent an email to -- that. All works well.
 Next I create an account [EMAIL PROTECTED] and sent -- an email to that. It
 bounced with the above error message.
 --
 -- So now it seems like there is an issue with usernames that have a -. So in
 -- my test domain I create a user [EMAIL PROTECTED] and send a message to
 -- it. All works well.
 --
 -- Next I looked through the assign, morercpthosts, and virtualdomains files.
 -- There seems to be no difference between the test domain and the production
 -- domain's setup.
 --
 -- So to get this user back up I created a .qmail-a-user that contained the --
 path to the pop user's mail dir. I placed that .qmail file in the -- directory 
for
 domain.com
 --
 -- If anyone has any ideas, suggestions I'd greatly appreciate it. Below are 
--
 software versions as well as a clip from the log showing a bounced -- message.
 --
 -- Thanks again ahead of time.
 --
 -- Bob
 --
 -- Log clip:
 -- @40003b865c2c00c1b7cc new msg 393315
 -- @40003b865c2c00c3b784 info msg 393315: bytes 823 from
 --[EMAIL PROTECTED] qp 24699 uid 7791
 -- @40003b865c2c040daa94 starting delivery 1275582: msg 393315 to local
 --[EMAIL PROTECTED]
 -- @40003b865c2c040ec3d4 status: local 1/150 remote 10/150
 -- @40003b865c2c0764c0ec delivery 1275582: failure:
 --Sorry,_no_mailbox_here_by_that_name._vpopmail_(#5.1.1)/
 -- @40003b865c2c0cea5fa4 status: local 0/150 remote 10/150
 -- @40003b865c2c1c4261f4 bounce msg 393315 qp 24707
 -- @40003b865c2c1cfa5b9c end msg 393315
 --
 --
 -- We are running the following software:
 -- vpopmail-4.10.22
 -- mysql-3.23.38
 -- qmail-1.03
 --
 --
 --
 --
 -
 -


--
*
T.J. Drennan
Software Engineer, Wireless Systems
   Spectrum Signal Processing
[EMAIL PROTECTED]
*





Re: Re: Problem with vpopmail and addresses with a -

2001-08-24 Thread Bob C. Ruddy


you are correct. thanks for pointing this out, it made complete sense as
to the behavior now. the messages that were not being bounced were the
messages to a domain, for example were i had a ruddy and a ruddy-test. The
ruddy-test messages weren't bouncing because i had a ruddy account.

again thanks for helping me put two and two together.

bob

On Fri, 24 Aug 2001, [iso-8859-1] T.J. Drennan wrote:

-
-Is there a .qmail-user-default file in the domain directory in question? If there 
isn't
-that is the reason that the user isn't being found. test-a@domain dot com isn't 
really a
-unique account. It is a sub account of [EMAIL PROTECTED] In general I would avoid 
using
-account names with a '-' in them.
-
- update: My original finding was incorrect.
-
- It seems like some domains will accept the message and the log file says the 
message
- was accepted but still not deliver it local. While other domains it will just 
reject
- the message. But it seems to be an issue with any username that has a - in it.  I'm
- still trying to find out when it accpets mail without delivering it and when it
- rejects mail.
-
- Bob
-
- On Fri, 24 Aug 2001, Bob C. Ruddy wrote:
-
- -
- -I did a select for the username and domain name from the mysql database. -The
- directory in the pw_dir field exists and has a proper Maildir in it -with the 
proper
- permissions. (owned by vpopmail 700).
- -
- -Bob
- -
- -On Fri, 24 Aug 2001, Richard A. Secor wrote:
- -
- --Are you sure the directory for the user in the database is the right
- --directory (it exists) ?
- --
- --Didn't see anything in your message about it and I know that I forget about
- --this sometimes.
- --
- ---Rich
- --
- --- Original Message -
- --From: Bob C. Ruddy [EMAIL PROTECTED]
- --To: [EMAIL PROTECTED]
- --Sent: Friday, August 24, 2001 12:12
- --Subject: Problem with vpopmail and addresses with a -
- --
- --
- --
- -- We are running a large qmail/vpopmail/mysql install. Everything has been 
--
- working great. Today though I just had a customer complaint that said any -- 
email
- getting sent to a certain address was getting bounced even though -- they could
- see the pop account in the qmailadmin screens.
- --
- -- So i started checking everything out. vuserinfo [EMAIL PROTECTED] shows --
- all the correct information. I made sure the permissions on the directory -- 
were
- appropiate, etc. All looked good. So I sent the account an email and -- it 
bounced
- with your typical Sorry, no mailbox here by that name. -- vpopmail (#5.1.1)
- message.
- --
- -- So now I'm confused. I logged into the mysql database and checked out the 
--
- dir_control and the vpopmail tables. All the information seemed -- appropiate. 
So
- I add an account [EMAIL PROTECTED] and sent an email to -- that. All works well.
- Next I create an account [EMAIL PROTECTED] and sent -- an email to that. It
- bounced with the above error message.
- --
- -- So now it seems like there is an issue with usernames that have a -. So in
- -- my test domain I create a user [EMAIL PROTECTED] and send a message to
- -- it. All works well.
- --
- -- Next I looked through the assign, morercpthosts, and virtualdomains files.
- -- There seems to be no difference between the test domain and the production
- -- domain's setup.
- --
- -- So to get this user back up I created a .qmail-a-user that contained the 
--
- path to the pop user's mail dir. I placed that .qmail file in the -- directory 
for
- domain.com
- --
- -- If anyone has any ideas, suggestions I'd greatly appreciate it. Below are 
--
- software versions as well as a clip from the log showing a bounced -- message.
- --
- -- Thanks again ahead of time.
- --
- -- Bob
- --
- -- Log clip:
- -- @40003b865c2c00c1b7cc new msg 393315
- -- @40003b865c2c00c3b784 info msg 393315: bytes 823 from
- --[EMAIL PROTECTED] qp 24699 uid 7791
- -- @40003b865c2c040daa94 starting delivery 1275582: msg 393315 to local
- --[EMAIL PROTECTED]
- -- @40003b865c2c040ec3d4 status: local 1/150 remote 10/150
- -- @40003b865c2c0764c0ec delivery 1275582: failure:
- --Sorry,_no_mailbox_here_by_that_name._vpopmail_(#5.1.1)/
- -- @40003b865c2c0cea5fa4 status: local 0/150 remote 10/150
- -- @40003b865c2c1c4261f4 bounce msg 393315 qp 24707
- -- @40003b865c2c1cfa5b9c end msg 393315
- --
- --
- -- We are running the following software:
- -- vpopmail-4.10.22
- -- mysql-3.23.38
- -- qmail-1.03
- --
- --
- --
- --
- -
- -
-
-
---
-*
-T.J. Drennan
-Software Engineer, Wireless Systems
-   Spectrum Signal Processing
-[EMAIL PROTECTED]
-*
-
-
-





Re: problem using qmail-scanner

2001-07-31 Thread Roman Serbski

Hi Matthieu

Your question is well described in qmail-scanner FAQ (Question 1):
http://qmail-scanner.sourceforge.net/FAQ.php

Ciao,
Roman Serbski
mailto:libser@[no_spam_plz]manas.kg


 i've install qmail-scanner (which seems to work)
 but /var/log/syslog report this error :

 Jul 30 14:28:26 hey qmail: 996496106.929742 Can't do setuid





Re: Problem whit daemontool+relayclient

2001-07-30 Thread Peter Palmreuther

Hello Dario,

On Monday, July 30, 2001 at 11:38:22 AM Dario Lesca wrote 
to subject: Problem whit daemontool+relayclient:

DL What's mistaking?

in second case try the following:

[root@server /tmp]# echo '10.1.1.2:allow,RELAYCLIENT=abc'  t.rules
[root@server /tmp]# tcprules t.cdb t.tmp  t.rules
[root@server /tmp]# TCPREMOTEIP=10.1.1.2 tcprulescheck t.cdb

For more information try to find the file 'tcprulescheck.html' in the document
directory, it should came with the ucspi-tcp package.
The place where you find this file there are the other documentations for the
rest of ucspi-tcp too.
And there's one thing left I can hint you: fetch the cdb tools from DJBs page,
one thing there is 'cdbdump' and _that- let you check if there're _really_ no
information stored in a .cdb.
What problem you had was not 'no information in .cdb' but 'tcp-tool did not
used the information' and that only because one missing parameter :-)))

URL for cdb-tools: http://cr.yp.to/cdb.html
-- 
Best regards
Peter Palmreuthermailto:[EMAIL PROTECTED]




Re: Problem killing tcpserver

2001-07-13 Thread Bill Shupp

on 7/13/01 8:53 PM, Daniel Pook Ngai Lin at [EMAIL PROTECTED] spake:

 Hi
 
 I have problem shutting down the tcpserver process.  seems like it isnt in the
 linux setup nor init.d nor cron jobs.
 Everytime I do a kill it respawn itself.  Any tips?  Thanks!
 
 Daniel

Sounds like it's supervised.  See http://cr.yp.to/daemontools.html for more
info.

Cheers,

Bill Shupp




Re: Problem killing tcpserver

2001-07-13 Thread Dushyanth Harinath

 I have problem shutting down the tcpserver process.  seems like it isnt
 in the linux setup nor init.d nor cron jobs. Everytime I do a kill it
 respawn itself.  Any tips?  Thanks! 

It wont start until u have started it.There's no way it will respawn itself
after killing it...atleast i dint experience this...

check ur startup line for tcpserver...
regards
dushyanth

-- 
Dushyanth Harinath
Archean Infotech Limited
Ph No:091-040-3228666,6570704,3228674
http://www.archeanit.com



-
This email was sent using SquirrelMail.
   Webmail for nuts!
http://squirrelmail.org/





Re: problem with vpopmail+qmailadmin+sqwebmail

2001-06-10 Thread Jeff Gordon

On Sun, Jun 10, 2001 at 08:32:35PM +0530, hari_bhr wrote:
 hi
 
 i have moved the qmail server with vpopmail+sqwebmail+qmailadmin
 its moved good condition, i checked user and groups all are same
 and same OS also
 
 iam bale to loging from qmailadmin and monitor those domains i have moved from old 
to new server.
 
 iam able to login only  two domains from sqwebmail, rest of all the domain
 when i try to login its giving Internal server error
 
 what could be the problem

I don't know -- but Internal Error almost always means a problem with
either paths or permissions, so I would look into those things first.

-- 

 -- Jeff --   http://www.wellnow.com

 There's nothing left in the world to prove.  All that's worth doing
  is to love one another, using whatever means are available to serve.



Re: problem with ezmlm

2001-05-07 Thread Jan Knepper

Sorry for my ignorance, but I would put a file (attachment) of that size 
on FTP.
As far as I know FTP transfers the file in binary form which means that 
you stay away from the stricky encoding/decoding stuff.
Also, it's up to the receiver to decided whether or not they want the 
file...
I do not know what your audience is for the file, but FTP is relatively 
simple, even with IE...

Don't worry, be Kneppie!
Jan



Kris von Mach wrote:

 Hi,
 
 I know this might be a bit off-topic, and I apologize, but I don't know
 where else to turn to.
 
 I have a small mailing list, 260 members. I have sent out one email to 
 the
 list with a attachment of 638kb. I have plenty of bandwidth, I also have
 768MB Ram on the system, my qmail concurrencyremote was set to 255. 
 Only the
 first 150 of list members received the email. I checked the logs, and it
 shows that qmail sent out only 150 emails. I got no errors, no 
 nothing, and
 the remaining 110 members didn't receive anything...
 
 So my question is, what could it be? I am really lost here...
 
 I am running ezmlml-0.53+ezmlm-idx-0.40 and qmail1.03+vpopmail4.9.8-1
 
 Can anyone give me some pointers as to what it might be or where I should
 look for answers?
 
 I did check the logs. According to the logs, there were only 150 emails
 sent. There were no deferrals. It's like as if the list was made out 
 of only
 150 members. I have tripple checked and the list does in fact have 260
 members. When it started the delivery of 150th email, this is what I 
 had in
 my log, @40003af6a3f40f5aafdc status: local 1/10 remote 153/255, the
 three other deliveries were of just some other email sends. And then 
 after
 this, no errors and no deferrals, just delivery success messages for the
 first 150 emails.
 
 Also, the 150emails that were sent are the first 150 emails from the 
 260...
 It's actually in order. I have dumped the list from the mailing list, and
 created another list with just the remaining 110, and sent out my 
 email that
 way, which of course went out without a problem. Maillog shows just the
 first 150 emails sent out, also no errors. I also checked message log and
 dmesg log, nothing in there either...
 
 Thanks!
 
 __
 Kris.
 
 
 




Re: problem with ezmlm

2001-05-07 Thread Ken Jones


Were there any errors in the qmail log file?
Perhaps running out of file descriptors or some such?
Is your queue broken? Did you run out of inodes?

Have you tried sending out a small text message?
Does it give the same results?

Ken Jones

Kris von Mach wrote:
 
 Hi,
 
 I know this might be a bit off-topic, and I apologize, but I don't know
 where else to turn to.
 
 I have a small mailing list, 260 members. I have sent out one email to the
 list with a attachment of 638kb. I have plenty of bandwidth, I also have
 768MB Ram on the system, my qmail concurrencyremote was set to 255. Only the
 first 150 of list members received the email. I checked the logs, and it
 shows that qmail sent out only 150 emails. I got no errors, no nothing, and
 the remaining 110 members didn't receive anything...
 
 So my question is, what could it be? I am really lost here...
 
 I am running ezmlml-0.53+ezmlm-idx-0.40 and qmail1.03+vpopmail4.9.8-1
 
 Can anyone give me some pointers as to what it might be or where I should
 look for answers?
 
 I did check the logs. According to the logs, there were only 150 emails
 sent. There were no deferrals. It's like as if the list was made out of only
 150 members. I have tripple checked and the list does in fact have 260
 members. When it started the delivery of 150th email, this is what I had in
 my log, @40003af6a3f40f5aafdc status: local 1/10 remote 153/255, the
 three other deliveries were of just some other email sends. And then after
 this, no errors and no deferrals, just delivery success messages for the
 first 150 emails.
 
 Also, the 150emails that were sent are the first 150 emails from the 260...
 It's actually in order. I have dumped the list from the mailing list, and
 created another list with just the remaining 110, and sent out my email that
 way, which of course went out without a problem. Maillog shows just the
 first 150 emails sent out, also no errors. I also checked message log and
 dmesg log, nothing in there either...
 
 Thanks!
 
 __
 Kris.



Re: Problem after upgrading to SuSE 7.1

2001-03-22 Thread Einar Bordewich

It looks like the problem is with glibc 2.2.

I managed to regain authentification through vpopmail on the SuSE 7.1
installation.

By compiling vpopmail on a SuSE 7.0 (glibc 2.1) machine, and make a ln -s
/var/lib/mysql.sock /tmp/mysql.sock (Suse has moved the data dir. and
/tmp/mysql.sock to /var/lib/mysql) the authentification is up and running
again.

I guess this problem is the same that I have seen reported earlier regarding
RedHat 7.0. As far as I can see, it's only affecting vchkpw.

m2c
--

IDG New MediaEinar Bordewich
Development Manager  Phone: +47 2336 1420
E-Mail:  eibo(at)newmedia.no
Lat: 59.91144 N  Lon: 10.76097 E


- Original Message -
From: "Einar Bordewich" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, March 22, 2001 12:23 AM
Subject: Problem after upgrading to SuSE 7.1


 After upgrading to SuSE 7.1 and recompiling vpopmail-4.9.9 I get this
error
 when authenticating through POP or sqwebmail.
 If anyone have a clue, please respond direct to this address, since I'm
not
 operative on the list right now.

 /home/vpopmail/bin/vchkpw: error while loading shared libraries:
libc.so.6:
 failed to map segment from shared object: Cannot allocate memory
 -ERR authorization failed
 Connection closed by foreign host.

 --
 
 IDG New MediaEinar Bordewich
 Development Manager  Phone: +47 2336 1420
 E-Mail:  eibo(at)newmedia.no
 Lat: 59.91144 N  Lon: 10.76097 E
 







Re: Problem with roaming relaying

2001-02-21 Thread Kris von Mach



I have solved the problem.

it seems that the tcp.smtp and 
tcp.smtp.cdbfile NEEDS to be in /home/vpopmail/etc directory... and owned 
by vpopmail.vchkpw.

__
Kris Mach.

  - Original Message - 
  From: 
  Kris von Mach 
  
  To: [EMAIL PROTECTED] 
  Sent: Wednesday, February 21, 2001 8:43 
  PM
  Subject: Problem with roaming 
  relaying
  
  Hi,
  
  I have searched through the mail archives, and I 
  wasn't able to find anything that solves my problem... I know that this topic 
  has been talking about hundreds of times, and I do know that this topic 
  happens to be fairly annoying :P But I would really appreciate a look at my 
  config files just to maybe point out something that might be wrong or maybe 
  someone had this problem before...
  
  To put it simply, pop before smtp doesn't seem to 
  work.
  
  I have setup vpopmail-4.9.8-1 like this: 
  ./configure --enable-roaming-users=y --enable-logging=y 
  --enable-relay-clear-minutes=60 --enable-hardquota=150 
  --enable-mysql=y --enable-ip-alias-domains=y
  
  my /etc/tcp.smtp file looks like 
  this:
  
  127.0.0.1:allow,RELAYCLIENT=""198.168.1.:allow,RELAYCLIENT=""10.:allow,RELAYCLIENT=""208.37.244.48-50:allow,RELAYCLIENT=""208.239.49.122:allow,RELAYCLIENT=""64.0.61.40-43:allow,RELAYCLIENT=""63.165.246.:allow,RELAYCLIENT=""64.148.170.81:allow,RELAYCLIENT="":allow
  
  I have tried two versions of 
  /var/qmail/supervise/qmail-smtpd/run
  
  #!/bin/shexec /usr/local/bin/tcpserver -H -R 
  -x /etc/tcp.smtp.cdb -u82 -g81 -v -c100 0 smtp rblsmtpd 
  -rdialups.mail-abuse.org \-rblackholes.mail-abuse.org \-r 
  "relays.mail-abuse.org:Open relay problem - see URL:http://www.mail-abuse.org/cgi-bin/nph-rss?%IP%" 
  \/var/qmail/bin/qmail-smtpd 21
  
  and I have tried:
  
  
  #!/bin/shexec /usr/local/bin/tcpserver -p -R 
  -x /etc/tcp.smtp.cdb -u82 -g81 -v -c100 0 smtp rblsmtpd 
  -rdialups.mail-abuse.org \-rblackholes.mail-abuse.org \-r 
  "relays.mail-abuse.org:Open relay problem - see URL:http://www.mail-abuse.org/cgi-bin/nph-rss?%IP%" 
  \/var/qmail/bin/qmail-smtpd 21
  
  
  What happens is that the pop3 users ip address 
  does in fact get added to vpopmailtable relay, but that user isn't 
  allowed to send email to non-local users, I tried telneting and just get 553 
  sorry, that domain isn't in my list of allowed rcpthosts. I would also like to 
  point out that I am not going through an isp that blocks smtp or something 
  like that.
  
  my /var/qmail/control/rcpthosts file 
  contains:localhost.0.0.127.in-addr.arpaswishmail.comns1.webgoku.comswishgirl.comwebsak.comtechnomidi.comswishmail.netswishmail.orgakbiz.comkinesis.swishmail.comswishinteractive.comvermatech.com
  
  
  Thanks for any input!
  
  __
  Kris 
Mach.


Re: Problem wit @ and netscape

2001-01-20 Thread Edward Chaves

On Sat, Jan 20, 2001 at 05:05:08AM +0100, elbetech.at Support wrote:
 Hallo,
 
 there exists a problem with netscape by using "@" for login. Under Netscape
 i can only ose "/" and "%".
 
 I see, that postfix can handle this special-situation.
 
 Can everyone submit a patch for vchkpw, there can handle correct the
 login-procedure with netscape ?

fix netscape, not vchkpw.

http://help.netscape.com/kb/consumer/19981212-1.html


-- 
Edward



Re: Problem with tcp.smtp.tmp

2001-01-18 Thread Bill Shupp

on 1/18/01 10:24 AM, J.J.Gallardo at [EMAIL PROTECTED] wrote:

 Hi all :
 
 I'm new in this list and this is my first message to the list.
 I've a machine with qmail1.03+vpopmail 4.9.6
 
 When a user tries to get (pop) mail the server respond:
 "les : unable to create
 /etc/tcp.smtp.tmp.: access denied"
 
 Easy list, I have read it the mailing list messages relationed-ship
 (open-smtp, romaing users, tcp.smtp.tmp,.) and today i have
 re-compiled vpopmail with this features:
 "enable-roaming-users=y /
 enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp (and more that are not
 relevant at this moment)
 And so , I hace changed the start-up script for "qmail" with this:
 /usr/local/bin/tcpserver -x/home/vpopmail/etc/tcp.smtp.cdb -u 233 -g
 1045 0 smtp /var/qmail/bin/qmail-smtpd 
 
 I put in "/home/vpopmail/etc" my tcp.smtp and tcp.smtp.cdb owners by
 vpopmail:vchpw with 644 permissions. I have tried to get again mail
 (also pop) and get the same error message.
 
 Any idea??

What about your POP tcpserver script?  Your smtp one looks like it's using
the right relay cdb file, but the pop server is the one that edits
open-smtp.  Please post that script.  It needs to be running as
vpopmail.vchkpw, or root (preferably not root).

-Bill




Re: Problem with tcp.smtp.tmp

2001-01-18 Thread J.J.Gallardo



Bill Shupp escribi:

 on 1/18/01 10:24 AM, J.J.Gallardo at [EMAIL PROTECTED] wrote:

  Hi all :
 
  I'm new in this list and this is my first message to the list.
  I've a machine with qmail1.03+vpopmail 4.9.6
 
  When a user tries to get (pop) mail the server respond:
  "les : unable to create
  /etc/tcp.smtp.tmp.: access denied"
 
  Easy list, I have read it the mailing list messages relationed-ship
  (open-smtp, romaing users, tcp.smtp.tmp,.) and today i have
  re-compiled vpopmail with this features:
  "enable-roaming-users=y /
  enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp (and more that are not
  relevant at this moment)
  And so , I hace changed the start-up script for "qmail" with this:
  /usr/local/bin/tcpserver -x/home/vpopmail/etc/tcp.smtp.cdb -u 233 -g
  1045 0 smtp /var/qmail/bin/qmail-smtpd 
 
  I put in "/home/vpopmail/etc" my tcp.smtp and tcp.smtp.cdb owners by
  vpopmail:vchpw with 644 permissions. I have tried to get again mail
  (also pop) and get the same error message.
 
  Any idea??

 What about your POP tcpserver script?  Your smtp one looks like it's using
 the right relay cdb file, but the pop server is the one that edits
 open-smtp.  Please post that script.  It needs to be running as
 vpopmail.vchkpw, or root (preferably not root).

 -Bill

Ok, thats my tcpserver pop script:

/usr/local/bin/tcpserver -x/etc/tcp.pop3.cdb -u 315 -g 116 0 110
/var/qmail/bin/qmail-popup donald
.aac.es /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 




Re: Problem with tcp.smtp.tmp

2001-01-18 Thread Bill Shupp

on 1/18/01 11:26 AM, J.J.Gallardo at [EMAIL PROTECTED] wrote:

 
 
 Bill Shupp escribi:
 
 on 1/18/01 10:24 AM, J.J.Gallardo at [EMAIL PROTECTED] wrote:
 
 Hi all :
 
 I'm new in this list and this is my first message to the list.
 I've a machine with qmail1.03+vpopmail 4.9.6
 
 When a user tries to get (pop) mail the server respond:
 "les : unable to create
 /etc/tcp.smtp.tmp.: access denied"
 
 Easy list, I have read it the mailing list messages relationed-ship
 (open-smtp, romaing users, tcp.smtp.tmp,.) and today i have
 re-compiled vpopmail with this features:
 "enable-roaming-users=y /
 enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp (and more that are not
 relevant at this moment)
 And so , I hace changed the start-up script for "qmail" with this:
 /usr/local/bin/tcpserver -x/home/vpopmail/etc/tcp.smtp.cdb -u 233 -g
 1045 0 smtp /var/qmail/bin/qmail-smtpd 
 
 I put in "/home/vpopmail/etc" my tcp.smtp and tcp.smtp.cdb owners by
 vpopmail:vchpw with 644 permissions. I have tried to get again mail
 (also pop) and get the same error message.
 
 Any idea??
 
 What about your POP tcpserver script?  Your smtp one looks like it's using
 the right relay cdb file, but the pop server is the one that edits
 open-smtp.  Please post that script.  It needs to be running as
 vpopmail.vchkpw, or root (preferably not root).
 
 -Bill
 
 Ok, thats my tcpserver pop script:
 
 /usr/local/bin/tcpserver -x/etc/tcp.pop3.cdb -u 315 -g 116 0 110
 /var/qmail/bin/qmail-popup donald
 .aac.es /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 

Your pop script doesn't need the -x option. vchkpw knows (from compile time)
which file to edit.  Is -u 315 -g 116 vpopmail.vchkpw?

-Bill




Re: Problem with tcp.smtp.tmp

2001-01-18 Thread J.J.Gallardo

Bill Shupp escribi:

 on 1/18/01 11:26 AM, J.J.Gallardo at [EMAIL PROTECTED] wrote:

 
 
  Bill Shupp escribi:
 
  on 1/18/01 10:24 AM, J.J.Gallardo at [EMAIL PROTECTED] wrote:
 
  Hi all :
 
  I'm new in this list and this is my first message to the list.
  I've a machine with qmail1.03+vpopmail 4.9.6
 
  When a user tries to get (pop) mail the server respond:
  "les : unable to create
  /etc/tcp.smtp.tmp.: access denied"
 
  Easy list, I have read it the mailing list messages relationed-ship
  (open-smtp, romaing users, tcp.smtp.tmp,.) and today i have
  re-compiled vpopmail with this features:
  "enable-roaming-users=y /
  enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp (and more that are not
  relevant at this moment)
  And so , I hace changed the start-up script for "qmail" with this:
  /usr/local/bin/tcpserver -x/home/vpopmail/etc/tcp.smtp.cdb -u 233 -g
  1045 0 smtp /var/qmail/bin/qmail-smtpd 
 
  I put in "/home/vpopmail/etc" my tcp.smtp and tcp.smtp.cdb owners by
  vpopmail:vchpw with 644 permissions. I have tried to get again mail
  (also pop) and get the same error message.
 
  Any idea??
 
  What about your POP tcpserver script?  Your smtp one looks like it's using
  the right relay cdb file, but the pop server is the one that edits
  open-smtp.  Please post that script.  It needs to be running as
  vpopmail.vchkpw, or root (preferably not root).
 
  -Bill
 
  Ok, thats my tcpserver pop script:
 
  /usr/local/bin/tcpserver -x/etc/tcp.pop3.cdb -u 315 -g 116 0 110
  /var/qmail/bin/qmail-popup donald
  .aac.es /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 

 Your pop script doesn't need the -x option. vchkpw knows (from compile time)
 which file to edit.

Yes, but i want to restrict the access to my pop3 service.

  Is -u 315 -g 116 vpopmail.vchkpw?

YES




Re: Problem with tcp.smtp.tmp

2001-01-18 Thread Bill Shupp

on 1/18/01 12:03 PM, J.J.Gallardo at [EMAIL PROTECTED] wrote:

 Bill Shupp escribi:
 
 on 1/18/01 11:26 AM, J.J.Gallardo at [EMAIL PROTECTED] wrote:
 
 
 
 Bill Shupp escribi:
 
 on 1/18/01 10:24 AM, J.J.Gallardo at [EMAIL PROTECTED] wrote:
 
 Hi all :
 
 I'm new in this list and this is my first message to the list.
 I've a machine with qmail1.03+vpopmail 4.9.6
 
 When a user tries to get (pop) mail the server respond:
 "les : unable to create
 /etc/tcp.smtp.tmp.: access denied"
 
 Easy list, I have read it the mailing list messages relationed-ship
 (open-smtp, romaing users, tcp.smtp.tmp,.) and today i have
 re-compiled vpopmail with this features:
 "enable-roaming-users=y /
 enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp (and more that are not
 relevant at this moment)
 And so , I hace changed the start-up script for "qmail" with this:
 /usr/local/bin/tcpserver -x/home/vpopmail/etc/tcp.smtp.cdb -u 233 -g
 1045 0 smtp /var/qmail/bin/qmail-smtpd 
 
 I put in "/home/vpopmail/etc" my tcp.smtp and tcp.smtp.cdb owners by
 vpopmail:vchpw with 644 permissions. I have tried to get again mail
 (also pop) and get the same error message.
 
 Any idea??
 
 What about your POP tcpserver script?  Your smtp one looks like it's using
 the right relay cdb file, but the pop server is the one that edits
 open-smtp.  Please post that script.  It needs to be running as
 vpopmail.vchkpw, or root (preferably not root).
 
 -Bill
 
 Ok, thats my tcpserver pop script:
 
 /usr/local/bin/tcpserver -x/etc/tcp.pop3.cdb -u 315 -g 116 0 110
 /var/qmail/bin/qmail-popup donald
 .aac.es /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 
 
 Your pop script doesn't need the -x option. vchkpw knows (from compile time)
 which file to edit.
 
 Yes, but i want to restrict the access to my pop3 service.
 
 Is -u 315 -g 116 vpopmail.vchkpw?
 
 YES

At this point, I would try make distlcean, then recompile vpopmail.  If that
fails, try it from a fresh copy of the source.  It's not looking to the
right directory for the tcp.smtp file.

-Bill




Re: Problem with tcp.smtp.tmp

2001-01-18 Thread J.J.Gallardo

Bill Shupp escribi:

 on 1/18/01 12:03 PM, J.J.Gallardo at [EMAIL PROTECTED] wrote:

  Bill Shupp escribi:
 
  on 1/18/01 11:26 AM, J.J.Gallardo at [EMAIL PROTECTED] wrote:
 
 
 
  Bill Shupp escribi:
 
  on 1/18/01 10:24 AM, J.J.Gallardo at [EMAIL PROTECTED] wrote:
 
  Hi all :
 
  I'm new in this list and this is my first message to the list.
  I've a machine with qmail1.03+vpopmail 4.9.6
 
  When a user tries to get (pop) mail the server respond:
  "les : unable to create
  /etc/tcp.smtp.tmp.: access denied"
 
  Easy list, I have read it the mailing list messages relationed-ship
  (open-smtp, romaing users, tcp.smtp.tmp,.) and today i have
  re-compiled vpopmail with this features:
  "enable-roaming-users=y /
  enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp (and more that are not
  relevant at this moment)
  And so , I hace changed the start-up script for "qmail" with this:
  /usr/local/bin/tcpserver -x/home/vpopmail/etc/tcp.smtp.cdb -u 233 -g
  1045 0 smtp /var/qmail/bin/qmail-smtpd 
 
  I put in "/home/vpopmail/etc" my tcp.smtp and tcp.smtp.cdb owners by
  vpopmail:vchpw with 644 permissions. I have tried to get again mail
  (also pop) and get the same error message.
 
  Any idea??
 
  What about your POP tcpserver script?  Your smtp one looks like it's using
  the right relay cdb file, but the pop server is the one that edits
  open-smtp.  Please post that script.  It needs to be running as
  vpopmail.vchkpw, or root (preferably not root).
 
  -Bill
 
  Ok, thats my tcpserver pop script:
 
  /usr/local/bin/tcpserver -x/etc/tcp.pop3.cdb -u 315 -g 116 0 110
  /var/qmail/bin/qmail-popup donald
  .aac.es /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 
 
  Your pop script doesn't need the -x option. vchkpw knows (from compile time)
  which file to edit.
 
  Yes, but i want to restrict the access to my pop3 service.
 
  Is -u 315 -g 116 vpopmail.vchkpw?
 
  YES

 At this point, I would try make distlcean, then recompile vpopmail.  If that
 fails, try it from a fresh copy of the source.  It's not looking to the
 right directory for the tcp.smtp file.

 -Bill

OK, when i say at the top that "today i have recompiled vpopmail" that's what i do:

configure --options
make
make install-strip

What do "make distclean" and why before "configure"? (It's only to know it, i would
like to know what i do)

(Thanks for all the answer Bill)


--
TYCTYCTYCTYCTYCTYCTYCTYCTYCTYCTYCTYCTYCTYC
Juan Jose Gallardo   mailto:[EMAIL PROTECTED]
Departamento de Sistemas
TECNOLOGIA Y CONSULTING S.A.
http://www.tyc.es
Capitan Haya n55 915712114   28020-Madrid
TYCTYCTYCTYCTYCTYCTYCTYCTYCTYCTYCTYCTYCTYC





Re: Problem with tcp.smtp.tmp

2001-01-18 Thread Bill Shupp

on 1/18/01 12:31 PM, J.J.Gallardo at [EMAIL PROTECTED] wrote:

 OK, when i say at the top that "today i have recompiled vpopmail" that's what
 i do:
 
 configure --options
 make
 make install-strip
 
 What do "make distclean" and why before "configure"? (It's only to know it, i
 would
 like to know what i do)
 
 (Thanks for all the answer Bill)

When you configure vpopmail, the configuration is cached.  make distclean
should clear out this cache.   Sometimes, when things are behaving
strangely, I feel better just untarring a fresh copy of the source and
starting from there.  Then I KNOW there isn't any cached configuration
options.

-Bill




Re: Problem compile vpopmail4.6.9 support Oracle8i

2001-01-08 Thread hari_bhr

its permission problem

if you are adding the users from root
better add profile of oracle to root
so you can able to add users
check the sql.log
it give clear picture to you


- Original Message - 
From: seo jun won [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, January 08, 2001 8:35 PM
Subject: Problem compile vpopmail4.6.9 support Oracle8i


 Hi,
 I was terribly let down because I failed compile vpopmail-4.9.6 with 
 Oracle8i.
 
 Following is my situation.
 Qmail 1.03 + Vpopmail 4.9.6 + Oracle 8.1.6(5)
 
 I'm unzipped vpopmail source. and
 
 my voracle.h is following
 -
 #define ORACLE_SERVICE   "MYSID"
 #define ORACLE_USER  "system"
 #define ORACLE_PASSWD"manager"
 #define ORACLE_HOME  "ORACLE_HOME=/data1/oracle/816"
 /* End of setup section*/
 
 /* defaults - no need to change */
 #define ORACLE_DEFAULT_TABLE "vpopmail"
 #define ORACLE_DATABASE  "MYDATABASE"
 #define ORACLE_DOT_CHAR '_'
 #define ORACLE_LARGE_USERS_TABLE "users"
 
 
 # ./configure --enable-roacle=y --enable-large-site=y 
 --enable-hardquota=1000
 and I changed incorrect section in Makefile.(oracle lib path).
 # make
 # su
 # make install
 
 That's all successfull.
 
 But I run to 'vadddomain'
 # vadddomain test.com
 Error: Username exists
 
 Oh my god..!!
 
 What's problem?
 And I don't know voracle.h 's variable..(ex ORACLE_DEFAULT_TABLE)...
 
 Please help me..
 
 
 
 _
 Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




Re: Problem compile vpopmail4.6.9 support Oracle8i

2001-01-08 Thread seo jun won

Thanks for your reply.

But I can't sussess.

I run the vadddomain command in root account.

Then,,,

My oracle SID = sun
My system DB = sun
My ORACLE_HOME = data1/oracle/816

and I maked tablespace 'inter7' for vpopmail.
And I make oracle user 'vpopmail/*' for 'inter7' tablespace.

If so, how can I make voracle.h?
--
/* Edit to match your set up */
#define ORACLE_SERVICE   "sun"
#define ORACLE_USER  "vpopmail"
#define ORACLE_PASSWD""
#define ORACLE_HOME  "ORACLE_HOME=/data1/oracle/816"
/* End of setup section*/

/* defaults - no need to change */
#define ORACLE_DEFAULT_TABLE "vpopmail"
#define ORACLE_DATABASE  "sun"
#define ORACLE_DOT_CHAR '_'
#define ORACLE_LARGE_USERS_TABLE "users"
--
Please give me a advise.
Thanks.
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.




Re: problem with roaming users (file open.smtp is not being created)

2001-01-03 Thread Josh Davidson


Nope.

The initial ./configure only had --enable-roaming-users=y

Thanks.

Regards,

Josh Davidson




[EMAIL PROTECTED] wrote:

 Are you using MySQL auth?  If you are, then the relay table is created in
 the vpopmail database.

 Cheers,

 Tren.

 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 - Tren Blackburn - Ownermailto:[EMAIL PROTECTED]  =
 = End of Time Networks  http://www.theendoftime.net  -
 - (403) 269-2122 =
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

 On Tue, 2 Jan 2001, Josh Davidson wrote:

 
  Hi Folks,
 
  I'm having a problem getting roaming users to work. The file open.smtp isn't
  being created in /home/vpopmail/etc when I login to a POP3 account. Any
  ideas?
 
  Here's the info from some of my startup files:
 
  /var/qmail/rc:
 
  #!/bin/sh
 
  exec env - PATH="/var/qmail/bin:$PATH" \
  qmail-start '|dot-forward .forward
  ./Maildir/'
 
  --
 
  /var/qmail/supervise/qmail-smtpd/run
 
  #!/bin/sh
 
  env - PATH="/var/qmail/bin:/usr/local/bin" \
  /usr/local/bin/tcpserver -H -R -x /home/vpopmail/etc/tcp.smtp.cdb \
  -c20 -u503 -g502 0 smtp \
  /var/qmail/bin/qmail-smtpd 21  /dev/null 
 
  --
 
  root crontab:
 
  40 * * * * /home/vpopmail/bin/clearopensmtp 21  /dev/null
  40 * * * * /home/vpopmail/bin/clearopensmtp
 
  The O/S is RedHat 6.2
 
  Any help would be appreciated. If there are any other files that the
  contents of would be helpful let me know.
 
  Regards,
 
  Josh Davidson
 
 




Re: problem with roaming users (file open.smtp is not being created)

2001-01-02 Thread fox

Are you using MySQL auth?  If you are, then the relay table is created in
the vpopmail database.

Cheers,

Tren.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- Tren Blackburn - Ownermailto:[EMAIL PROTECTED]  =
= End of Time Networks  http://www.theendoftime.net  -
- (403) 269-2122 =
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

On Tue, 2 Jan 2001, Josh Davidson wrote:

 
 Hi Folks,
 
 I'm having a problem getting roaming users to work. The file open.smtp isn't
 being created in /home/vpopmail/etc when I login to a POP3 account. Any
 ideas?
 
 Here's the info from some of my startup files:
 
 /var/qmail/rc:
 
 #!/bin/sh
 
 exec env - PATH="/var/qmail/bin:$PATH" \
 qmail-start '|dot-forward .forward
 ./Maildir/'
 
 --
 
 /var/qmail/supervise/qmail-smtpd/run
 
 #!/bin/sh
 
 env - PATH="/var/qmail/bin:/usr/local/bin" \
 /usr/local/bin/tcpserver -H -R -x /home/vpopmail/etc/tcp.smtp.cdb \
 -c20 -u503 -g502 0 smtp \
 /var/qmail/bin/qmail-smtpd 21  /dev/null 
 
 --
 
 root crontab:
 
 40 * * * * /home/vpopmail/bin/clearopensmtp 21  /dev/null
 40 * * * * /home/vpopmail/bin/clearopensmtp
 
 The O/S is RedHat 6.2
 
 Any help would be appreciated. If there are any other files that the
 contents of would be helpful let me know.
 
 Regards,
 
 Josh Davidson
 
 




Re: problem with the rpm version of qmail that consumes lot of resources

2000-12-18 Thread Ken Jones

richard wrote:
 
 Dear all,
   I use the qmail-1.03+patches-16.src.rpm from
 em.ca/~bruceg/qmail+patches
 em.ca/~bruceg/supervise-scripts
 
   But, when I use it, the syslog of qmail consumes a lot of CPU resouce.
   From a FAQ I found, it said that the syslog can chew up a log of CPU time
 and recommend that replace
 splogger qmail
 in /var/qmail/rc with
 multilog t /var/log/qmail
 
   Is the above the correct solution?
   But, in my rpm version in Redhat 7.0, I can not find the /var/qmail/rc. So
 how can I edit which file for the changes?

I recommend not using an rpm installation. Use the qmail source code ;]

Plus, the rpm from Bruce has an hourly cron job that will destroy the
contents of /var/qmail/users/assign, and hence vpopmail will stop
working.

Ken Jones

 
 Thanks,
 Yours,
 Richard Ao
 
 - Original Message -
 From: "Peter Green" [EMAIL PROTECTED]
 To: "richard" [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Wednesday, November 22, 2000 10:04 PM
 Subject: Re: how to configure the qmailadmin
 
  * richard [EMAIL PROTECTED] [001122 08:42]:
   Dear sir,
 I use the root in the qmailadmin directory, when I just run
 ./configure, it asks me to add the cgi-path and also the html.
   Then, I run as root:
   ./configure --enable-cgibindir /home/giquote/pu\
   blic_html --enable-htmldir /home/giquote/public_html
 
  There need to be ``='' signs in there, like:
 
--enable-cgibindir=/home/giquote/public_html \
--enable-htmldir=/home/giquote/public_html
 
  and so on.
 
  /pg
  --
  Peter Green : Gospel Communications Network, SysAdmin : [EMAIL PROTECTED]
  ---
  "Whoa...I did a 'zcat /vmlinuz  /dev/audio' and I think I heard God..."
  (mikecd on #Linux)



Re: problem with dot in aliases

2000-11-23 Thread Peter Green

Please wrap your lines at something a little more friendly...say, 72
characters per line.

* remi paulmier [EMAIL PROTECTED] [001123 13:35]:
 I m using vpopmail 4.9.6 with qmail 1.03 and I cannot use aliases
 containing dots in local part

man dot-qmail. Look at the warning under the ``EXTENSION ADDRESSES''
section.

/pg
-- 
Peter Green : Gospel Communications Network, SysAdmin : [EMAIL PROTECTED]
---
I mean, well, if it were not for Linux I might be roaming the streets looking
for drugs or prostitutes or something.  Hannu and Linus have my highest
admiration (apple polishing mode off).
(Phil Lewis, [EMAIL PROTECTED], sent in by Michael Driscoll)




Re: problem with dot in aliases

2000-11-23 Thread tim . hunter


Read the docs, preferably about the .qmail files.
Hint :

remi paulmier writes:

 I m using vpopmail 4.9.6 with qmail 1.03 and I cannot use aliases containing dots in 
local part
 
 let's say I ve a virtual domain called mydomain.org
 
 with a vuser [EMAIL PROTECTED]
 
 I want to receive email to several adresses, notably [EMAIL PROTECTED]
 so I set up a .qmail-remi.paulmier in /var/vpopmail/domains/mydomain.org/, 
containing [EMAIL PROTECTED]
 
 the mail bounce with message: Sorry, no mailbox here by that name. vpopmail (#5.1.1)
 
 Any idea ?
 
 PS: please respond both list and private.
 
 
 


Tim Hunter
CIMx
[EMAIL PROTECTED]
http://www.cimx.com



Re: problem with mysqlclient

2000-11-22 Thread Brian Kolaci


To get around this (in both courier  vpopmail)
you should preceed your "configure" command with

LIBS="-R/usr/local/mysql/lib/mysql -L/usr/local/mysql/lib/mysql" ./configure ...

(or substitute the path to your mysql libraries).

Thanks,

Brian

   Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
   Delivered-To: mailing list [EMAIL PROTECTED]
   From: "Arman Fitrawan" [EMAIL PROTECTED]
   To: [EMAIL PROTECTED]
   Subject: problem with mysqlclient
   Date: Wed, 22 Nov 2000 11:36:57 +0700
   
   Dear All,
   
   I have problem with mysqlclient, when I try to adddomain like below :
   /home/vpopmail/bin/vadddomain: error in loading shared libraries:
   libmysqlclient.so.6: cannot open shared object file: No such file or
   directory
   
   the configure that i have like this
   ./configure --enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp  --enable-ip
   -ali
   as-domains=y --enable-roaming-users=y --enable-mysql=y --enable-sqllibs=/hom
   e/mysql/lib/mysql/ --enable-sqllibdir=/home/mysql/lib/mysql/ --enable-sqlinc
   dir=/home/mysql/include/mysql --enable-large-site=y --enable-large-site=y --
   enable-default-domain=asconn.com --enable-logging=y
   
   Can you help me ?.
   
   regards,
   Arman
   




Re: problem with virtual domains

2000-11-09 Thread Mario Rafael

Hi..

I am not sure where I blew it in my ./configuration

Here is what I used to configure it.

./configure --enable-ip-alias-domains=y --enable-logging=y
--enable-default-domain=pop.mymasterserver.net

The --enable-default-domain allows you not to put the @domain.com when you 
are authentificating through pop3, this means that if you specify the 
correct default domain you shouldnt have to authentificate with the @domain 
thing.

Mario
e-Mail : [EMAIL PROTECTED]




Re: problem with virtual domains

2000-11-09 Thread Jan Knepper

I used something like that, I just don't think I used the
"--enable-default-domain" option.
However, to properly pop from any virtual domain (which all have their own
IP address) specifying the correct pop3 server (domain) is a requirement
so that the server can put one and two together, i.e. username and domain.

Don't worry, be Kneppie!
Jan



Zack Zeiler wrote:

 Hi!

 I am having a simple problem with vpopmail. I setup qmail, vpomail and
 it's sending, delivering and everything perfectly. The only problem is
 that when I pop off the server I have to
 enter my pop username as:

 [EMAIL PROTECTED]

 My other servers only require the pop username to be

 bob

 I am not sure where I blew it in my ./configuration

 Here is what I used to configure it.

 ./configure --enable-ip-alias-domains=y --enable-logging=y
 --enable-default-domain=pop.mymasterserver.net

 For clarification, I am planning on hosting multiple sites on the same
 server.  The server name is one thing and the virtual domain names are
 something else.  Any assistance would be great.

 Thanks.

 Zack

--
Jan Knepper
Smartsoft, LLC
88 Petersburg Road
Petersburg, NJ 08270
U.S.A.

http://www.smartsoft.cc/
http://www.mp3.com/pianoprincess

Phone : 609-628-4260
FAX   : 609-628-1267
FAX   : 303-845-6415 http://www.fax4free.com/

Phone : 020-873-3837 http://www.xoip.nl/ (Dutch)
FAX   : 020-873-3837 http://www.xoip.nl/ (Dutch)

In God we Trust -- all others must submit an X.509 certificate.
-- Charles Forsythe [EMAIL PROTECTED]





Re: problem sending mail to user

2000-11-02 Thread Ken Jones


Check your crontab. Some rpm's of qmail install a cron job to
recreate the /var/qmail/users/assign file from /etc/passwd entries.

Ken Jones

Mario Morales wrote:
 
 Setup
 -
 vpopmail 4.9.3 source compiled with the following configuration:
 
 --enable-roaming-users=y
 --enable-large-site=y
 --enable-mysql=y
 --enable-default-domain=defaultdomain.com
 
 qmail-1.03+patches-12.src.rpm
 ucspi-tcp-0.88-1.i386.rpm
 ucspi-unix-0.34-1.i386.rpm
 daemontools-0.70-1.i386.rpm
 supervise-scripts-2.4-1.i386.rpm
 qmail-1.03+patches-14.i386.rpm
 
 Red Hat 7.0
 
 Problems
 
 When sending a mail to [EMAIL PROTECTED], the user receives the email
 with no problems.  User is also able to send emails anywhere for example
 [EMAIL PROTECTED]  After an undetermined length of time, if a new mail
 is sent to [EMAIL PROTECTED] it is sent back with the following error
 message:
 
 [EMAIL PROTECTED]:
 Sorry, no mailbox here by that name. (#5.1.1)
 
 The user can still send out mail but cannot receive any.
 
 I have found that if you redo the virtual domain from scratch, the problem
 is solved but only temporarily.  user is able to receive mail but only for a
 little bit.  The problem re-occurs.  In this case I would vdeldomain
 defaultdomain.com then readd domain and user using vadddomain and vadduser.
 This temporarily solves the problem.
 
 I haven't found a similar answer in the mailing list.  I have found problems
 with the same error message but not ones where vpopmail/qmail start working
 but then die.
 
 Thanks for your help
 Mario Morales



Re: Problem compiling vpopmail-4.9.4

2000-10-12 Thread Juergen Hoffmann

Hi,

a 

# updatedb
# locate tcpserver

should help you locate the program it is usually installed in /usr/local/bin
and you should use 0.88

kind regards

Juergen Hoffmann


On Thu, Oct 12, 2000 at 12:16:29AM +0200, Laurent wrote:
 
 install tcpserver.
 
 whereis tcpserver
 : tcpserver: /usr/src/ucspi-tcp-0.84/tcpserver.1 
 /usr/src/ucspi-tcp-0.84/tcpserver.c /usr/src/ucspi-tcp-0.84/tcpserver.0 
 /usr/src/ucspi-tcp-0.84/tcpserver.o /usr/src/ucspi-tcp-0.84/tcpserver 
 /usr/bin/tcpserver /usr/man/man1/tcpserver.1 /usr/man/cat1/tcpserver.0
 
 tcpserver seems to be installed :(
 I also tried a make clean;make, wasn't working.

-- 


Mit freundlichen Grüßen

Jürgen Hoffmann
Produktentwicklung

ByteAction GmbH
Altheimerstr. 47
64839 M?nster
HRB3271

mobil:   +49 (0) 171 415 73 66
phone:   0700 byteaction / 0700 29832284
fax: +49 (0)6071 62340
Email:   [EMAIL PROTECTED]
Internet:www.byteaction.de
--
This communication is intended only for the party to whom
it is addressed, and may contain information which is
privileged or confidential. Any other delivery, distribution,
copying or disclosure is strictly prohibited and is not a waiver
of privilege or confidentiality. If you have received this
telecommunication in error, please notify the sender
immediately by return electronic mail and destroy the message.
--



Re: problem of security...

2000-10-09 Thread Bill Shupp

You can change this in your configure options.

From ./configure --help:

--enable-logging=e|y|n|p   Turn on (y) or off (n) logging to syslog, (e)
only log errors, include passwords in errors (p)


Looks like you did --enable-logging=p

-Bill


on 10/9/00 9:57 PM, Hong Duck-KI at [EMAIL PROTECTED] wrote:

 I saw message log..
 
 maillog.1:Oct  5 10:04:36 test vpopmail[17100]: vchkpw: password fail
 MY-EMAIL:MY-IP INCORRECT-PASSWORD
 
 Is it have any problem ?
 
 hm.. I think that showing INCORRECT-PASSWORD have critical problem...
 
 hacker use this log for ill will purpose
 
 




Re: problem with virtual domains

2000-09-29 Thread Zack Zeiler

Tony,

Thanks for the info.  Strange thing is that I did compile (as shown
below) with the ip-alias-domains enable.  My DNS server on this server
is functioning properly and can reverse the domain name properly.  Has
anyone heard of this problem?  Could it be a bug in vpopmail-4.9?

Any further advice is greatly appreciated.

Thanks,

Zack

"Tony Publiski (tonyp)" wrote:



 That is how it is supposed to work.  The way ip-alias-domains works is
 that it takes the IP address you come in on, reverses it, and then
 appends that string onto the username presented to it.  In this way,
 you will need 1 IP address for each domain you want to do mail for in
 order to avoid using [EMAIL PROTECTED] or bob%mydomainname.net.
 That default-domain option you used when you configured vpopmail will
 only append @pop.mymasterserver.net to the end of bob should it not
 successfully authenticate bob in the first place.

 Tony

 -Original Message-
 From: Zack Zeiler [mailto:[EMAIL PROTECTED]]
 Sent: Friday, September 29, 2000 10:36 AM
 To: [EMAIL PROTECTED]
 Subject: problem with virtual domains

 Hi!

 I am having a simple problem with vpopmail. I setup qmail, vpomail and

 it's sending, delivering and everything perfectly. The only problem is

 that when I pop off the server I have to
 enter my pop username as:

 [EMAIL PROTECTED]

 My other servers only require the pop username to be

 bob

 I am not sure where I blew it in my ./configuration

 Here is what I used to configure it.

 ./configure --enable-ip-alias-domains=y --enable-logging=y
 --enable-default-domain=pop.mymasterserver.net

 For clarification, I am planning on hosting multiple sites on the same

 server.  The server name is one thing and the virtual domain names are

 something else.  Any assistance would be great.

 Thanks.

 Zack




Re: Problem with SQWEBMAIL

2000-09-15 Thread Stefano Ghisolfi

Philipp Steinkrüger wrote:
 
 sqwebmail looks at your netscape prefernces to decide what language to
 use.
 check editpreferencesnavigatorlanguages.
 
 perhaps italien [it] is on top of your list. so if you have not installed
 the italien
 template (available at http://www.inter7.com/sqwebmail/) sqwebmail has no
 idea what template to use.
 
 add english or what ever.
My default language is english so...nothing changed

 
 if this does not work, untar the package again and rerun configure.
 dont use the --with-htmllibdir. /usr/local/share/sqwebmail is default.
I tried this but nothing. I think there is another problem but i've not
idea. I'll try to send a mail to the webmaster of
http://hak.feldkirch.com/~belu/sqwebmail/
Thanks 
Stefano



Re: Problem with SQWEBMAIL

2000-09-15 Thread Stefano Ghisolfi

 
 sqwebmail looks at your netscape prefernces to decide what language to
 use.
 check editpreferencesnavigatorlanguages.
 
 perhaps italien [it] is on top of your list. so if you have not installed
 the italien
 template (available at http://www.inter7.com/sqwebmail/) sqwebmail has no
 idea what template to use.
 
 add english or what ever.

Maybe the problem is here, also if i've checked the default Netscape's 
language is english
I've debugged the sqwebmail.c and i saw  that error is caused by a
problem like this. 
I' tried to exec the ./sqwebmail in the cgi dir and it gives me an
error:

[root@EDVX cgi-bin]# ./sqwebmail
Cache-Control: no-store
Pragma: no-cache
Content-Type: text/html; charset="us-ascii"
 
H1Internal error (module sqwebmail.c, line 1479) - contact system
administrator/H1
[root@EDVX cgi-bin]#  . 
Thanks
Stefano



Re: problem with qmail+vpopmail

2000-09-15 Thread Johan Almqvist

On Fri, Sep 15, 2000 at 07:18:07PM +0400, BugTraq wrote:
 Hi all,
 I have two questions:
 1) i use qmail+vpopmail+mysql how can i reject spammers ?
 i want to reject some man how mails me from [EMAIL PROTECTED]

/var/qmail/control/badmailfrom, documented in man 8 qmail-smtpd

You may also wish to use the rules file of tcpserver if you
are using tcpserver. Location and names of these files vary
with installation, packages and personal taste.

To be on the really safe side, you may want top consider
a) rblsmtpd, http://cr.yp.to/ucspi-tcp/rblsmtpd.html
b) spambouncer, http://www.spambouncer.org/
(yes, that works with vpopmail!)

-Johan
-- 
Johan Almqvist



RE: problem quota when using dot qmail

2000-09-14 Thread Martin Chung

Hi,

I found an alternative way to solve that problem rather than using perl
script,
in your dot qmail file type the lines like this :
| /path/to/vdelivermail '' ./user/Maildir/
I found that it can solve the problem that I want to forward all email to
other mail account and also keep a copy in my own account.

Regrads,
Martin

-Original Message-
From: Madrus - CBN [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 13, 2000 7:44 AM
To: Daniel Augusto Fernandes; [EMAIL PROTECTED]; Ken Jones
Subject: Re: problem quota when using dot qmail


Dear Ken,
I know how to solve that problem,
in your dot qmail file type something like this at
the first line :
  | mailquotacek username
then make a script like this :


mailquotacek script


#!/usr/bin/perl
use DBI;
use strict;
  my $nama = shift;
  my $table="mydomain.com";
  my $sqlstat  = "SELECT pw_shell, pw_dir FROM $table  WHERE
pw_name=\'$nama\'";
  my $dbh = DBI-connect('dbi:mysql:vpopmail;mysql.mydomain.com;port=3306',
   'user','password',) or die "error: $DBI::err
($DBI::errstr)\n";
  my $sth = $dbh-prepare(qq |$sqlstat|) or die "error: $DBI::err
($DBI::errstr)\n";
  $sth-execute or die "error: $DBI::err ($DBI::errstr)\n";
  $sth-bind_columns(undef, \my($batas, $lokasi));
  $sth-fetch;
  $sth-finish;
  $dbh-disconnect;
my $dikotak = `/usr/bin/du $lokasi/Maildir/ -sb`;
my ($nyatanya) = ($dikotak=~/^([\d]*)/);
if($nyatanya  $batas) {
print "User is over quota email returned.\n";
exit 100;
}
exit 0;


best regards,

Said Madrus
Jakarta - Indonesia.

- Original Message -
From: "Daniel Augusto Fernandes" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, September 13, 2000 2:57 AM
Subject: Re: problem quota when using dot qmail


 Ken Jones wrote:
 
  Said Madrus wrote:
  
   Dear all,
   if we use .qmail-user then vpopmail quota does not work,
   how to solve this problem ??
   thanks,
  
   said madrus
 
  There is no solution that i know of. Anyone have any ideas?

 Ken Jones wrote:
  e) qmail-local looks for a .qmail-user file. If found, follows
 the instructions there. (not vpopmail way except for aliases and
 forwards) NOTE: Future versions of vpopmail will contain alias
 and forward lookups)

 Ken,

 Could you explain your plans here?
 I didn't understand.


 Thanks,






Re: problem quota when using dot qmail

2000-09-12 Thread Ken Jones

Said Madrus wrote:
 
 Dear all,
 if we use .qmail-user then vpopmail quota does not work,
 how to solve this problem ??
 thanks,
 
 said madrus

There is no solution that i know of. Anyone have any ideas?

ken Jones



Re: problem quota when using dot qmail

2000-09-12 Thread Daniel Augusto Fernandes

Ken Jones wrote:
 
 Said Madrus wrote:
 
  Dear all,
  if we use .qmail-user then vpopmail quota does not work,
  how to solve this problem ??
  thanks,
 
  said madrus
 
 There is no solution that i know of. Anyone have any ideas?

Ken Jones wrote:
 e) qmail-local looks for a .qmail-user file. If found, follows
the instructions there. (not vpopmail way except for aliases and
forwards) NOTE: Future versions of vpopmail will contain alias
and forward lookups)

Ken,

Could you explain your plans here?
I didn't understand.


Thanks,



Daniel Augusto Fernandes (DAF tm)   [EMAIL PROTECTED]
GCSNethttp://www.gcsnet.com.br/

 Se você não encontra
 o sentido das coisas
 é porque este não
 se encontra, se cria.
   Antoine Saint-Exupéry



Re: Problem with quotas

2000-09-07 Thread Andrés

I have recompiled using that option, but the users still receive e-mails
which are much bigger than their quota.

What's the problem?

 Hello.

 I installed vpopmail normally, but now I want to define quotas for each
 user. Do I have to recompile vpopmail to support quotas?

 The option to enable quotas is --enable-hardquota=500 for example?

 Thanks in advance.





Re: Problem with quotas

2000-09-07 Thread Bill Shupp

Was the user created *before* you complied quota support in?  If so, then you
need to set the quota manually (vsetuserquota).  All new users will then get the
default hardquota, unless specified by the vadduser -q command.

-Bill

Quoting Andrés [EMAIL PROTECTED]:

 I have recompiled using that option, but the users still receive
 e-mails
 which are much bigger than their quota.
 
 What's the problem?
 
  Hello.
 
  I installed vpopmail normally, but now I want to define quotas for
 each
  user. Do I have to recompile vpopmail to support quotas?
 
  The option to enable quotas is --enable-hardquota=500 for
 example?
 
  Thanks in advance.
 
 
 



Re: Problem with quotas

2000-09-07 Thread Ken Jones

Andrés wrote:
 
 I have recompiled using that option, but the users still receive e-mails
 which are much bigger than their quota.
 
 What's the problem?
 
  Hello.
 
  I installed vpopmail normally, but now I want to define quotas for each
  user. Do I have to recompile vpopmail to support quotas?
 
  The option to enable quotas is --enable-hardquota=500 for example?
 
  Thanks in advance.

Recompiling doesn't change the users quota value in the authentication
tables. It only changes the default value set for new users.
With the default cdb authentication, do this:

grep user vpasswd

The last field is the quota. You can change a users quota with
vsetuserquota user@domain quota_in_bytes

Ken



Re: Problem with quotas

2000-09-07 Thread Andrés

What I wanted to say is that, even that I've put a default quota, when I add
a user it's supposed to have that default quota but, instead of that, it has
"NOQUOTA", so something's going wrong :-?



 Then it is working correctly. If the quota is set to NOQUOTA then
 it has no quota, and all email will be accepted.

 Ken Jones

 Andrés wrote:
 
  I've tried deleting the user and adding it again. It is supposed that
now it
  should have the default quota, but it's quota is "NOQUOTA" unless I
specify
  one... which doesn't work anyway because it still allows e-mails of any
size
  :-(
 
   Was the user created *before* you complied quota support in?  If so,
then
  you
   need to set the quota manually (vsetuserquota).  All new users will
then
  get the
   default hardquota, unless specified by the vadduser -q command.
  
   -Bill
  
   Quoting Andrés [EMAIL PROTECTED]:
  
I have recompiled using that option, but the users still receive
e-mails
which are much bigger than their quota.
   
What's the problem?
   
 Hello.

 I installed vpopmail normally, but now I want to define quotas for
each
 user. Do I have to recompile vpopmail to support quotas?

 The option to enable quotas is --enable-hardquota=500 for
example?

 Thanks in advance.
   
   
   
  





Re: Problem with quotas

2000-09-07 Thread Bill Shupp

That sounds like quotas are *not* compiled in.  I'm not sure why.  Anyone?

-Bill

Quoting Andrés [EMAIL PROTECTED]:

 What I wanted to say is that, even that I've put a default quota, when I
 add
 a user it's supposed to have that default quota but, instead of that, it
 has
 "NOQUOTA", so something's going wrong :-?
 
 
 
  Then it is working correctly. If the quota is set to NOQUOTA then
  it has no quota, and all email will be accepted.
 
  Ken Jones
 
  Andrés wrote:
  
   I've tried deleting the user and adding it again. It is supposed
 that
 now it
   should have the default quota, but it's quota is "NOQUOTA" unless I
 specify
   one... which doesn't work anyway because it still allows e-mails of
 any
 size
   :-(
  
Was the user created *before* you complied quota support in?  If
 so,
 then
   you
need to set the quota manually (vsetuserquota).  All new users
 will
 then
   get the
default hardquota, unless specified by the vadduser -q command.
   
-Bill
   
Quoting Andrés [EMAIL PROTECTED]:
   
 I have recompiled using that option, but the users still
 receive
 e-mails
 which are much bigger than their quota.

 What's the problem?

  Hello.
 
  I installed vpopmail normally, but now I want to define quotas
 for
 each
  user. Do I have to recompile vpopmail to support quotas?
 
  The option to enable quotas is --enable-hardquota=500 for
 example?
 
  Thanks in advance.



   
 
 
 



Re: problem!

2000-09-07 Thread J.M. Roth

Hello again.
Thanks for your answer.
I'm still quite confused about some things:

Since I added a .qmail-user file to every user (of the domain with the
problems) deliveries seem to work alright.
On other domains I don't have .qmail files for each user but mail still
seems to be delivered where it should...
I recall some similar discussion a while ago but I think I missed the grand
finale of it ;)
Also, why should I call vdelivermail only once? What if I only used the
/home/vpopmail/... thing without even 1 vdelivermail call?

Thanks again for shedding some light on this!!

J.M.Roth



- Original Message -
From: "Ken Jones" [EMAIL PROTECTED]
To: "J.M. Roth" [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Tuesday, September 05, 2000 8:38 PM
Subject: Re: problem!


  "J.M. Roth" wrote:
 
  Hi guys!
  Look at this setup:
  [root@cents /home/vpopmail/domains/acel.lu]# llm
  total 21k
  drwx--   5 vpopmail vchkpw   1.0k Sep  1 17:32 .
  drwx--  43 vpopmail vchkpw   2.0k Sep  1 16:07 ..
  -rw---   1 vpopmail vchkpw 34 Sep  1 16:08 .dir-control
  -rw---   1 vpopmail vchkpw 19 Sep  1 16:09 .qmail-burman
  -rw---   1 vpopmail vchkpw174 Sep  1 16:16 .qmail-contact
  -rw---   1 vpopmail vchkpw 21 Sep  1 16:10 .qmail-dura
  -rw---   1 vpopmail vchkpw 23 Sep  1 16:09 .qmail-fries
  -rw---   1 vpopmail vchkpw 21 Sep  1 16:09 .qmail-hirtz
  -rw---   1 vpopmail vchkpw 15 Sep  1 16:09 .qmail-koenig
  -rw---   1 vpopmail vchkpw 26 Sep  1 16:10 .qmail-kurtisi
  -rw---   1 vpopmail vchkpw 15 Sep  1 16:10 .qmail-malane
  -rw---   1 vpopmail vchkpw 30 Sep  1 16:10 .qmail-polfer
  -rw---   1 vpopmail vchkpw 17 Sep  1 16:10 .qmail-reuter
  -rw---   1 vpopmail vchkpw  0 Sep  1 16:07 .vpasswd.lock
  drwx--   3 vpopmail vchkpw   1.0k Sep  1 16:08 block
  drwx--   3 vpopmail vchkpw   1.0k Sep  1 16:08 kerschen
  drwx--   3 vpopmail vchkpw   1.0k Sep  1 16:07 postmaster
  -rw---   1 vpopmail vchkpw249 Sep  1 16:08 vpasswd
  -rw---   1 vpopmail vchkpw   2.3k Sep  1 16:08 vpasswd.cdb
 
  [root@cents /home/vpopmail/domains/acel.lu]# cd block
  [root@cents /home/vpopmail/domains/acel.lu/block]# llm
  total 3.0k
  drwx--   3 vpopmail vchkpw   1.0k Sep  1 16:08 .
  drwx--   5 vpopmail vchkpw   1.0k Sep  1 17:32 ..
  drwx--   5 vpopmail vchkpw   1.0k Sep  1 16:08 Maildir
 
  [root@cents /home/vpopmail/domains/acel.lu/block]# cd Maildir/
  [root@cents /home/vpopmail/domains/acel.lu/block/Maildir]# llm
  total 6.0k
  drwx--   5 vpopmail vchkpw   1.0k Sep  1 16:08 .
  drwx--   3 vpopmail vchkpw   1.0k Sep  1 16:08 ..
  drwx--   2 vpopmail vchkpw   1.0k Sep  1 16:08 cur
  drwx--   2 vpopmail vchkpw   1.0k Sep  1 16:08 new
  -rw---   1 vpopmail vchkpw 15 Sep  1 16:08 sqwebmail-pass
  drwx--   2 vpopmail vchkpw   1.0k Sep  1 16:08 tmp
 
  [root@cents /home/vpopmail/domains/acel.lu/block/Maildir]#
 
 
  /var/qmail/users/assign contains the line
  +acel.lu-:acel.lu:538:515:/home/vpopmail/domains/acel.lu:-::
  /var/qmail/control/virtualdomains contains this:
  acel.lu:acel.lu
  Now, when I send mail to [EMAIL PROTECTED] the following appears in the
  log:
  967822786.320142 info msg 46208: bytes 1449 from [EMAIL PROTECTED] qp
  10718 uid 502
  967822786.321317 starting delivery 15073: msg 46208 to local
  [EMAIL PROTECTED]
  967822786.321348 status: local 1/10 remote 0/20
  967822786.326289 delivery 15073: failure:
  Sorry,_no_mailbox_here_by_that_name._(#5.1.1)/
  967822786.326542 status: local 0/10 remote 0/20
  967822786.330691 bounce msg 46208 qp 10720
  Never had these problems before!

 Could be your .qmail-default file is messed up.

 
 
 
 
  Another question: can I mix several forwards and local deliveries in 1
  dot-qmail file?
  f.e. .qmail-default
  | vdelivermail blabla
  someguy@somewhere
  someotherguy@somewhere
  | vdelivermail blabla2

 In the .qmail-default file, only use vdelivermail once. If you want
 to also send the email to a vpopmail user, put in the full path
 to thier maildir, like /home/vpopmail/domains/iip.lu/blablah2/Maildir/

 
  etc.
 
  Thanks for your help!
 
  Regards,
 
  J.M.Roth
 





Re: problem!

2000-09-05 Thread Ken Jones

 "J.M. Roth" wrote:
 
 Hi guys!
 Look at this setup:
 [root@cents /home/vpopmail/domains/acel.lu]# llm
 total 21k
 drwx--   5 vpopmail vchkpw   1.0k Sep  1 17:32 .
 drwx--  43 vpopmail vchkpw   2.0k Sep  1 16:07 ..
 -rw---   1 vpopmail vchkpw 34 Sep  1 16:08 .dir-control
 -rw---   1 vpopmail vchkpw 19 Sep  1 16:09 .qmail-burman
 -rw---   1 vpopmail vchkpw174 Sep  1 16:16 .qmail-contact
 -rw---   1 vpopmail vchkpw 21 Sep  1 16:10 .qmail-dura
 -rw---   1 vpopmail vchkpw 23 Sep  1 16:09 .qmail-fries
 -rw---   1 vpopmail vchkpw 21 Sep  1 16:09 .qmail-hirtz
 -rw---   1 vpopmail vchkpw 15 Sep  1 16:09 .qmail-koenig
 -rw---   1 vpopmail vchkpw 26 Sep  1 16:10 .qmail-kurtisi
 -rw---   1 vpopmail vchkpw 15 Sep  1 16:10 .qmail-malane
 -rw---   1 vpopmail vchkpw 30 Sep  1 16:10 .qmail-polfer
 -rw---   1 vpopmail vchkpw 17 Sep  1 16:10 .qmail-reuter
 -rw---   1 vpopmail vchkpw  0 Sep  1 16:07 .vpasswd.lock
 drwx--   3 vpopmail vchkpw   1.0k Sep  1 16:08 block
 drwx--   3 vpopmail vchkpw   1.0k Sep  1 16:08 kerschen
 drwx--   3 vpopmail vchkpw   1.0k Sep  1 16:07 postmaster
 -rw---   1 vpopmail vchkpw249 Sep  1 16:08 vpasswd
 -rw---   1 vpopmail vchkpw   2.3k Sep  1 16:08 vpasswd.cdb
 
 [root@cents /home/vpopmail/domains/acel.lu]# cd block
 [root@cents /home/vpopmail/domains/acel.lu/block]# llm
 total 3.0k
 drwx--   3 vpopmail vchkpw   1.0k Sep  1 16:08 .
 drwx--   5 vpopmail vchkpw   1.0k Sep  1 17:32 ..
 drwx--   5 vpopmail vchkpw   1.0k Sep  1 16:08 Maildir
 
 [root@cents /home/vpopmail/domains/acel.lu/block]# cd Maildir/
 [root@cents /home/vpopmail/domains/acel.lu/block/Maildir]# llm
 total 6.0k
 drwx--   5 vpopmail vchkpw   1.0k Sep  1 16:08 .
 drwx--   3 vpopmail vchkpw   1.0k Sep  1 16:08 ..
 drwx--   2 vpopmail vchkpw   1.0k Sep  1 16:08 cur
 drwx--   2 vpopmail vchkpw   1.0k Sep  1 16:08 new
 -rw---   1 vpopmail vchkpw 15 Sep  1 16:08 sqwebmail-pass
 drwx--   2 vpopmail vchkpw   1.0k Sep  1 16:08 tmp
 
 [root@cents /home/vpopmail/domains/acel.lu/block/Maildir]#
 
 
 /var/qmail/users/assign contains the line
 +acel.lu-:acel.lu:538:515:/home/vpopmail/domains/acel.lu:-::
 /var/qmail/control/virtualdomains contains this:
 acel.lu:acel.lu
 Now, when I send mail to [EMAIL PROTECTED] the following appears in the
 log:
 967822786.320142 info msg 46208: bytes 1449 from [EMAIL PROTECTED] qp
 10718 uid 502
 967822786.321317 starting delivery 15073: msg 46208 to local
 [EMAIL PROTECTED]
 967822786.321348 status: local 1/10 remote 0/20
 967822786.326289 delivery 15073: failure:
 Sorry,_no_mailbox_here_by_that_name._(#5.1.1)/
 967822786.326542 status: local 0/10 remote 0/20
 967822786.330691 bounce msg 46208 qp 10720
 Never had these problems before!

Could be your .qmail-default file is messed up.

 
 
 
 
 Another question: can I mix several forwards and local deliveries in 1
 dot-qmail file?
 f.e. .qmail-default
 | vdelivermail blabla
 someguy@somewhere
 someotherguy@somewhere
 | vdelivermail blabla2

In the .qmail-default file, only use vdelivermail once. If you want
to also send the email to a vpopmail user, put in the full path
to thier maildir, like /home/vpopmail/domains/iip.lu/blablah2/Maildir/

 
 etc.
 
 Thanks for your help!
 
 Regards,
 
 J.M.Roth




Re: Problem with vpopmail

2000-08-25 Thread Ken Jones

Dominik Dausch wrote:
 
 Hello,
 
 i have a little problem with vpopmail. All the bounces that come into
 the "root" Mailbox on a sendmail installation are delivered by qmail
 to /var/qmail/alias/Mailbox. Is there a possibility to catch these
 bounces, error-messages and cron messages by a virtual domain, so i
 can pop these messages?
 
 --
 Mit freundlichen Grüßen,
 
 Dominik Dausch

Sure:

echo "[EMAIL PROTECTED]"  /var/qmail/alias/.qmail-root

You might also want to do it for .qmail-mailer-daemon and
.qmail-postmaster.

Ken



Re: Problem with C program for Signup

2000-08-23 Thread andy

Harsha-

Like previously mentioned, it's a problem with permissions.  Your web
server is probably running as the user "nobody" and you need root
permissions to add a user.  The quickest and (somewhat) safe method to do
this is to get the package called "sudo" and give the user "nobody" rights
to run vadduser.

-Andy
[EMAIL PROTECTED]

[EMAIL PROTECTED] writes:

 Hi,
 
 I have written a C program to create a s new user on a vpopmail domain,
 which is run from the command line. This works fine.
 
 Now I need to let a user signup himself by cliacking a link "Sign me up
 now". The sign up page has four text fields - UserID, password1, password2
 and the user's RealName. Up on submit the values are posted to a C progam
 (almost similar to the above mentioned) which takes the parameters
 correctly.
 
 But strangely in this case, the function vadduser fails to add the user to
 the specified domain. It should have worked. I could'nt figure out why its
 failing.
 
 The parameters are...
 vadduser(userid, domain, password, realname);
 
 Can any body tell me why??
 
 sincerely,
 Harsha
 
 






Re: Problem with C program for Signup

2000-08-23 Thread Sean P. Scanlon


You could also use the vpopmail perl module

http://search.cpan.org/search?mode=modulequery=vpopmail

This won't fix your permissions problem, but thought I should mention it
anyways

[EMAIL PROTECTED] writes:

 Harsha-
 
 Like previously mentioned, it's a problem with permissions.  Your web
 server is probably running as the user "nobody" and you need root
 permissions to add a user.  The quickest and (somewhat) safe method to do
 this is to get the package called "sudo" and give the user "nobody" rights
 to run vadduser.


 
 -Andy
 [EMAIL PROTECTED]
 
 [EMAIL PROTECTED] writes:
 
  Hi,
  
  I have written a C program to create a s new user on a vpopmail domain,
  which is run from the command line. This works fine.
  
  Now I need to let a user signup himself by cliacking a link "Sign me up
  now". The sign up page has four text fields - UserID, password1, password2
  and the user's RealName. Up on submit the values are posted to a C progam
  (almost similar to the above mentioned) which takes the parameters
  correctly.
  
  But strangely in this case, the function vadduser fails to add the user to
  the specified domain. It should have worked. I could'nt figure out why its
  failing.
  
  The parameters are...
  vadduser(userid, domain, password, realname);
  
  Can any body tell me why??
  
  sincerely,
  Harsha
  
  

-- 

--
-
Sean P. Scanlon
perl -e 'print pack("h38", "3707370426c6575646f647e2e65647"), "\n"'
-

"Personally, I think hashes are gods greatest gift to the programmer. I
love them. If I could turn my wife into one, I would. "
-seen in 'comp.lang.perl.misc'



Re: Problem with vpopmail simple filter

2000-08-22 Thread Matthias Henze

hi,

first please get the actual filter code - to be found at:

http://www.mhcsoftware.de/qmail/

IT IS BASED ON: vpopmail-4.8.9 !!

ken messed several things up by applying my patch - this way it will never 
work - the new filter code has mutch more features, like time dependent 
filters !

get it, read README.filter, try it ... ask me if you have any questions.


At 10:15 22.08.00 +0900, you wrote:
Hi,
I'm not very well english, understand me ^^

I want to mail filterling

Exampily

If 'From' header include '[EMAIL PROTECTED]' String
then this message is send to TEST local folder.

I'm compiled with --enable-deliver-filter=y option

and I touched .vpopfilter file in virtualUser's home directory.

- .vpopfilter --
- From [EMAIL PROTECTED] .INBOX.TEST -

What is problem?


Matthias Henze MH458-RIPE
[EMAIL PROTECTED]

Use PGP!! http://www.mhcsoftware.de/MatthiasHenze.asc
-
MHC SoftWare GmbH  voice: +49-(0)9533-92006-0
Fichtera 17  fax: +49-(0)9533-92006-6
96274 Itzgrund/Germanye-Mail: [EMAIL PROTECTED]
-




Re: problem with .qmail processing

2000-07-27 Thread Ken Jones


The .qmail files under a users directory only support forwarding
email. It doesn't support the | /program commands.

You could put a .qmail-sms file in the base domain directory
~vpopmail/domains/domain.com/.qmail-sms

Ken Jones

Flavio Curti wrote:
 
 hi
 
 i have a little problem with the processing of a user specific .qmail.
 i have the user sms
 now i want all mail for sms-$bla delivered to it. this works fine.
 now i add a .qmail file in /domain/sms with the line
 | /usr/local/bin/qmail-pager.pl
 in it. now the delivery loops forever:
 
 2000-07-26 16:28:23.218238500 starting delivery 7790: msg 655266 to local
 domain-sms-123456@domain
 2000-07-26 16:28:23.218247500 status: local 2/10 remote 0/20
 2000-07-26 16:28:23.218250500 delivery 7789: success: did_0+0+1/
 2000-07-26 16:28:23.218253500 status: local 1/10 remote 0/20
 2000-07-26 16:28:23.218257500 end msg 655267
 2000-07-26 16:28:23.322424500 new msg 655267
 2000-07-26 16:28:23.322431500 info msg 655267: bytes 60274 from root@domain qp 
29002
 uid 1008
 2000-07-26 16:28:23.359191500 starting delivery 7791: msg 655267 to local
 domain-sms-123456@domain
 2000-07-26 16:28:23.359200500 status: local 2/10 remote 0/20
 2000-07-26 16:28:23.359203500 delivery 7790: success: did_0+0+1/
 2000-07-26 16:28:23.359206500 status: local 1/10 remote 0/20
 2000-07-26 16:28:23.359210500 end msg 655266
 2000-07-26 16:28:23.470336500 new msg 655266
 2000-07-26 16:28:23.470342500 info msg 655266: bytes 60387 from root@domain qp 
29009
 uid 1008
 2000-07-26 16:28:23.505828500 starting delivery 7792: msg 655266 to local
 domain-sms-123456@domain
 2000-07-26 16:28:23.505837500 status: local 2/10 remote 0/20
 2000-07-26 16:28:23.505841500 delivery 7791: success: did_0+0+1/
 2000-07-26 16:28:23.505844500 status: local 1/10 remote 0/20
 2000-07-26 16:28:23.505847500 end msg 655267
 2000-07-26 16:28:23.610022500 new msg 655267
 2000-07-26 16:28:23.610028500 info msg 655267: bytes 60500 from root@domain qp 
29016
 uid 1008
 
 and so on. the source of the perl script (for now, it's just a test):
 
 #!/usr/bin/perl
 
 while (STDIN){
 print $_;
 }
 
 exit(0);
 
 hope anyone can help me, thanks
 
 Flavio
 
 --
 -=: http://frame-eleven.com :=-.