Re: [ilugd] user quota on /var/spool/mail

2007-03-13 Thread Soi, Dhruv
There is no need to enter into arena of Filesystem quota. Better apply VDA
patch to postfix and take advantage of mailbox quota.

Cheers!
Dhruv
Torrid Consulting
www.torridconsulting.com


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
On Behalf Of Siva Prasad
Sent: Tuesday, March 13, 2007 10:41 AM
To: ilugd@lists.linux-delhi.org
Subject: [ilugd] user quota on /var/spool/mail

  
Hi finz,

I need to implement quota on /var/spool/mail directory, to restrict the
users from mail quota access. 
Please suggest me with the best possible way to do that. I have installed OS
with auto partitions. 

OS  :   Centos 4.4
Mail service:   Postfix

Please help me. 

Regards Siva Prasad

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] user quota on /var/spool/mail

2007-03-13 Thread Karanbir Singh
Siva Prasad wrote:
   
 Hi finz,
 
 I need to implement quota on /var/spool/mail directory, to restrict the users 
 from mail quota access. 
 Please suggest me with the best possible way to do that. I have installed OS 
 with auto partitions. 
 
 OS:   Centos 4.4
 Mail service  :   Postfix
 
 Please help me. 

postfix is the mta, are you serving this mail to usrs via dovevot or 
cyrus  ?

Cyrus has builtin quota handling that works a lot better than filesystem 
   limits, also it lets you manage that using a sane(er?) interface.


-- 
Karanbir Singh : http://www.karan.org/ : [EMAIL PROTECTED]

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


[ilugd] Postfix mail send access to only one domain

2007-03-13 Thread Siva Prasad
  
hi frnz...

I need a help...

I have configured Postfix mail server, every thing is working fine. Now I want 
to restrict that mail server to send mail to only one domain and restraict 
mails to other domains. 
I mean I should be able to send mail to  example1.com  when ever the user 
trying to send mail to other domains the mail should bounce.

Can any one please help me in doing this.

OS :Centos 4.4
Mail server:Postfix 2.2.20

Regards 
Siva Prasad

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] user quota on /var/spool/mail

2007-03-13 Thread Siva Prasad
Hi, 
I am using dovevot.

Thaks for your intrest and helping.. in advance

Regards
Siva Prasad


On Tue, 13 Mar 2007 Karanbir Singh wrote :
Siva Prasad wrote:
 
  Hi finz,
 
  I need to implement quota on /var/spool/mail directory, to restrict the 
  users from mail quota access.
  Please suggest me with the best possible way to do that. I have installed 
  OS with auto partitions.
 
  OS  :   Centos 4.4
  Mail service:   Postfix
 
  Please help me.

postfix is the mta, are you serving this mail to usrs via dovevot or
cyrus  ?

Cyrus has builtin quota handling that works a lot better than filesystem
limits, also it lets you manage that using a sane(er?) interface.


--
Karanbir Singh : http://www.karan.org/ : [EMAIL PROTECTED]

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] Postfix mail send access to only one domain

2007-03-13 Thread Soi, Dhruv
http://www.postfix.org/RESTRICTION_CLASS_README.html#external

All of your questions about postfix can be answered by -- www.postfix.org
Try to spend sometime in exploring the same...

Cheers!
Dhruv
Torrid Consulting
www.torridconsulting.com


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
On Behalf Of Siva Prasad
Sent: Tuesday, March 13, 2007 4:36 PM
To: ilugd@lists.linux-delhi.org
Subject: [ilugd] Postfix mail send access to only one domain

  
hi frnz...

I need a help...

I have configured Postfix mail server, every thing is working fine. Now I
want to restrict that mail server to send mail to only one domain and
restraict mails to other domains. 
I mean I should be able to send mail to  example1.com  when ever the user
trying to send mail to other domains the mail should bounce.

Can any one please help me in doing this.

