Re: quota with courier-imap

2003-07-06 Thread Emmanuel Lacour
On Sat, Jul 05, 2003 at 05:23:57PM +, yves codjia wrote:
 hello all 
 I searched for a way to implement IMAP quota using CourierIMAP + authmysqlrc 
 some one can help me pls !

Two ways:

- use maildrop to deliver, it can search for quota in mysql then deliver
the message and update the maildisize file (which contain the maildir
quotas). Courier-imap will take care of this file.

- If you're using postfix, you could use also the patch to the virtual
delivery agent (http://www.oav.net/vda/), it support maildirs quota
and of course can use a mysql table.

If courier-imap works with mysql like with ldap, it seems it never use
the quota field in authldaprc and just uses the maildirsize file :-(



-- 
Emmanuel Lacour  Easter-eggs
44-46 rue de l'Ouest  -  75014 Paris   -   France -  Métro Gaité
Phone: +33 (0) 1 43 35 00 37- Fax: +33 (0) 1 41 35 00 76
mailto:[EMAIL PROTECTED]   -http://www.easter-eggs.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Woody Stable and Kernel 2.4.21

2003-07-06 Thread George Georgalis
On Thu, Jul 03, 2003 at 04:33:18PM +0200, Eduard Bloch wrote:
#include hallo.h
* Jason Lim [Wed, Jul 02 2003, 10:51:35PM]:

 Nowadays, many motherboards have built-in ethernet ports. The most common
 seem to be either the SiS chipset (SIS900) or Intel's one (don't know what
 model number... but i think eepro or something?)
 
 Realtek is the most common PCI one... virtually all cheap PCI LAN cards
 have Realtek chipsets.

All mentioned cards are supported by the bf2.4 kernel or will be
supported by the next generations of boot-floppies. What is your
problem? The broadcom things are not supported just because the stupid
drivers are not part of the normal vanilla kernel.


Can you be more specific about broadcom drivers (the red hat
bug report wasn't). I had a heck of a time installing on a
dell laptop which required a pcmcia card to get the install
along enough to download a kernel and Xfree, I bet the linux
broadcom net driver was on a cd though. here's a rough write up
http://galis.org/doc/dell.inspiron.1100.html (with references to RH
bugzilla)

Just as frustrating (and I don't know the timetable with the bf2.4 and
realtek drivers) is the missing realtek, I have a 'bunch' of realtek
cards I picked up for $5 each, but I have to put in a tulip card to get
through the install.

Realtek is in next boot floppies, great. In the next gen boot floppies I
would suggest making one for each type of driver, eg all the drivers/net
might fit on one, so people using floppies don't need the whole set;
also why not make all or virtually all the modules under such a
system. If somebody has disk space issues they can rm unneeded ones
before they continue the install. Plus a 20Mb install cdrom that works
with virtually everything would be okay. (actually install disk driver
issues kept me away from debian for over a year.)

// George


-- 
GEORGE GEORGALIS, System Admin/Architectcell: 646-331-2027IXOYE
Security Services, Web, Mail,mailto:[EMAIL PROTECTED] 
Multimedia, DB, DNS and Metrics.   http://www.galis.org/george 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: quota with courier-imap

2003-07-06 Thread Emmanuel Lacour
On Sat, Jul 05, 2003 at 05:23:57PM +, yves codjia wrote:
 hello all 
 I searched for a way to implement IMAP quota using CourierIMAP + authmysqlrc 
 some one can help me pls !

Two ways:

- use maildrop to deliver, it can search for quota in mysql then deliver
the message and update the maildisize file (which contain the maildir
quotas). Courier-imap will take care of this file.

- If you're using postfix, you could use also the patch to the virtual
delivery agent (http://www.oav.net/vda/), it support maildirs quota
and of course can use a mysql table.

If courier-imap works with mysql like with ldap, it seems it never use
the quota field in authldaprc and just uses the maildirsize file :-(



-- 
Emmanuel Lacour  Easter-eggs
44-46 rue de l'Ouest  -  75014 Paris   -   France -  Métro Gaité
Phone: +33 (0) 1 43 35 00 37- Fax: +33 (0) 1 41 35 00 76
mailto:[EMAIL PROTECTED]   -http://www.easter-eggs.com




Re: gFTP problems?

2003-07-06 Thread Fraser Campbell
On July 5, 2003 09:07 pm, Martin Wheeler wrote:

 This is the information I wanted -- thanks for confirming my suspicions.
 (I'd actually checked my own firewall settings, and port 20 is open for
 ftp; I tried opening up another port to see if the remote would find it,
 but it didn't.  So I was at a bit of a loss as to which of us had a
 problem.)

Are you certain that you're allowing port 20?  In active-mode (i.e. not 
passive) the ftp server makes a connection to the client, the client does not 
establish the connection to port 20.

 Guess I now have to persuade the ISP to tell me which port they have open
 for ftp traffic -- presumably they've closed down port 20 to discourage the
 black-hats.

If it's working for other clients (Cute FTP?) then it should work for you.  
Are you using a Linux firewall?  In a Linux 2.2 firewall you should load the 
ip_masq_ftp module.  In a Linux 2.4 firewall you should use the 
ip_conntrack_ftp module.  Have you run a tcpdump on you Internet interface to 
ensure that the packets from source port 20 are indeed not reaching you?

-- 
Fraser Campbell [EMAIL PROTECTED] http://www.wehave.net/
Halton Hills, Ontario, Canada Debian GNU/Linux




Re: Woody Stable and Kernel 2.4.21

2003-07-06 Thread George Georgalis
On Thu, Jul 03, 2003 at 04:33:18PM +0200, Eduard Bloch wrote:
#include hallo.h
* Jason Lim [Wed, Jul 02 2003, 10:51:35PM]:

 Nowadays, many motherboards have built-in ethernet ports. The most common
 seem to be either the SiS chipset (SIS900) or Intel's one (don't know what
 model number... but i think eepro or something?)
 
 Realtek is the most common PCI one... virtually all cheap PCI LAN cards
 have Realtek chipsets.

All mentioned cards are supported by the bf2.4 kernel or will be
supported by the next generations of boot-floppies. What is your
problem? The broadcom things are not supported just because the stupid
drivers are not part of the normal vanilla kernel.


Can you be more specific about broadcom drivers (the red hat
bug report wasn't). I had a heck of a time installing on a
dell laptop which required a pcmcia card to get the install
along enough to download a kernel and Xfree, I bet the linux
broadcom net driver was on a cd though. here's a rough write up
http://galis.org/doc/dell.inspiron.1100.html (with references to RH
bugzilla)

Just as frustrating (and I don't know the timetable with the bf2.4 and
realtek drivers) is the missing realtek, I have a 'bunch' of realtek
cards I picked up for $5 each, but I have to put in a tulip card to get
through the install.

Realtek is in next boot floppies, great. In the next gen boot floppies I
would suggest making one for each type of driver, eg all the drivers/net
might fit on one, so people using floppies don't need the whole set;
also why not make all or virtually all the modules under such a
system. If somebody has disk space issues they can rm unneeded ones
before they continue the install. Plus a 20Mb install cdrom that works
with virtually everything would be okay. (actually install disk driver
issues kept me away from debian for over a year.)

// George


-- 
GEORGE GEORGALIS, System Admin/Architectcell: 646-331-2027IXOYE
Security Services, Web, Mail,mailto:[EMAIL PROTECTED] 
Multimedia, DB, DNS and Metrics.   http://www.galis.org/george