similar to: Sendmail Generics Configuration LDAP

Displaying 20 results from an estimated 700 matches similar to: "Sendmail Generics Configuration LDAP"

2010 Jun 21
2
Querying netgroup information
Hi I have been searching for commands to "debug" netgroup membership. I am using netgroups provided by ldap. I can do a ldap query but it seems a bit unwieldy to do. I have found a package on ubuntu called ng-utils https://launchpad.net/ubuntu/jaunty/+source/ng-utils/0.7-1 which does what I require and compiles very easily. It contains two commands netgroup and innetgr to query netgroup
2005 Nov 09
2
sendmail & mail() in php
Hello everyone, I tried to configure sendmail so that I can use mail() in php. I don't host my email server, my ISP does. I just want to configure sendmail so that it uses external email server (my ISP) to send mail. When I executed mail(), i got no error report from php. I checked /var/log/maillog and it indicated that the message was accepted for delivery. However, it didn't
2007 Aug 09
4
MS Exchange to MBOX
We are planning on moving a large amount of Exchange mailboxes to UNIX mbox format. My question is, does anyone know of any projects out there or of any tools that can assist in this conversion? Thanks Josh
2007 Mar 26
2
Disabling selinux at boot command prompt
I noticed in 4.92 there is no disabling selinux at install. It is now a firstboot option which then requires a reboot. Is there anyway to disable selinux at the boot install prompt so after the firstboot screens it wont reboot again? I presently install with "linux askmethod" so I can select NFS install. Thanks, Jerry
2006 Dec 01
2
/var goes read-only
This is an issue that I have been having with one of our production servers for a couple of months, just out of no where /var goes to read only. There aren't any errors that show up in /var/log/messages nor dmesg, I checked to make sure that the drives on error option is set to continue and there isn't anything as far as I can tell wrong with the disks. Also there is plenty of disk space.
2014 Jul 24
4
Sieve plugin (fc17 + sendmail + roundcube)
Hello, I'm trying to configure sieve plugin on my mail server so that people can do mail filtering (and mostly vacation notification) on their account. The mail server is running fine since 5 years and is based on :- sendmail- dovecot- roundcube It serves 2 differents domains. I've recently installed pigeonhole for fc17, and managed to configure managesieve plugin in roundcube
2007 Jan 11
1
VMWare GSX Server and CentOS
Has anyone had experience (good or bad) with VMWare GSX Server running CentOS as a VM under high load? Here is the situation. We are planning on rolling out some new boxes to replace an existing box. Currently this box (Sun V860) is running web services, database services, mail for students, and is an instructional box for compiling code, and web scripting among other things. We are planning on
2006 Jun 12
3
Check integrity or rootkits on remote server?
Hello, when one has physical access to a computer, he can run something like tripwire, with keys and checksum on a separate, write-only media, to verify the integrity of the system. What if the system is a remote one (in my case Centos 4.3 on a User Mode Linux VPS some hundred of KMs from here)? Does it still make sense to run tripwire remotely? If yes, how, since you cannot plug a floppy or
2006 Jun 12
6
Changing from dynamic ip to static ip
Hello, I have been on a dynamic ip for about 5 years and have just upgraded to a static ip. I know I need to change my network setup on my eth0 nic to static and stop ddclient from trying to update my address but is there _really_ anything else I need to change. I have a couple of websites on this address using *:80 in my httpd.conf. I can easily change this but don't think it would really
2014 Jul 24
1
Sieve plugin (fc17 + sendmail + roundcube)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu, 24 Jul 2014, Franck CALLEJA wrote: > Date: Thu, 24 Jul 2014 10:50:21 +0200 > From: Franck CALLEJA <fc193 at hotmail.com> > Reply-To: Dovecot Mailing List <dovecot at dovecot.org> > To: "dovecot at dovecot.org" <dovecot at dovecot.org> > Subject: Sieve plugin (fc17 + sendmail + roundcube) > >
2006 Apr 11
2
my email address???
oh boy, looks like I screwed things up some trying to add hosting for another domain besides my own I thought I went by the book here but something sure ain't right. my real email address is rado at rivers-bend.com then a few days ago, I tweaked sendmail.mc I think it was to masquerade ideallightinginc.com (the other domain) now I just noticed I am showing as rado at ideallighting.com
2009 Nov 15
3
Problem with Yum on CentOS 5.4
Hi, I recently downloaded and burned the 5.4 DVD ISO. All my machines are now running 5.4, but these are installs I performed with 5.0, 5.1, 5.2 etc. and then progressively upgraded. Now I had to use 5.4 because a friend's laptop, a brandnew Fujitsu Esprimo Mobile, refuses to boot anything under 5.4. After a fresh install of the base system, first thing I do is 'yum update' with
2007 Mar 09
4
Adduser help
at http://wiki.openpbx.org/tiki-index.php?page=Easy+route+to+building+OpenPBX.org there is the following adduser command: adduser --no-create-home --ingroup openpbx --disabled-password --disabled-login openpbx This does NOT seem to be the right format for Centos. So far, using man, I have come up with; adduser -M -g openpbx What else do I need?
2007 Aug 02
1
Resend: How do I configure sendmail to accept emails for dovecot when dovecot has sql auth/user db.
Apologies for resending this, I am not sure it made it through the first time.. --- Included below are my config files: sendmail.mc, dovecot.m4, dovecot.conf, dovecot-sql.conf. Whenever I try to send email into this system, it rejects it with user does not exist, however, the user does exist as far as dovecot (imap) is concerned, it is in the database. THANKS - Yossie # for i in
2009 Nov 15
3
bash variable expansion moment
It's half a nice Saturday later and many attempts have brought no satisfaction. Maybe this can't be done. I'm trying to write a function which, when called from one function execute in another. In itself, that's not the problem. Rather, there's one built-in variable which is evaluated in the function definition and it's value is then set (too early). Here's the one
2007 Feb 04
2
APM and suspend to swap
I have been delving into how to get this HP NC4010 to suspend. I think the practice of just closing the unit for 15+ min inside my backpack as I move to the next meeting is what cooked my drive... So it seems that Debian users have been successful with APM: http://www.proulx.com/~bob/nc4000/ and http://www.gag.com/~bdale/nc4000/ So my Centos related questions are: I need to turn acpi=off
2007 Aug 01
1
How do I configure sendmail to accept emails for dovecot when dovecot has sql auth/user db.
Included below are my config files: sendmail.mc, dovecot.m4, dovecot.conf, dovecot-sql.conf. Whenever I try to send email into this system, it rejects it with user does not exist, however, the user does exist as far as dovecot (imap) is concerned, it is in the database. THANKS - Yossie # for i in /etc/dovecot/dovecot.conf /etc/dovecot/dovecot-sql.conf /
2006 Jun 01
2
CentOS 4.3 Server spontaneously rebooting (over and over again)
Hi there, This post has also been posted in the Hardware and General forums but I thought it might be wise to post it here as well! My CentOS 4.3 (upgraded from CentOS 4.2 installed from Linux Magazine's April 2006 issue) server is rebooting spontaneously (over and over again). It started while I was copying from USB-device (iPod) to another USB-device (Freecom Portable-Hard-disk) but it
2006 Jun 20
2
xorg display problems
Hi all, Up until today everything has been fine with CentOS on my Toshiba laptop. I booted into CentOS 4.3 today and Kudzu detected my video card for some reason. I let it configure it (wish I hadn't now). I can still get in. X and Gnome work. But the video resolution is 800x640. The LCD is capable of 1024x768. I cannot change it using Gnome tools or direct editing of
2006 Jun 03
6
Remote reboot problem
Don't know if this might be hardware or software related, but it seems that every time I attempt to do a remote reboot of the machine, everything shuts down normally, and it never comes back. Just returned from the co-lo site, and when I plugged the monitor in, it had gone to the point of "rebooting" and hung. This is 4.3 on x-86. Sam -- Sam W.Drinkard -- sam at wa4phy.net