OS :Centos 4.4
Mail server:Postfix 2.2.20

Regards 
Siva Prasad

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] user quota on /var/spool/mail

2007-03-13 Thread Karanbir Singh
Siva Prasad wrote:
 Hi,
 I am using dovevot.

Take a look at this  : http://wiki.dovecot.org/Quota

 
 Thaks for your intrest and helping.. in advance
 

But I prefer Cyrus, it is - so far - a much better imap /pop3 server 
than dovecot and scales a lot better as well.

So, depending on what you are doing  it might be worth looking at cyrus 
as well.

- KB

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


[ilugd] (no subject)

2007-03-13 Thread rajnish kumar

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] (no subject)

2007-03-13 Thread rajnish kumar
On 3/13/07, rajnish kumar [EMAIL PROTECTED] wrote:


 ___
 ilugd mailinglist -- ilugd@lists.linux-delhi.org
 http://frodo.hserus.net/mailman/listinfo/ilugd
 Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
 http://www.mail-archive.com/ilugd@lists.linux-delhi.org/

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] (no subject)

2007-03-13 Thread rajnish kumar
On 3/13/07, rajnish kumar [EMAIL PROTECTED] wrote:



 On 3/13/07, rajnish kumar [EMAIL PROTECTED] wrote:
 
 
  ___
  ilugd mailinglist -- ilugd@lists.linux-delhi.org
  http://frodo.hserus.net/mailman/listinfo/ilugd
  Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
  http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
 
 


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


[ilugd] test

2007-03-13 Thread Sumit Kumar

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


[ilugd] hi

2007-03-13 Thread Sumit Kumar

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


[ilugd] test

2007-03-13 Thread Sumit Kumar
ok
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] calendar of foss events

2007-03-13 Thread Sumit Kumar
On 3/13/07, Kenneth Gonsalves [EMAIL PROTECTED] wrote:

 hi,

 we have set up a calendar of foss events at

 http://nrcfosshelpline.in/web/calendar/

 anyone interested in posting details/maintaining the page may contact me


 --
 regards

 Kenneth Gonsalves
 Associate, NRC-FOSS
 [EMAIL PROTECTED]
 http://nrcfosshelpline.in/web/




 ___
 ilugd mailinglist -- ilugd@lists.linux-delhi.org
 http://frodo.hserus.net/mailman/listinfo/ilugd
 Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
 http://www.mail-archive.com/ilugd@lists.linux-delhi.org/

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] calendar of foss events

2007-03-13 Thread Sumit Kumar
On 3/13/07, Sumit Kumar [EMAIL PROTECTED] wrote:



 On 3/13/07, Kenneth Gonsalves [EMAIL PROTECTED] wrote:
 
  hi,
 
  we have set up a calendar of foss events at
 
  http://nrcfosshelpline.in/web/calendar/
 
  anyone interested in posting details/maintaining the page may contact me
 
 
 
  --
  regards
 
  Kenneth Gonsalves
  Associate, NRC-FOSS
  [EMAIL PROTECTED]
  http://nrcfosshelpline.in/web/
 
 
 
 
  ___
  ilugd mailinglist -- ilugd@lists.linux-delhi.org
  http://frodo.hserus.net/mailman/listinfo/ilugd
  Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
  http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
 
 


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] calendar of foss events

2007-03-13 Thread dhiraj
linux install fest at RKGIT...plz add it
on 17-18

On 3/13/07, Sumit Kumar [EMAIL PROTECTED] wrote:

 On 3/13/07, Kenneth Gonsalves [EMAIL PROTECTED] wrote:
 
  hi,
 
  we have set up a calendar of foss events at
 
  http://nrcfosshelpline.in/web/calendar/
 
  anyone interested in posting details/maintaining the page may contact me
 
 
  --
  regards
 
  Kenneth Gonsalves
  Associate, NRC-FOSS
  [EMAIL PROTECTED]
  http://nrcfosshelpline.in/web/
 
 
 
 
  ___
  ilugd mailinglist -- ilugd@lists.linux-delhi.org
  http://frodo.hserus.net/mailman/listinfo/ilugd
  Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
  http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
 
 ___
 ilugd mailinglist -- ilugd@lists.linux-delhi.org
 http://frodo.hserus.net/mailman/listinfo/ilugd
 Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
 http://www.mail-archive.com/ilugd@lists.linux-delhi.org/




