Re: [CentOS] restricting access to an NIS netgroup

2011-11-09 Thread James A. Peltier
- Original Message - | On Tue, 8 Nov 2011, James A. Peltier wrote: | | > acccess.conf supposed to support this type of functionality thereby | > not needing to modify /etc/passwd / /etc/shadow!?! | | You'll probably need to add a pam_access.so reference to the stock | /etc/pam.d/password-

Re: [CentOS] CentOS 6.1 QA status update.

2011-11-09 Thread David Hrbáč
Dne 9.11.2011 23:05, Lamar Owen napsal(a): > Posted, in case you haven't seen it already: > http://qaweb.dev.centos.org/qa/node/116 > > Good news. Quite good piece of news. DH ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/list

Re: [CentOS] coordinated NIS and LDAP servers

2011-11-09 Thread John R Pierce
On 11/08/11 3:56 PM, Ray Van Dolson wrote: >> If you are set on using CentOS, I think you will need to use the RedHat IPA >> > product instead. But the only success stories that I am familiar with are >> > from the v1.x IPA product, which is old. >> > >> > http://www.howtoforge.com/how-to-buil

Re: [CentOS] Postfix mail server procedure

2011-11-09 Thread Simon Slater
On Wed, 9 Nov 2011 20:33:23 Patrick Lists wrote: > On 11/09/2011 10:10 AM, Marius Vaitiekunas wrote: > > Hi, > > Maybe, somebody could recommend any good books about complete mail > > server open source solution? Sorry for OT. > > I found the "Postfix: the Definitive Guide" book by Kyle D. Dent ve

Re: [CentOS] CentOS 6.1 QA status update.

2011-11-09 Thread Patrick Lists
On 11/09/2011 11:05 PM, Lamar Owen wrote: > Posted, in case you haven't seen it already: > http://qaweb.dev.centos.org/qa/node/116 > > Good news. Thanks for the update. That is good news indeed. Regards, Patrick ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] restricting access to an NIS netgroup

2011-11-09 Thread Ross Walker
On Nov 9, 2011, at 8:53 AM, Mike VanHorn wrote: > >> You'll probably need to add a pam_access.so reference to the stock >> /etc/pam.d/password-auth. Make the first "account" line >> >> account required pam_access.so > > My CentOS system doesn't have a stock password-auth file. I tried creat

Re: [CentOS] coordinated NIS and LDAP servers

2011-11-09 Thread Ross Walker
On Nov 4, 2011, at 2:48 PM, Boris Epstein wrote: > Hello listmates, > We are currently running NIS for authentication but would like to > migrate to LDAP. Thing is, though, that some of the machines that > authenticate via NIS are so old I'd rather not even touch them. > Hence the question - is t

[CentOS] CentOS 6.1 QA status update.

2011-11-09 Thread Lamar Owen
Posted, in case you haven't seen it already: http://qaweb.dev.centos.org/qa/node/116 Good news. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Postfix mail server procedure

2011-11-09 Thread David C. Miller
- Original Message - > From: "Jonathan Vomacka" > To: centos@centos.org > Sent: Tuesday, November 8, 2011 10:10:28 PM > Subject: [CentOS] Postfix mail server procedure > > CentOS Community, > > I was wondering if anyone had a good resource or procedure for a step > by > step in installi

Re: [CentOS] restricting access to an NIS netgroup

2011-11-09 Thread Joe Pruett
On 11/09/2011 05:53 AM, Mike VanHorn wrote: >> You'll probably need to add a pam_access.so reference to the stock >> /etc/pam.d/password-auth. Make the first "account" line >> >>account required pam_access.so > My CentOS system doesn't have a stock password-auth file. I tried creating > one w

Re: [CentOS] Postfix mail server procedure

2011-11-09 Thread Mike Burger
> On 11/08/11 10:10 PM, Jonathan Vomacka wrote: > squirrelmail is not actually a mail server, its a web based mail > reader. its also not a standard part of the centos distribution. see > http://squirrelmail.org/ You sure about that? I've got a CentOS 5.6 system that I'm in the process of sta

Re: [CentOS] restricting access to an NIS netgroup

2011-11-09 Thread Mike VanHorn
>You'll probably need to add a pam_access.so reference to the stock >/etc/pam.d/password-auth. Make the first "account" line > > account required pam_access.so My CentOS system doesn't have a stock password-auth file. I tried creating one with that line in it, but that didn't work. Also, per

Re: [CentOS] restricting access to an NIS netgroup

2011-11-09 Thread Mike VanHorn
On 11/8/11 4:31 PM, "Stephen Harris" wrote: > >On Tue, Nov 08, 2011 at 03:41:22PM -0500, Mike VanHorn wrote: >How can I restrict access to a system based on NIS netgroups? > >Change nsswitch.conf so that it reads > passwd: compat > passwd_compat: nis > >And then in /etc/passwd > +@netgroup1::

Re: [CentOS] Postfix mail server procedure

