Re: Login.conf Limits not Applying for Postfix

2013-05-09 Thread Eric S Pulley
> Hey list, > > I have a pretty low resource usage for users on my system, thus I have > some low limits set in my /etc/login.conf. Particularly "openfiles," which > is set to 128 for the default class. However, I started getting errors > from Postfix saying it has hit this limit: > "postfix/proxy

Login.conf Limits not Applying for Postfix

2013-05-08 Thread hccip
Hey list, I have a pretty low resource usage for users on my system, thus I have some low limits set in my /etc/login.conf. Particularly "openfiles," which is set to 128 for the default class. However, I started getting errors from Postfix saying it has hit this limit: "postfix/proxymap[97907]:

Re: login.conf limits

2005-06-14 Thread Kövesdán Gábor
Lowell Gilbert wrote: Okay, so it is the login settings. I'm a little suspicious of commenting out the lines in the middle of the settings. I think that may comment out the continuation character, ending the setting at that point. Try moving those lines out of the way and rebuild the database

Re: login.conf limits

2005-06-14 Thread Lowell Gilbert
Please don't top-post. Kövesdán Gábor <[EMAIL PROTECTED]> writes: > Hello, > > I've done a new class "shuser" with some limits, rebuild the cap > database and made a new user "tester" with adduser. When it asked for > the login class, I specified shuser, and tried to login with ssh, but > it fai

Re: login.conf limits

2005-06-14 Thread Kövesdán Gábor
In this case it works. Lowell Gilbert wrote: What happens if testuser is assigned the default login class? Does the login still fail? [If so, it has nothing to do with your login settings.] ___ freebsd-questions@freebsd.org mailing list http:/

Re: login.conf limits

2005-06-14 Thread Lowell Gilbert
Please don't top-post. > [EMAIL PROTECTED] wrote: > > >Hi, > > > > What is shown in the logs? Why the connection failed? > > Show the passwd entry for that user, or any other info the help > >us. > > > >- Marcelo Souza Kövesdán Gábor <[EMAIL PROTECTED]> writes: > Hi, > > The password e

Re: login.conf limits

2005-06-13 Thread Kövesdán Gábor
Hi, The password entry: testuser:$1$Q.F0GW3J$ylBS3GPfPbF4jjCbin2OP0:6673:6675:shuser:0:0:User &:/home/testuser:/bin/sh In the /var/log/auth.log I see this: Jun 13 09:42:31 server sshd[63714]: Accepted keyboard-interactive/pam for testuser from 217.20.133.7 port 1049 ssh2 But my when I type

Re: login.conf limits

2005-06-12 Thread scuba
Hi, What is shown in the logs? Why the connection failed? Show the passwd entry for that user, or any other info the help us. - Marcelo Souza On Sat, 11 Jun 2005, Kövesdán Gábor wrote: |Hello, | |I've done a new class "shuser" with some limits, rebuild the cap |database and made

Re: login.conf limits

2005-06-11 Thread Kövesdán Gábor
Hello, I've done a new class "shuser" with some limits, rebuild the cap database and made a new user "tester" with adduser. When it asked for the login class, I specified shuser, and tried to login with ssh, but it failed. My shuser class: shuser:\ :passwd_format=md5:\ #:passwo

Re: login.conf limits

2005-06-10 Thread scuba
Hi, After doing the modfications on login.conf, run: # cap_mkdb /etc/login.conf Define the class for each user in passwd, using vipw. The class is the 5th field, in this example the class was defined as "limiteduser": zoruega:$1$50258.20$DdcXReDR/lhZI/1CjjEEd0:102:201:li

login.conf limits

2005-06-10 Thread Kövesdán Gábor
Hello, I've been using FreeBSD 5.3-RELEASE on a production machine, but now I have some problem with my users. One of them isn't an experienced FreeBSD user, and accidentally started 19 instances of the same program, and these instances crashed in the background and produced a load average ab