-- 
Dhiraj
Linux user # 436247
http://del.icio.us/dhiraj.cs
R.K.G.I.T.
Ghaziabad
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] test ?!

2007-03-13 Thread Parthan
Sumit Kumar wrote:
 ok

Sumit, can I know what are you trying to do. There were a couple of 
blank mails, this one and one more just quoting another mail by some one 
else. Are trying to say some thing or playing some fun ?


-- 
With Regards

Parthan (TechnoFreak)

.   A Proud GNU/Linux User and Ubuntero
.0.
..0 [Web] https://wiki.ubuntu.com/Parthan
000 [Blog]http://technofreakatchennai.wordpress.com

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] calendar of foss events

2007-03-13 Thread Kushal Das
On Tuesday 13 March 2007 20:12:26 Sumit Kumar wrote:
 On 3/13/07, Sumit Kumar [EMAIL PROTECTED] wrote:
Can you please write something in your mails ?

Kushal
-- 
Fedora Ambassador, India
http://kushaldas.in

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] calendar of foss events

2007-03-13 Thread dhiraj
details about linuxinstallfest is at
http://www.rkgit.edu.in/ext/Events/linuxinstallfest.html

On 3/13/07, Kushal Das [EMAIL PROTECTED] wrote:

 On Tuesday 13 March 2007 20:12:26 Sumit Kumar wrote:
  On 3/13/07, Sumit Kumar [EMAIL PROTECTED] wrote:
 Can you please write something in your mails ?

 Kushal
 --
 Fedora Ambassador, India
 http://kushaldas.in

 ___
 ilugd mailinglist -- ilugd@lists.linux-delhi.org
 http://frodo.hserus.net/mailman/listinfo/ilugd
 Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
 http://www.mail-archive.com/ilugd@lists.linux-delhi.org/




-- 
Dhiraj
Linux user # 436247
http://del.icio.us/dhiraj.cs
R.K.G.I.T.
Ghaziabad
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


[ilugd] calendar of foss events

2007-03-13 Thread Kenneth Gonsalves
hi,

we have set up a calendar of foss events at

http://nrcfosshelpline.in/web/calendar/

anyone interested in posting details/maintaining the page may contact me


-- 
regards

Kenneth Gonsalves
Associate, NRC-FOSS
[EMAIL PROTECTED]
http://nrcfosshelpline.in/web/




___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


[ilugd] Custom kernel compilation on Fedora Core 6

2007-03-13 Thread Karthik Ramgopal
Hi,
I am trying to compile 2.6.20 kernel on Fedora Core 6, and was able
to make menuconfig, make initrd, bzImage etc. I even added an entry to
grub.conf so that I could boot into it. Problem is that kernel starts to
boot, but hangs at loading system activity data collector (sadc). After
5 mins, some garbled output appears and the kernel panics, forcing me to
reboot. The Fedora provided kernel rpm's are till 2.6.19.2911 (Latest),
and they work fine. What could be the issue?

This is unrelated, but just wanted to add..
People who feel that initrd booting is slow, can try initng (INIT New
generation) (It is new and still experimental). Boot time improves
tremendously (But some problems like proprietary ATI/Nvidia kernel
modules do not load). Jus do a yum install initng in Fedora 6.

Regards and Thanks in advance,
Karthik Ramgopal


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] calendar of foss events

2007-03-13 Thread Kenneth Gonsalves

