Re: Webmail configuration for schools

2003-07-01 Thread Alex Borges
El mar, 01 de 07 de 2003 a las 07:35, Ross, Chris escribió: > I need to provide email access for 13,000 to 14,000 K12 > students. Last school year we used Microsoft > Exchange BY GOD, did he really say that? > >with extremely > 1. Postfix with either mysql or LDAP for virtual user del

Re: closing exims open relay - something to do with the percent hack

2003-07-01 Thread Tomasz Papszun
On Tue, 01 Jul 2003 at 16:09:38 +0100, Shri Shrikumar wrote: > Hi, > > I just did an open relay test on one of my servers and to my surprise > found that it in an open relay. In particular, it accepts emails to the > form of > > [EMAIL PROTECTED] > > where here.com is a local domain within exim.

Re: mysql admin user problem

2003-07-01 Thread Chris Wagner
Actually this is a very common problem. Either mysql doesn't know about a user called "debian-sys-maint" or it doesn't have localhost permission. Mysql has it's own user db independant of the system. You'll need to go into mysql command prompt as root and do a GRANT to create debian-sys-maint and

Re: Anyone running Exim 3.3x + Mysql Virtual users?

2003-07-01 Thread Dan MacNeil
I had a similar experience, decided to look at postfix and then never looked back. On Mon, 30 Jun 2003, Dustin Douglas wrote: > I've got the chance to set up a brand new email server for one of our > clients, and being the forward thinking sysadmin that I am, I don't > want to go with the old s

Re: Webmail configuration for schools

2003-07-01 Thread Alex Borges
El mar, 01 de 07 de 2003 a las 07:35, Ross, Chris escribió: > I need to provide email access for 13,000 to 14,000 K12 > students. Last school year we used Microsoft > Exchange BY GOD, did he really say that? > >with extremely > 1. Postfix with either mysql or LDAP for virtual user del

Re: closing exims open relay - something to do with the percent hack

2003-07-01 Thread Tomasz Papszun
On Tue, 01 Jul 2003 at 16:09:38 +0100, Shri Shrikumar wrote: > Hi, > > I just did an open relay test on one of my servers and to my surprise > found that it in an open relay. In particular, it accepts emails to the > form of > > [EMAIL PROTECTED] > > where here.com is a local domain within exim.

Re: mysql admin user problem

2003-07-01 Thread Chris Wagner
Actually this is a very common problem. Either mysql doesn't know about a user called "debian-sys-maint" or it doesn't have localhost permission. Mysql has it's own user db independant of the system. You'll need to go into mysql command prompt as root and do a GRANT to create debian-sys-maint and

Re: Anyone running Exim 3.3x + Mysql Virtual users?

2003-07-01 Thread Vinai Kopp
On Mon, Jun 30, 2003 at 02:40:12PM -0500, Dustin Douglas wrote: > I've been looking at Exim in Debian Stable and it looks pretty good, > but I'm getting bogged down trying to get everything configured > properly, and I want to give Exim a fair shot. I don't want to give up > on it just because I'm

Re: Anyone running Exim 3.3x + Mysql Virtual users?

2003-07-01 Thread Dan MacNeil
I had a similar experience, decided to look at postfix and then never looked back. On Mon, 30 Jun 2003, Dustin Douglas wrote: > I've got the chance to set up a brand new email server for one of our > clients, and being the forward thinking sysadmin that I am, I don't > want to go with the old s

closing exims open relay - something to do with the percent hack

2003-07-01 Thread Shri Shrikumar
Hi, I just did an open relay test on one of my servers and to my surprise found that it in an open relay. In particular, it accepts emails to the form of [EMAIL PROTECTED] where here.com is a local domain within exim. I have tried setting percent_hack_domains="" but that has not helped. I hav

Re: Anyone running Exim 3.3x + Mysql Virtual users?

2003-07-01 Thread Vinai Kopp
On Mon, Jun 30, 2003 at 02:40:12PM -0500, Dustin Douglas wrote: > I've been looking at Exim in Debian Stable and it looks pretty good, > but I'm getting bogged down trying to get everything configured > properly, and I want to give Exim a fair shot. I don't want to give up > on it just because I'm

Webmail configuration for schools

2003-07-01 Thread Ross, Chris
I need to provide email access for 13,000 to 14,000 K12 students. Last school year we used Microsoft Exchange with extremely tight quotas. There are currently ~5500 mailboxes. We had no idea what the utilization was going to be, teachers normally don't pick up new services too quickly an

Re: PPP-= SERVER and RADIUS

2003-07-01 Thread Russell Coker
On Tue, 1 Jul 2003 16:38, Emile van Bergen wrote: > Use my RADIUS patch for pppd at http://www.xs4all.nl/~evbergen (supports > PAP, CHAP, MSCHAPv2, accounting and Framed-IP-Address) or use the > built-in RADIUS support in portslave. Last time I checked it only > supported PAP, but this may no longe

