Displaying 20 results from an estimated 6000 matches similar to: "Doveadmn Quota"
2011 May 10
2
Dovecot 1.2.x passwd and shadow auth w/ PAM
I'm trying to get authentication to work without PAM and just use the
standard shadow and passwd files.
auth default {
userdb passwd {
}
passdb shadow {
}
}
This seems to be valid code to use /etc/passwd and /etc/shadow.
My linux distro is using Salted MD5. Though Dovecot keeps telling me
that authentication failed. It doesn't give me any error messages
regarding the config.
Any
2009 Feb 21
2
Dovecot 1.2.beta1 Backtrace POP3
I am testing out the new Dovecot 1.2.beta1 software. I am getting
reports from people using POP3 that it randomly drops connections.
Looking at the log file I see that the POP3 process they were connecting
to panics and dumps a Raw bactrace. Below is a copy of the logs (IP
addresses striped for security):
dovecot: Feb 21 13:10:45 Info: auth(default):
passwd-file(janna at jantics.com,x.x.x.x):
2018 Mar 02
2
why does "rescue" mode bring me to runlevel 5 (multi-user target)?
finishing a week of teaching a comptia linux+ class off of centos
7.4 and wanted to demo how to boot to "rescue" mode, so i rebooted,
selected "rescue" mode at grub menu, which still booted to full
multiuser, graphical mode. what am i doing wrong? or is this a dumb
question?
rday
--
========================================================================
Robert P. J. Day
2011 Mar 10
1
Metaswitch to Asterisk problems
I am setting up VM off Metaswitch due to a problem with Metaswitch VM. I have a couple days to prove this works and I need a little assist please.
I am using TRIXBOX 2.6.2.5 and have the Meta SIP trunk up. I have extensions built that can talk to each other. I took a trace on the TRIXBOX that shows when I dial my test phone on Metaswitch it goes to VM after a couple rings and the call goes to my
2018 Feb 21
1
are there reference lists/cheat sheets for categorized commands?
prepping to teach a 5-day CompTIA linux+ course next week with
CompTIA-supplied courseware and, given that it was my choice, i chose
to set up the classroom with centos 7.4 on all the student systems
since i assume most students are there to learn sysadmin and that's
the most likely platform they'll have when they get back to work.
also, most students are taking this course to prep for the
2004 Sep 16
2
cannot access files, directory browsing fine ...
Hello.
I've just spent some time figuring out why on my RedHat ES server samba
allowed me to connect, browse directories, but as soon as .exe was in
the dir it would freeze.
I couldn't open text files or anything else.
It turns out that the Redhat kernel does not play well with 'sendfile'
functionality.
so I added:
use sendfile = no
and I'm back in the game.
Anyone could
2010 Jul 14
6
Temporary files
In v1.0 .. v1.1 deliver was writing incoming >128k mail to /tmp file (to
avoid reading it all into memory). In v1.2 I moved it to user's home
directory. This slowed deliveries for NFS users. Also people with
filesystem quota had trouble since now user required twice as much
available quota to save a message. The FS quota problem was "solved" by
having quota-fs plugin change the
2010 Mar 24
1
2.0.beta4 compile errors
I am unable to get 2.0.beta4 to compile. I get the following errors:
/usr/lib64/gcc/x86_64-slackware-linux/4.3.3/../../../../lib64/libwrap.a(hosts_access.o):
In function `host_match':
hosts_access.c:(.text+0x625): undefined reference to `yp_get_default_domain'
collect2: ld returned 1 exit status
make[3]: *** [tcpwrap] Error 1
make[3]: Leaving directory
2003 Aug 18
3
General Samba question
Greetings to all.
I am currently a bit of a newbie in regards using Linux and Samba. I have
worked for several years in the IT/digital divide sector of the nonprofit world
(particularly in regards to utilizing used and refurbished hardware). I am have
a couple of CompTIA certs. (A+ and N+) and some experience administering
Windows 2000 Advanced Server.
Anyway to my question....
I am
2013 Feb 08
1
GlusterFS OOM Issue
Hello,
I am running GlusterFS version 3.2.7-2~bpo60+1 on Debian 6.0.6. Today, I
have experienced a a glusterfs process cause the server to invoke
oom_killer.
How exactly would I go about investigating this and coming up with a fix?
--
Steve King
Network/Linux Engineer - AdSafe Media
Cisco Certified Network Professional
CompTIA Linux+ Certified Professional
CompTIA A+ Certified Professional
2010 Jul 04
5
dovecot-1.2.12 fails to build on Solaris 8 and 10
configure fails with :
configure: error: Unsupported off_t type
I am not too sure what off_t is needed but this is a pretty standard thing.
My configure line :
./configure --build=i386-pc-solaris2.10 --host=i386-pc-solaris2.10
--prefix=/opt/csw --with-zlib --with-ssl=openssl
--with-storages=mbox,maildir --with-libiconv-prefix=/opt/csw
Yes, the openssl libs are in /opt/csw/lib
Not sure what
2005 Oct 14
1
TC Output Redirection
Ok, this is a rather large annoyance... How do you redirect the error output for TC? It does not seem to use any of the standard file descriptors (like STDOUT or STDERR) for error output. I have tried:
tc <blah> 2>&1 1>/dev/null
tc <blah> 3>&1 2>&1 1>/dev/null
etc
No matter what I do, I cannot seem to redirect the output. Anyone have any suggestions?
2004 Sep 20
2
Folder Permission
Hello list,
I'm sharing a few folders on a linux red hat 9 box and for some reason I can't open then from my windows computers. I setup the smb users to be the same as the Windows users. Below is my share configuration in samba.
[Share]
comment = Share
browsable = yes
writable = yes
valid users = psantos root
path = /UHOME/psantos/Share
2005 Oct 13
12
HFSC Advanced Limiting
I am investigating changing our broadband bandwidth control scripts over to HFSC. What I would like to accomplish is this:
{ * DOWNLOAD *
I need a download class for each user (we''ll call it Class 1) that offers a minimum of lets say 384Kbps and a maximum of 1.5Mbps.
The rates between 384Kbps and 1.5Mbps should be shared among all users.
Each user should always be able to get at
2011 Sep 20
5
how is possible ?
Dear
I have one virtual machine running Windows Server 2003 with 64 for role
Domain Controller. A two weeks ago I see by task manager CPU graph is always
using 100%, list the process on running are Taskmgr.exe , tcpsvsc.exe
lsass.exe and others process . I never see before process like that using a
lot CPU . Is possible there is issues between XEN source and Windows Server
2003 ?
I did test
2005 Mar 28
1
logcheck errors after logrotate runs
--nextPart2699335.H7BBWTdPIb
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Hello :)
After upgrading recently from Woody to Sarge (which went fairly well) I now=
=20
have trouble with logcheck. I have been unable to track down a solution.
Logcheck runs perfectly through the week until Sunday when logrotate does
2008 Sep 29
0
Sybex CompTIA A+ CD's
I have the CompTIA A+ course on cd, It opens the first menu but is stuck there. The accept/decline window opens with the EULA but I can't scroll up or down or hit accept.
Has anyone else used these CDs with Wine successfully?
2010 Jul 05
4
sieve dovecot2 rc1 error undefined symbol: client_send_tagline
Hi @ll,
using sieve dovecot2 rc1
on testing system ubuntu lucid
with packs recompiled from http://xi.rename-it.nl/debian/
i have
Jul 05 11:48:35 managesieve: Debug: Module loaded:
/usr/lib/dovecot/modules/lib01_acl_plugin.so
Jul 05 11:48:35 managesieve: Error:
dlopen(/usr/lib/dovecot/modules/lib02_imap_acl_plugin.so) failed:
/usr/lib/dovecot/modules/lib02_imap_acl_plugin.so: undefined symbol:
2003 Feb 27
4
ACL permissions with XP problem
Wondering if anyone can help...
here is my setup:
RedHat 7.3 with XFS (using the XFS install disk)
After installation I'd downloaded 2.2.7 src rpm from redhat and rebuilt it
with the --with-acl-support option in the samba.spec file
then upgraded the resulting rpm files
I've added the machine accounts and made root a smb user
I can log in successfully(after applying the xp registry hack),
2011 Mar 23
4
What is the most stable version of asterisk?
1.2? 1.4? 1.6? 1.8?
Thanks,
-
Doug Mortensen
Network Consultant
Impala Networks Inc
CCNA, MCSA, Security+, A+
Linux+, Network+, Server+
.
www.impalanetworks.com
P: (505) 327-7300
F: (505) 327-7545