On 13-Mar-07, at 8:13 PM, dhiraj wrote:

 linux install fest at RKGIT...plz add it
 on 17-18

can you supply the details - see
http://nrcfosshelpline.in/web/calendarfull/1/
for the details needed

-- 
regards

Kenneth Gonsalves
Associate, NRC-FOSS
[EMAIL PROTECTED]
http://nrcfosshelpline.in/web/




___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] calendar of foss events

2007-03-13 Thread Kenneth Gonsalves

On 13-Mar-07, at 8:53 PM, dhiraj wrote:

 details about linuxinstallfest is at
 http://www.rkgit.edu.in/ext/Events/linuxinstallfest.html

not loading


-- 
regards

Kenneth Gonsalves
Associate, NRC-FOSS
[EMAIL PROTECTED]
http://nrcfosshelpline.in/web/




___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] calendar of foss events

2007-03-13 Thread Kenneth Gonsalves

On 14-Mar-07, at 6:14 AM, Kenneth Gonsalves wrote:

 details about linuxinstallfest is at
 http://www.rkgit.edu.in/ext/Events/linuxinstallfest.html

 not loading

i made the entry, but my software is refusing to access the entry  
saying that the link above is a broken link.


-- 
regards

Kenneth Gonsalves
Associate, NRC-FOSS
[EMAIL PROTECTED]
http://nrcfosshelpline.in/web/




___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] calendar of foss events

2007-03-13 Thread Kenneth Gonsalves

On 14-Mar-07, at 6:14 AM, Kenneth Gonsalves wrote:

 details about linuxinstallfest is at
 http://www.rkgit.edu.in/ext/Events/linuxinstallfest.html

 not loading

put it up - but had to give ilugd website address as the other was  
not getting accepted


-- 
regards

Kenneth Gonsalves
Associate, NRC-FOSS
[EMAIL PROTECTED]
http://nrcfosshelpline.in/web/




___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] Custom kernel compilation on Fedora Core 6

2007-03-13 Thread Karanbir Singh
Karthik Ramgopal wrote:
 Hi,
 I am trying to compile 2.6.20 kernel on Fedora Core 6, 

if you just need a newer kernel, try rawhide, that has pretty much the 
latest stuff released and built.

-- 
Karanbir Singh : http://www.karan.org/ : [EMAIL PROTECTED]

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


[ilugd] Kiosk on a Linux Box

2007-03-13 Thread Anand Kapoor
Hello,

Can somebody please point me towards a distribution (or modification
of one) that would be best suited for an extremely restricted system
for a kiosk. My bare bones requirements are:

(i) Windows Domain (AD) based authentication requiring people to log
on to the system
(ii) Only browser and chat client (gaim) available to the users.
(iii) System to kick user off in event of any inactivity for let's say
a minute.



Thank you,

Anand

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] Kiosk on a Linux Box

2007-03-13 Thread Shiv
Anand Kapoor [EMAIL PROTECTED] wrote:

(i) Windows Domain (AD) based authentication requiring people to log
on to the system


Hi,
Since you seem to be happily married to Windoze, I wouldnt like to comment 
further. On the other hand, if you are looking at an FOSS solution, I would do 
the following: -
a) Use m0n0wall (www.m0n0.ch/wall) as the captive gateway
b) Use FreeRADIUS with mysql backend as the AAA Server
c) Use phpmyPrePaid as the Front-end to create timed prepaid accounts
d) Use Thinstation as your kiosk OS. You can bundle only Firefox and Gaim.

Workflow would be: 
User sits at kiosk, fires up firefox. Is presented with a Landing page asking 
for username+password. User authenticates himself and starts browsing etc. 
Depending on the authorization in phpMyPrepaid, he gets kicked out on expiry of 
this time.

Hope that helps,
Shiv

 
-
Finding fabulous fares is fun.
Let Yahoo! FareChase search your favorite travel sites to find flight and hotel 
bargains.
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/