Re: Can one user have more than one system mailboxes?

2006-06-03 Thread GiL A. Virtucio
i suck in administering sendmail... most of my admin friends use postfix but
personally I use qmail :) ... it uses qmailadmin for webbased mailbox
management and vqadmin for webbased email domain management. if you're
interested, here is a nice installation/config guide..

http://freebsd.qmailrocks.org/install.htm

=======
Gil A. Virtucio
Janitor/Kolektor/Messenger/Driver
Asia Solution Phillippines Inc.
28/F Antel Global Corporate Center
3 Doña Julia Vargas Avenue,
Ortigas Center, Pasig
Mobile # : +63-916-3989695
http://gihl.eu.org/
===

- Original Message - 
From: <[EMAIL PROTECTED]>
To: 
Sent: Saturday, June 03, 2006 3:24 PM
Subject: Can one user have more than one system mailboxes?


> Can a user have more than one system mailbox?
>
> E. g., some ISP provides the next service: a client can make any number of
> mailboxes for himself using web interface.
> Almost all ISP are using UNIX.
> So, how they do this?
> Does that web interface create a new system user every time
> I create a new mailbox?
>
> I have sendmail 8.13.6 on FreeBSD 6.1-RELEASE.
>
> Elisej Babenko
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
"[EMAIL PROTECTED]"
>

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: help

2006-05-31 Thread GiL A. Virtucio

?

hope this helps :P


=
Gil A. Virtucio
Janitor/Kolektor/Messenger/Driver
Asia Solution Phillippines Inc.
28/F Antel Global Corporate Center
3 Doña Julia Vargas Avenue,
Ortigas Center, Pasig
Office # : +63-2-687-0692 loc. 103
Mobile # : +63-916-3989695
http://www.gihl.eu.org/
=
- Original Message - 
From: "Levi Campbell" <[EMAIL PROTECTED]>

To: 
Sent: Thursday, June 01, 2006 9:48 AM
Subject: help





___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: User Access restriction.

2006-05-29 Thread GiL A. Virtucio
to restrict users from navigating outside their home directories through FTP 
try using an FTP server that support chrooting. you might want to check 
proftpd.  http://www.proftpd.org/

it is also included in the ports collection.

hope this helps :)


=
Gil A. Virtucio
Janitor/Kolektor/Messenger/Driver
Asia Solution Phillippines Inc.
28/F Antel Global Corporate Center
3 Doña Julia Vargas Avenue,
Ortigas Center, Pasig
Office # : +63-2-687-0692 loc. 103
Mobile # : +63-916-3989695
http://www.gihl.eu.org/
=
- Original Message - 
From: "Marwan Sultan" <[EMAIL PROTECTED]>

To: 
Sent: Tuesday, May 30, 2006 5:15 AM
Subject: User Access restriction.



Hello Everyone,

 I have a server Up and running, 4.8-R, (well why 4.8? its up since years)
 However, this server is for commercial use, recently, we started Home 
pages hosting,

 which requier me to give the user access to the shell,

 Well, the question,

 Lets say, I have 2 groups, Group1, Group2
 under Groupe1 is the webpages shell accounts (user accounts)
 and group2, just shell users,

 If user1 from Group1 will ftp or ssh to the box, his default home path 
will be

 /home/group1/user1
But, he still can navigate thro his FTP or ssh to see the directories and 
read files of group1 or

group2, and play around lilbit,

PLEASE how to restrict this user from going outside his shell account and 
restrict him from
viewing others folders and webpages ? If i will chmod to something 
limited, then even when

he browse the web to his webpage it wont work,

So how to have the restriction in the same time viewing his web thro any 
browser worldwide?


Sorry for the long email.

Thank you,
Marwan

_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: quota and /var/mail

2006-05-24 Thread GiL A. Virtucio
:) just another comment about quotas in emails.. (though its also not for 
sendmail) you might also want to check QMAIL. theres a very nice 
installation guide for FreeBSD in http://freebsd.qmailrocks.org/  you'll 
just have to follow the step-by-step installation and in the end you'll have 
a nice web-based interface for maintaining users/virtual domains, with 
spam/virus filtering and other stuff :)