2011-11-09 Thread Jussi Hirvi
On 9.11.2011 14.04, Jussi Hirvi wrote: > Looks like there is no similar "dual" setup for postfix. This postfix > tutorial does not look bad: > > http://www.wowtutorial.org/tutorial/169.html Uh, now I read some more of this thread and saw some (other) bad tutorials. This one is not so good either:

Re: [CentOS] Postfix mail server procedure

2011-11-09 Thread Jussi Hirvi
On 9.11.2011 13.23, Adam Tauno Williams wrote: > For CLAMAV you need to have clamd running and a milter. I'm not certain > what milter's are current - when I set one up they were all had equally > stale documentation. Does CentOS currently ship a working clamav > milter? Hope this is relevant. I

Re: [CentOS] Postfix mail server procedure

2011-11-09 Thread Adam Tauno Williams
On Wed, 2011-11-09 at 01:10 -0500, Jonathan Vomacka wrote: > CentOS Community > I was wondering if anyone had a good resource or procedure for a step by > step in installing a mail server with Centos. There ARE documents on > google, however almost all that i've found were outdated from 2005. Doe

Re: [CentOS] Postfix mail server procedure

2011-11-09 Thread Adam Tauno Williams
On Wed, 2011-11-09 at 02:58 -0600, John R. Dennison wrote: > On Wed, Nov 09, 2011 at 09:46:51AM +0100, Alexander Dalloz wrote: > > Am 09.11.2011 07:19, schrieb Leon Jacobs > > A strong NO! > Emphatically seconded. +1 Especially since CentOS 6 gives you pretty recent versions of everything. _

Re: [CentOS] Postfix mail server procedure

2011-11-09 Thread Les Bell
Alain Péan wrote: >> These two links, even if I read them rapidly, seem more accurate : http://wiki.centos.org/HowTos/postfix http://wiki.centos.org/HowTos/Amavisd << A few years ago, I followed the Postfix/amavisd/spamassassin/ClamAV HOWTO on the Centos Wiki and had two inbound mail gateways s

Re: [CentOS] Postfix mail server procedure

2011-11-09 Thread Patrick Lists
On 11/09/2011 10:10 AM, Marius Vaitiekunas wrote: > Hi, > Maybe, somebody could recommend any good books about complete mail > server open source solution? Sorry for OT. I found the "Postfix: the Definitive Guide" book by Kyle D. Dent very useful to learn about Postfix. There is also "The Book of

Re: [CentOS] Postfix mail server procedure

2011-11-09 Thread Alain Péan
Le 09/11/2011 10:02, Leon Jacobs a écrit : > On Wed, Nov 9, 2011 at 10:58 AM, John R. Dennison wrote: >> On Wed, Nov 09, 2011 at 09:46:51AM +0100, Alexander Dalloz wrote: >>> Am 09.11.2011 07:19, schrieb Leon Jacobs: >>> >>> A strong NO! >> Emphatically seconded. > Forgetting to add "A quick googl

Re: [CentOS] Postfix mail server procedure

2011-11-09 Thread Marius Vaitiekunas
On Wed, Nov 9, 2011 at 8:10 AM, Jonathan Vomacka wrote: > CentOS Community, > > I was wondering if anyone had a good resource or procedure for a step by > step in installing a mail server with Centos. There ARE documents on > google, however almost all that i've found were outdated from 2005. Does

Re: [CentOS] Postfix mail server procedure

2011-11-09 Thread Leon Jacobs
On Wed, Nov 9, 2011 at 10:58 AM, John R. Dennison wrote: > On Wed, Nov 09, 2011 at 09:46:51AM +0100, Alexander Dalloz wrote: >> Am 09.11.2011 07:19, schrieb Leon Jacobs: >> >> A strong NO! > > Emphatically seconded. Forgetting to add "A quick google came up with..." and not reading the article, i

Re: [CentOS] Postfix mail server procedure

2011-11-09 Thread John R. Dennison
On Wed, Nov 09, 2011 at 09:46:51AM +0100, Alexander Dalloz wrote: > Am 09.11.2011 07:19, schrieb Leon Jacobs: > > A strong NO! Emphatically seconded. > That "howto" tinstructs to run through source installs on CentOS. A > really bad habit. Even completeley unnecessary. Most of the howto's I've s

Re: [CentOS] Postfix mail server procedure

2011-11-09 Thread Alexander Dalloz
Am 09.11.2011 07:19, schrieb Leon Jacobs: > http://www.howtoforge.com/virtual-users-and-domains-with-postfix-courier-mysql-and-squirrelmail-centos-6.0-x86_64 A strong NO! That "howto" tinstructs to run through source installs on CentOS. A really bad habit. Even completeley unnecessary. And nob

Re: [CentOS] Postfix mail server procedure

2011-11-09 Thread Christopher Chan
On Wednesday, November 09, 2011 02:36 PM, John R Pierce wrote: > On 11/08/11 10:10 PM, Jonathan Vomacka wrote: > >> I was wondering if anyone had a good resource or procedure for a step by >> step in installing a mail server with Centos. There ARE documents on >> google, however almost all that