Hi,
I've copy old directory ~vpopmail/domains/domain to new system over nfs,
and normal cp. But new system (vpopmail 5.3.8) dosnt display quota
correctly. I've would like to recalculate users dirs to update quota file.
Something like standard repquota. Any suggestions?
--
___
On Friday 18 October 2002 08:24 pm, Eduardo J. QuirĂ³s B. wrote:
> My .dir-control got corrupted
>
> how can I generate a new one?
>
> thanks
Just delete the .dir-control file. A new one will be created
automatically. The dir control algorythm is conservative
enough that starting over should not im
Domain based quotas are not part of vpopmail.
It is suggested you use file system quotas can
keep each domain under a separate /etc/passwd user
home directory. vadddomain -u username domainname.
Ken Jones
On Friday 18 October 2002 10:40 am, tech wrote:
> hello,
>
> how can i see the quota fixed
dom_89 should exist within the mysql dir_control table to
keep track of directory layouts for domains. The name
should be dom_'user id of vpopmail user'.
Ken Jones
On Friday 18 October 2002 09:15 am, [EMAIL PROTECTED] wrote:
> Are you asking permission? :)
>
> There is no software out there that
Hi,
I've been trying to implement that myself and I've run into the problem of
running courier-imap as root. In a normal vpopmail setup, I run
courier-imap as vpopmail so that new directories etc are created as the
vpopmail user. If I have multiple domains under different users I must run
courie
On Saturday 05 October 2002 04:58 am, Sigmund Lundgren wrote:
> In the vpopmail user account the 'users' directory was missing.
> I had to manually create it to get vadduser to work correctly
> with users belonging to the default domain (i.e. vadduser aUser).
>
> Minor inconvenience but might distr
I run system quotas and use courier-imap. After a user authenticates,
courier switches ID to that user before execing imapd or pop3d. All new
folders created are that of the authenticated user. If they're created as
root (which imapd should *not* be running as root), then there's a
problem wit
Hi,
Thanks, I figured as much but haven't been able to find the correct
configuration switch to do that. I'm running it via tcpserver because it
doesn't appear to work correctly when using it's own version of tcpserver
and ip domains (ie it's not passing the IP address to vpopmail).
I'll take a
Did you give apache a restart after adding those lines to the config?
(apachectl graceful). Also, what kind of problems are you having with
authentication? Is it that the username and password you set in your
htaccess files are not working? Or is it that it doesn't even ask for one.
-Clayton
-
I still force users to use their full email address as
the account name rather than map the IP to the domain
for them. It makes debugging easier, however more of a
hassle for the end users. One day I'll dig into getting
the IP->domain mapping to work.
Just tell the users to use their "full emai
Hi,
While I don't have hundreds of domains using ip mapping I do have thousands
of users mapped to 3 different individual domains. That is a left over from
our move from sendmail to qmail and merging all the old mail servers into
one. All the new client domains are setup to use full user @ domain,
it asks me but once I enter the passwd it tells me I don't have access.
Is there a permission error here somewere or is the something special I
need to do to the vqadmin.passwd file (the one with the password) that I
overlooked? or is it a problem in the vqadmin.acl file. I can see were
it might be
Hi
I'm a Debian user and installed Vpopmail
vpopmail-bin 4.9.9-1
And all the other Debian packages that depend on this version.
I done vadddomain and vadduser
When I try to login with my UN and PW my syslog tells me:
Oct 22 17:54:09 alphonse vpopmail[31832]: vchkpw: password fail
[EMAIL PROTECT
Zeno,
I am also a Debian user, and I'd recommend you to compile a fresh copy
of vpopmail since debian packages won't give you any freedom to
pre-configure options on your system. Also if vpopmail version is too
old, try the unstable distribution.
Greetings !
El mar, 22-10-2002 a las 10:
On 22.10.2002 19:20 Uhr, "Alfredo Perez" <[EMAIL PROTECTED]> wrote:
> I am also a Debian user, and I'd recommend you to compile a fresh copy
> of vpopmail since debian packages won't give you any freedom to
> pre-configure options on your system. Also if vpopmail version is too
> old, try the unst
Hi Zeno,
On Tue, 22 Oct 2002 18:10:40 +0200
Zeno Davatz <[EMAIL PROTECTED]> wrote:
> 1. Why can't I log in
Do (as root) a
[EMAIL PROTECTED] \
P=your_password \
printf "$U\0$P\0SDKFJSD\0" | \
strace -o /tmp/vchkpw.log -s 256 -f -e trace=file,read \
/home/vpopmail/bin/vchkpw /bin/true 3<&0; echo
Hi Zeno,
On Tue, 22 Oct 2002 18:29:39 +0200
Zeno Davatz <[EMAIL PROTECTED]> wrote:
> What about the other packages? Did you compile them yourself as well
> or did you do apt-get (qmail, etc.)?
vpopmail does not depend in a special (debian build) qmail-version and
it does not require you having
Thanks for helping:
On 22.10.2002 18:34 Uhr, "Peter Palmreuther" <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] \
> P=your_password \
> printf "$U\0$P\0SDKFJSD\0" | \
> strace -o /tmp/vchkpw.log -s 256 -f -e trace=file,read \
> /home/vpopmail/bin/vchkpw /bin/true 3<&0; echo $?
I get:
alphonse:/u
On 22.10.2002 18:42 Uhr, "Peter Palmreuther" <[EMAIL PROTECTED]> wrote:
> Hi Zeno,
>
> On Tue, 22 Oct 2002 18:29:39 +0200
> Zeno Davatz <[EMAIL PROTECTED]> wrote:
>
>> What about the other packages? Did you compile them yourself as well
>> or did you do apt-get (qmail, etc.)?
>
> vpopmail doe
Zeno,
I compiled every single package (it is easier for me to have an up to
date version when compiling), including qmail (qmail is also distributed
as source in debian), vpopmail, courier-imap and all tools related to
qmail (daemontools, etc...)
I never use apt for my e-mail server installa
Hi Zeno,
On Tue, 22 Oct 2002 18:48:08 +0200
Zeno Davatz <[EMAIL PROTECTED]> wrote:
>> [EMAIL PROTECTED] \
>> P=your_password \
>> printf "$U\0$P\0SDKFJSD\0" | \
>> strace -o /tmp/vchkpw.log -s 256 -f -e trace=file,read \
>> /home/vpopmail/bin/vchkpw /bin/true 3<&0; echo $?
>
> I get:
> alphonse:
Hi Zeno,
On Tue, 22 Oct 2002 18:52:26 +0200
Zeno Davatz <[EMAIL PROTECTED]> wrote:
> I got all this done already execpt freecdb. Will get that as soon as
> my vpopmail works.
Whatever ... But you know 'freecdb' is not tied to vpopmail but useful
for _all_ .cdb files, e.g. those tcpserver uses ev
Sorry I am a Newbie.
On 22.10.2002 19:04 Uhr, "Peter Palmreuther" <[EMAIL PROTECTED]> wrote:
> Replace '/home/vpopmail/' with the path to vpopmail home directory (e.g.
> '~vpopmail/') of your installation. Should have been obvious you should
> do a test run of vchkpw, _of course_ with correct pat
On 22.10.2002 19:57 Uhr, "Alfredo Perez" <[EMAIL PROTECTED]> wrote:
> I compiled every single package (it is easier for me to have an up to
> date version when compiling), including qmail (qmail is also distributed
> as source in debian), vpopmail, courier-imap and all tools related to
> qmail (da
Over the past several days, I've painstakingly installed QMail 1.03, OpenLDAP 2.0.x,
qmail-scanner, SpamAssassin, and f-prot onto a mail server. It's all working as it
sits. I'm using ldap only for authentication. (either plaintext or MD5 passwords in
the LDAP DB)
Now the game is to get vpopm
On 22.10.2002 19:04 Uhr, "Peter Palmreuther" <[EMAIL PROTECTED]> wrote:
> OK ... shouldn't be that hard, really.
>
> Replace '/home/vpopmail/' with the path to vpopmail home directory (e.g.
> '~vpopmail/') of your installation. Should have been obvious you should
> do a test run of vchkpw, _of co
Hi all.
Is there any patch for qmail+vpopmail that allows smtp authentication
against vpopmail passwd file?
TIA
-ejg
Over the past several days, I've painstakingly installed QMail 1.03, OpenLDAP 2.0.x,
qmail-scanner, etc onto a mail server. It's all working as it sits, as in I can create
an LDAP entry, and send email to it immediately, with dynamic home account creation.
I'm using ldap only for authentication.
OK, so I'm to use qmailUser.schema, NOT qmail.schema? Well, I tried loading both, and
openLDAP would not start. =/ so I guess so!
I don't quite understand. Do you think I should NOT use the latest "stable"?
You feel I should be using vpopmail 5.3.9 ("unstable"?)
-Ben
Matteo Ridolfi <[EMAIL
http://members.elysium.pl/brush/qmail-smtpd-auth/faq.html#a3
Please search around first a little bit before posting to the list. You
could've found this with a simple search on google for qmail smtp auth.
-Clayton
-Original Message-
From: Eduardo Gargiulo [mailto:ejg-qmail@;ar.homelinux
i think there is a problem with smtp-auth`s new version (0.31) Version
0.30 is working very well. Has anybody tried the new version (0.31)?
- Original Message -
From: "Clayton Weise" <[EMAIL PROTECTED]>
To: "Eduardo Gargiulo" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday,
Matteo, thanks for the help.
Haven't changed versions. Here's what I note:
When I run the adddomain program for "testq.com", a directory
/var/qmail/vpopmail/domains/testq.com is created, with subdirs like
postmaster/Maildir. Yet qmail as currently configured will auto-create a directory
stru
Hi. It seems as though no matter what version of vpopmail I try to
compile on my Solaris 8
workstation, I always get:
No rule to make target `cdb/*.o', needed by `libvpopmail.a'. Stop.
Can anyone offer any suggestions?
Thank you in advance.
make[2]: Leaving directory `/var/tmp/vpopmail-4.9.9/c
Hi
I have this pb with vpopmail
could you help me ?
thanks for the help.
@40003db5b1502d71339c new msg 486739
@40003db5b1502d713f54 info msg 486739: bytes 6864558 from <> qp 18510
uid 1009
@40003db5b1502ddece34 starting delivery 48657: msg 486739 to local
[EMAIL PROTECTED]
@4000
Check the .qmail-default file for socdir.fr and make sure that it's not
forwarding the email to [EMAIL PROTECTED]
---
julien koffel wrote:
Hi
I have this pb with vpopmail
could you help me ?
thanks for the help.
@40003db5b1502d71339c new msg 486739
@40003db5b15
I can see the new 5.3.9 dev release has this functinality implemented.
Only one problem, someone forgot to include the table layout.
As I can see, then the patch isn't complete either.
example. vmysql.h misses the LIMITS_TABLE_LAYOUT define and I think it goes
for the rest of the "sql" files.
Has
Yeah, I'm using it and it works fine.
-Original Message-
From: Tunc Gunergun [mailto:tunc@;bilgidunyasi.com.tr]
Sent: Tuesday, October 22, 2002 1:20 PM
To: Clayton Weise; Eduardo Gargiulo; [EMAIL PROTECTED]
Subject: Re: [vchkpw] smtp-auth
i think there is a problem with smtp-auth`s new v
The layout should have been in vmysql.h. I must have tested
the wrong directory when I thought I tested 5.3.9. I see
its missing.
This should be appended to vmysql.h:
#ifdef ENABLE_MYSQL_LIMITS
#define LIMITS_TABLE_LAYOUT "domain CHAR(64) PRIMARY KEY, \
maxpopaccounts INT(10) N
On Tuesday, October 22, 2002, at 02:37 PM, Brian Kolaci wrote:
The layout should have been in vmysql.h. I must have tested
the wrong directory when I thought I tested 5.3.9. I see
its missing.
This should be appended to vmysql.h:
#ifdef ENABLE_MYSQL_LIMITS
#define LIMITS_TABLE_LAYOUT "doma
On 2002.10.22_10:23:41_+, Afif wrote:
> Dear all,
>
Hi Afif,
> i. This is the qmail-send program at inf.untag-sby.ac.id.
> I'm afraid I wasn't able to deliver your message to the following addresses.
> This is a permanent error; I've given up. Sorry it didn't work out.
>
> <[EMAIL PROTECTED
On Mon, 2002-10-21 at 19:54, Martin Chung wrote:
> Hi,
>
> I am using vpopmail 5.2.1 and I did not modify the quota warning percentage (default
>is 90%). When the quota reach or above 90%, a warning email will be sent to that user
>and I found that there is a file called "quotawarn" created in
On Tuesday, October 22, 2002, at 09:26 PM, [EMAIL PROTECTED] wrote:
Actually, could I ask a simple question? What is the syntax for the
'--enable-defaultquota=' flag when configuring vpopmail? To set a
quota
of 500Mb, is it '--enable-defaultquota=500M'? I guess I just don't
know
if the 'M'
hello,alll
could you all help me,
i want to convert my vpasswd to mysql database (i change vpopmail to
auth to mysql)
i have try
#vconvert -s -m
it's say success, but i loss my another account in mysql and account
that i converted (vpomail table empty)
(vpopmail compile with many-domain=y)
ple
hi thanks for response!
i have this in my qmail_default:
| /home/vpopmail/bin/vdelivermail '' bounce-nomailbox
but i think it don't work!
another idea?
thanks a lot
-Message d'origine-
De : Nyt Q. Crawler [mailto:nytcrwlr70@;netscape.net]
Envoye : mardi 22 octobre 2002 23:09
A : vchkpw
44 matches
Mail list logo