closing exims open relay - something to do with the percent hack

2003-07-01 Thread Shri Shrikumar
Hi, I just did an open relay test on one of my servers and to my surprise found that it in an open relay. In particular, it accepts emails to the form of [EMAIL PROTECTED] where here.com is a local domain within exim. I have tried setting percent_hack_domains="" but that has not helped. I hav

Re: Server hacked - next...?

2003-07-01 Thread Shri Shrikumar
On Tue, 2003-07-01 at 03:07, Jason Lim wrote: > What would the advantage of mounting /tmp with noexec be?? You wont be able to execute anything that is in /tmp. This would of have prevented your attach altogether since the file was being executed from /tmp. > Definitely looking into running a ha

Re: Server hacked - next...?

2003-07-01 Thread Russell Coker
On Tue, 1 Jul 2003 12:07, Jason Lim wrote: > > Mount /tmp with noexec > > Run a hardened kernel like NSA or Grsecurity. > > etc. > > What would the advantage of mounting /tmp with noexec be?? If you have /tmp, /var/tmp, /home, and any other place the user can possibly write to be noexec then it i

Webmail configuration for schools

2003-07-01 Thread Ross, Chris
I need to provide email access for 13,000 to 14,000 K12 students. Last school year we used Microsoft Exchange with extremely tight quotas. There are currently ~5500 mailboxes. We had no idea what the utilization was going to be, teachers normally don't pick up new services too quickly an

Re: [Urgent] Samba problem

2003-07-01 Thread axacheng
Thanks for ur reply,Sure! === << smb.conf >> [global] workgroup = WORKGROUP security = share encrypt passwords = yes domain master = yes ldap suffix = "dc=ezmap,dc=com" ldap admin dn =cn=root,dc=ezmap,dc=com ldap port =389 ldap server = localhost ldap ssl = no serve

Re: PPP-= SERVER and RADIUS

2003-07-01 Thread Russell Coker
On Tue, 1 Jul 2003 16:38, Emile van Bergen wrote: > Use my RADIUS patch for pppd at http://www.xs4all.nl/~evbergen (supports > PAP, CHAP, MSCHAPv2, accounting and Framed-IP-Address) or use the > built-in RADIUS support in portslave. Last time I checked it only > supported PAP, but this may no longe

Re: Server hacked - next...?

2003-07-01 Thread Donovan Baarda
On Mon, 2003-06-30 at 23:41, Russell Coker wrote: > On Mon, 30 Jun 2003 16:12, Donovan Baarda wrote: > > In then end it is nearly always easier to re-install than to just clean > > the system without it, even if the hacker did leave .bash_histories > > behind that show everything he/she did. > > B

Anyone running Exim 3.3x + Mysql Virtual users?

2003-07-01 Thread Dustin Douglas
I've got the chance to set up a brand new email server for one of our clients, and being the forward thinking sysadmin that I am, I don't want to go with the old standby Sendmail, I've got 2 of the beasts already, and don't want another. I've been looking at Exim in Debian Stable and it looks pret

Re: Server hacked - next...?

2003-07-01 Thread Frode Haugsgjerd
On Tue, Jul 01, 2003 at 10:07:01AM +0800, Jason Lim wrote: > > > As Russell Coker points out, the attaccer probably got in trough -snipp- > DOH... I just posted saying that in my previous email before reading his > message! Bah... Russell gets credit for it ;-) Not easy to say who said that fir

Re: Server hacked - next...?

2003-07-01 Thread Shri Shrikumar
On Tue, 2003-07-01 at 03:07, Jason Lim wrote: > What would the advantage of mounting /tmp with noexec be?? You wont be able to execute anything that is in /tmp. This would of have prevented your attach altogether since the file was being executed from /tmp. > Definitely looking into running a ha

Re: Server hacked - next...?

2003-07-01 Thread Russell Coker
On Tue, 1 Jul 2003 12:07, Jason Lim wrote: > > Mount /tmp with noexec > > Run a hardened kernel like NSA or Grsecurity. > > etc. > > What would the advantage of mounting /tmp with noexec be?? If you have /tmp, /var/tmp, /home, and any other place the user can possibly write to be noexec then it i

Re: [Urgent] Samba problem

2003-07-01 Thread axacheng
Thanks for ur reply,Sure! === << smb.conf >> [global] workgroup = WORKGROUP security = share encrypt passwords = yes domain master = yes ldap suffix = "dc=ezmap,dc=com" ldap admin dn =cn=root,dc=ezmap,dc=com ldap port =389 ldap server = localhost ldap ssl = no serve

Re: PPP-= SERVER and RADIUS

