similar to: sendmail substitute?

Displaying 20 results from an estimated 2000 matches similar to: "sendmail substitute?"

2010 Oct 08
2
Radeon HD 4550 driver
Upgraded the kernel to the latest, then tried to rebuild the proprietary Catalyst driver for a Radeon HD 4550 on a Dell Optiplex 980. The install dies, with a c error. Anyone else out there succeed in building one on the 2.6.18-194.17.1.el5-x86_64 kernel? I went to the ATI website, and the "installation instructions" include that it needs a) 32 bit software (which? dunno) and b) a
2009 Oct 13
3
Dell Equallogic
Hi List, Does anyone here use Dell Equallogic IP SAN? If so, do you have any immediate high points / low points you wouldn't mind discussing on- or off-list ? Thanks.
2010 Sep 07
1
Yum: no updates?
Hi all, cat /etc/redhat-release CentOS release 5.4 (Final) When I check update, yum says not update. What do I miss? Thank you. yum update Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile Setting up Update Process No Packages marked for Update
2010 Sep 24
7
In the press, once again
May be a little bit off topic, but this gave me hard laugh: http://www.theregister.co.uk/2010/09/24/sysadmin_file_tools/ Windows admins use a virtualized CentOS machine to copy files because their own tools are not able to handle copying a bigger amount of data. :) Cheers, Timo
2010 Sep 24
3
Configuring BIND to answer to two domain names (four IP addresses)
On a CentOS 5 server, I am having a hard time configuring BIND to answer to 4 IP addresses for 2 domain names. Currently, I have four IP addresses, for sake of discussion they are: 1.1.1.1 1.1.1.2 1.1.1.3 1.1.1.4 Additionally, I have two domain names. For sake of discussion: exampleA.com exampleB.com My goal is to have 1.1.1.1 & 1.1.1.2 as the nameservers for exampleA.com, and 1.1.1.3 &
2009 Oct 13
5
timekeeping on VMware guests
Howdy, I am having time-drift issues on my CentOS VM. I had referred to following documentation: http://wiki.centos.org/TipsAndTricks/VMWare_Server , however it didn't help. I used kickstart for creating this VM and I am listing important steps in ref to timekeeping issue. Any comments or suggestion would be appreciated. - CS. ------------------- # For EL5 virtual machines, Append the
2010 Sep 29
4
XFS on a 25 TB device
Hello all, I have just configured a 64-bit CentOS 5.5 machine to support an XFS filesystem as specified in the subject line. The filesystem will be used to store an extremely large number of files (in the tens of millions). Due to its extremely large size, would there be any non-standard XFS build/configuration options I should consider? Thanks. Boris. -------------- next part -------------- An
2009 Sep 04
6
Kickstart help
Hey all, I have sort of an odd request for you today in regards to Kickstart configuration. I have recently created a kickstart configuration file to better standardize the configuration aspect of my server installations. I am having one issue and that is distributing a script (yum-check) via the kickstart file (in %post section). Parts of the script get written to the correct file
2010 Oct 21
2
Mount/automount fails with krb5-enabled nfs4
I have a problem that is driving me crazy. Our nfs server is running Solaris. Most clients mount directories from it with no problems, but not all. All clients that have problems run CentOS (5.4 and 5.5). I've found one or two of each version that fail, but also a couple of each version that work. The mounting is done for user home directories via autofs but that doesn't seem to make any
2010 Jun 15
5
Disable sendmail and configure mailx to use an external Postfix server?
Is there anyway I can disable sendmail on my various machines and configure mailx on them to utilize my Postfix SMTP server? Thanks, Dan
2018 Oct 26
2
Setting up sendmail to mail system messages on CentOS 6 and 7
Hi all, I've previously configured sendmail to send system messages on selected servers running CentOS 6. Usually they just kinda' work out of the box. No problems to speak of. However most of my CentOS 7-servers are rather flakey when it comes to sendmail. Most of the time they just won't send mails for whatever reason. Further, most of the time I can get it working, it's
2009 Oct 09
6
disk I/O problems and Solutions
Hey folks, CentOS / PostgreSQL shop over here. I'm hitting 3 of my favorite lists with this, so here's hoping that the BCC trick is the right way to do it :-) We've just discovered thanks to a new Munin plugin http://blogs.amd.co.at/robe/2008/12/graphing-linux-disk-io-statistics-with-munin.html that our production DB is completely maxing out in I/O for about a 3 hour stretch from
2009 Dec 19
5
sendmail
Anyone have a cookbook on configuring sendmail to work with Asterisk? Or,a few config examples.
2017 Oct 02
1
sendmail
On Mon, Oct 2, 2017 at 6:26 PM Stephen John Smoogen <smooge at gmail.com> wrote: > On 2 October 2017 at 18:03, Larry Martell <larry.martell at gmail.com> wrote: > > On Mon, Oct 2, 2017 at 5:29 PM, Stephen John Smoogen <smooge at gmail.com> > wrote: > >> On 2 October 2017 at 17:21, Larry Martell <larry.martell at gmail.com> > wrote: > >>>
2006 Jul 14
4
Emailing from Command Line
Thanks for reading, I need certain shell scripts to email me after they are done running. I've installed ssmtp to forward to my internal SMTP server. I have a working ssmtp config on a Gentoo system that works just fine, but on CentOS it's not working. Here's a bounce message: Date: Thu, 13 Jul 2006 13:33:22 -0700 From: Mail Delivery Subsystem <MAILER-DAEMON at
2008 Jun 16
1
Looking for a SSMTP alternative
Hello all, since the default repositories (base, updates, addons, extras) don't have a package for SSMTP I'm looking for another small and simple MTA. What do you suggest? Should I just stick with Exim? Thanks for reading, Luigi
2004 Oct 27
1
cannot establish connections from the machine to the internet
first thing: I''m not on the mailing list so please reply to eyall@fitracks.com now i have a linux workstation inside the office''s LAN, from some reason i cannot establish connections from the machine to the internet with those settings. i''ve been trying to change prefs and read almost all the docs but still don''t know what''s the problem so i have
2005 Aug 12
3
OT: Sendmail question
Hi, all I want voicemails to be delivered to recepients by e-mail. I have set up voicenail, and I can see asterisk is using sendmail to send messages out. Using Ethereal, I can see that messages are leaving my network, but receipeint mail server never replies back. As a result, mail delivery is timed out. I got a book on sendmail and it looks quite complex. It will take quite a bit of time
2015 Oct 07
2
ssmtp config for gmail
I have tried to setup ssmtp to relay through gmail. root=my gmail address AuthUser=my gmail address AuthPass=my password FromLineOverride=YES mailhub=smtp.gmail.com:587 UseSTARTTLS=YES TLS_CA_FILE=/etc/pki/tls/certs/ca-bundle.crt I get this error: Authorization failed (534 5.7.14 https://support.google.com/mail/answer/78754 145sm16287775qhb.20 - gsmtp) I am not using two step verification at
2003 Nov 30
5
mail without mta
Dear list! I'd like to know if some- one has experience with system running no mta (aka sendmail). I have single comp, not server, not lan. Yes! Sendmail is nice, but it is too big for simple tasks I have for it. My intention is to use apps small as possible. This letter gone from mutt directly to ssmtp, that processed it to my isp. (Setting option for sendmail as