=========
Gil A. Virtucio
Janitor/Kolektor/Messenger/Driver
Asia Solution Phillippines Inc.
28/F Antel Global Corporate Center
3 Doña Julia Vargas Avenue,
Ortigas Center, Pasig
Office # : +63-2-687-0692 loc. 103
Mobile # : +63-916-3989695
http://www.gihl.eu.org/
=
- Original Message - 
From: "patrick" <[EMAIL PROTECTED]>

To: "Marwan Sultan" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, May 25, 2006 2:02 AM
Subject: Re: quota and /var/mail


If you want to only have one set of quotas, you might consider
switching to a Postfix/Maildir setup where your users' inboxes will be
located in their home folder rather than in /var/mail.

It's a fairly easy switch: install Postfix from
/usr/ports/mail/postfix, and then you just need to configure one line
in your Postfix's main.cf to turn on Maildir support:

http://www.postfix.org/faq.html#maildir

Though, there might be a bit of a learning curve with respect to the
differences between Sendmail and Postfix to convert the rest of your
configuration over. It all depends on how complicated your current
setup is.

Patrick


On 5/23/06, Marwan Sultan <[EMAIL PROTECTED]> wrote:

Hello Mike,

  Thank you again for your support, this is the output of mount and fstab

# DeviceMountpoint  FStype  Options Dump
Pass#
/dev/ad0s1b noneswapsw  0   0
/dev/ad0s1a /   ufs rw  1   1
/dev/ad0s1e /tmpufs rw  2   2
/dev/ad0s1f /usrufs rw,userquota,groupquota
2   2
/dev/ad0s1g /varufs rw  2   2
/dev/acd0c  /cdrom  cd9660  ro,noauto   0   0
proc/proc   procfs  rw  0   0
$ mount
/dev/ad0s1a on / (ufs, local)
/dev/ad0s1e on /tmp (ufs, local, soft-updates)
/dev/ad0s1f on /usr (ufs, local, with quotas, soft-updates)
/dev/ad0s1g on /var (ufs, local, soft-updates)
procfs on /proc (procfs, local)

I just want the quota to read the Shell user (home directory) size plus 
the

INBOX mails
which stay in /var/mail/$UserName

  Currently the quota reads the home directory and ignores the $inbox
  Thak you mike

  Marwan

>At 07:37 PM 21/05/2006, Marwan Sultan wrote:
>
>
>>  No when I enabled quota I did the configuration on /usr
>>  shall i enable it on /var to?
>>  then how to make the sendmail or the shell reads the user quota on his
>>home directory and
>>  his /var/mail/$username ?
>
>
>Hi,
> It all depends on how you have it mounted.  Quotas follow the
>partition. So if you have /var/mail as its own partition, you need to do 
>it
>there. If you have /var/mail as a subdirectory of /var than do it on 
>/var.

>
>What is the contents of /etc/fstab on the box ?
>
>>  if webmin can read the home directory quota and add to it the
>>/var/mail/$userInbox size
>>  then for sure I can do it some how?
>
>I dont use webmin so I am not sure how it calculates things.
>
> ---Mike
>
>___
>freebsd-questions@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>To unsubscribe, send any mail to
>"[EMAIL PROTECTED]"

_
Don't just search. Find. Check out the new MSN Search!
http://search.msn.com/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Writing to a mounted NTFS drive

2006-05-07 Thread GiL A. Virtucio

Hi, I have a mounted an NTFS partition that is set as "rw" in fstab. I can
read the data stored  in the drive but I cannot store new files on that
drive. Anybody here encountered this before? Or can anybody please suggest a
way to make that drive writable?

the hadisk is detected as
ad1: 38166MB  at ata0-slave UDMA33

it is mounted in the /etc/fstab as
/dev/ad1s1  /LouiGintfsrw  0   0

here is the output of my uname -a
FreeBSD bok.gihl.eu.org 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Fri Mar  3
15:43:19 PHT 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GiHL  i386

and i have this error whenever i try to write a file...
[BoK]/[EMAIL PROTECTED]> echo cristale >> kwak.txt
kwak.txt: No such file or directory.

[BoK]/[EMAIL PROTECTED]> touch lualhati.txt
touch: lualhati.txt: No such file or directory

thank you very much.

=========
Gil A. Virtucio
Janitor/Kolektor/Messenger/Driver
Asia Solution Phillippines Inc.
28/F Antel Global Corporate Center
3 Doña Julia Vargas Avenue,
Ortigas Center, Pasig
Mobile # : +63-916-3989695
http://gihl.eu.org/
= 


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"