2003-07-01 Thread aCaB
Many possibilities: man inittab, man crontab, ip-up/down (man pppd) Moreover, if u're describing a dial-in box: man mgetty Hello, I'm looking the way to configure a debian box as a PPP-server. Today, I have to run `pppd call myscript' everytime I want someone to connect. What is the way to a

Re: mysql admin user problem

2003-07-01 Thread Dominik Schulz
I have had a similar problem some time ago, too. I succeded by purging* the mysql-packages before reinstalling them. The reason why you can't stop the mysql-server is obvious: The debian-sys-maint user can't login so the init-script which utilizes this mysql-user can't shutdown the server. * "apt

Re: Server hacked - next...?

2003-07-01 Thread Donovan Baarda
On Mon, 2003-06-30 at 23:41, Russell Coker wrote: > On Mon, 30 Jun 2003 16:12, Donovan Baarda wrote: > > In then end it is nearly always easier to re-install than to just clean > > the system without it, even if the hacker did leave .bash_histories > > behind that show everything he/she did. > > B

Exim

2003-07-01 Thread Craig
Hi Guys Does anyone know how I can have a list of specific local users in a file that will get forwarded to another internal mail server ? Thanks Craig

Re: PPP-= SERVER and RADIUS

2003-07-01 Thread Emile van Bergen
Hi, On Mon, Jun 30, 2003 at 05:04:29PM +0200, François Chenais wrote: > Hello, > > I'm looking the way to configure a debian box as a PPP-server. > > Today, I have to run `pppd call myscript' everytime I want > someone to connect. What is the way to automaticaly rerun pppd to > accept ne

Anyone running Exim 3.3x + Mysql Virtual users?

2003-07-01 Thread Dustin Douglas
I've got the chance to set up a brand new email server for one of our clients, and being the forward thinking sysadmin that I am, I don't want to go with the old standby Sendmail, I've got 2 of the beasts already, and don't want another. I've been looking at Exim in Debian Stable and it looks pret

Re: Server hacked - next...?

2003-07-01 Thread Frode Haugsgjerd
On Tue, Jul 01, 2003 at 10:07:01AM +0800, Jason Lim wrote: > > > As Russell Coker points out, the attaccer probably got in trough -snipp- > DOH... I just posted saying that in my previous email before reading his > message! Bah... Russell gets credit for it ;-) Not easy to say who said that fir

Re: Application

2003-07-01 Thread melvin cotterill
- Original Message - From: To: <[EMAIL PROTECTED]> Sent: Monday, June 30, 2003 3:06 PM Subject: Re: Application > Please see the attached zip file for details.

Re: PPP-= SERVER and RADIUS

2003-07-01 Thread Russell Coker
On Tue, 1 Jul 2003 01:04, François Chenais wrote: > Then, is there any way use radius server with pppd ? Portslave. -- http://www.coker.com.au/selinux/ My NSA Security Enhanced Linux packages http://www.coker.com.au/bonnie++/ Bonnie++ hard drive benchmark http://www.coker.com.au/postal/Po

Re: PPP-= SERVER and RADIUS

2003-07-01 Thread aCaB
Many possibilities: man inittab, man crontab, ip-up/down (man pppd) Moreover, if u're describing a dial-in box: man mgetty Hello, I'm looking the way to configure a debian box as a PPP-server. Today, I have to run `pppd call myscript' everytime I want someone to connect. What is the way to

Re: mysql admin user problem

2003-07-01 Thread Dominik Schulz
I have had a similar problem some time ago, too. I succeded by purging* the mysql-packages before reinstalling them. The reason why you can't stop the mysql-server is obvious: The debian-sys-maint user can't login so the init-script which utilizes this mysql-user can't shutdown the server. * "apt

Exim

2003-07-01 Thread Craig
Hi Guys Does anyone know how I can have a list of specific local users in a file that will get forwarded to another internal mail server ? Thanks Craig -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: PPP-= SERVER and RADIUS

2003-07-01 Thread Emile van Bergen
Hi, On Mon, Jun 30, 2003 at 05:04:29PM +0200, François Chenais wrote: > Hello, > > I'm looking the way to configure a debian box as a PPP-server. > > Today, I have to run `pppd call myscript' everytime I want > someone to connect. What is the way to automaticaly rerun pppd to > accept ne

Re: Application

2003-07-01 Thread melvin cotterill
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 30, 2003 3:06 PM Subject: Re: Application > Please see the attached zip file for details. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL P

Re: PPP-= SERVER and RADIUS

2003-07-01 Thread Russell Coker
On Tue, 1 Jul 2003 01:04, François Chenais wrote: > Then, is there any way use radius server with pppd ? Portslave. -- http://www.coker.com.au/selinux/ My NSA Security Enhanced Linux packages http://www.coker.com.au/bonnie++/ Bonnie++ hard drive benchmark http://www.coker.com.au/postal/Po