Displaying 5 results from an estimated 5 matches for "smtpdaemon".
2007 Dec 02
6
CentOS 5 and removing sendmail
Hi, I want to build a spam gateway for my mail server using postfix. I issued an rpm -e sendmail and got the following output:
# rpm -e sendmail
error: Failed dependencies:
/usr/sbin/sendmail is needed by (installed) redhat-lsb-3.1-12.2.EL.el5.centos.i386
smtpdaemon is needed by (installed) mutt-1.4.2.2-3.el5.i386
smtpdaemon is needed by (installed) fetchmail-6.3.6-1.el5.i386
smtpdaemon is needed by (installed) mdadm-2.5.4-3.el5.i386
How does one replace sendmail with postfix (I am hoping to install from source using the latest version)?
Than...
2006 Mar 27
9
mdadm and smtp yum update issue
greetings
i have a newer centos 4.2 server using qmail for smtp
the /etc/yum.conf has this in it
exclude=spamassassin exim postfix sendmail
so when i do a yum update to go to 4.3 i get this
--> Running transaction check
--> Processing Dependency: smtpdaemon for package: mdadm
--> Finished Dependency Resolution
Error: Missing Dependency: smtpdaemon is needed by package mdadm
how should i procede from here?
evidentally mdadm wants a known smtp function as i do not get this error
until i stuff exim and postfix and sendmail in the exclude
should i u...
2007 Oct 15
2
mdadm exim mysql
I installed a CentOS-5 core OS (using --nobase in my kickstart).
For some reason, it included mysql-5.0.22.
When I do "yum remove mysql", it says it will also remove
exim and mdadm for dependencies.
I don't care that exim will be removed, but I need mdadm as
I'm doing software RAID.
But why are these even related? When I do:
rpm -q --requires mysql
neither exim or mdadm is
2012 Mar 25
2
build postfix rpm with mysql
...ix/rpm
%define die_cmd die(){ %whinge "$*"; exit 1; }
Name: postfix
Group: System Environment/Daemons
URL: http://www.postfix.org
License: IBM Public License
PreReq: chkconfig, initscripts, shadow-utils
PreReq: /etc/init.d, /sbin/service, chkconfig >= 1.3
Epoch: 2
Provides: MTA smtpd smtpdaemon
Provides: %{_sbindir}/sendmail %{_bindir}/mailq %{_bindir}/newaliases
%{_bindir}/rmail
Provides: %{_mandir}/man1/newaliases.1.%{mps}
%{_mandir}/man5/newaliases.5.%{mps}
Version: %{V_package}
Release: %{rel}
Packager: Simon J Mudd <sjmudd at pobox.com>
Summary: Postfix Mail Transport Agent
Ve...
2011 Nov 19
4
build postfix spec w/ mysql
...ix/rpm
%define die_cmd die(){ %whinge "$*"; exit 1; }
Name: postfix
Group: System Environment/Daemons
URL: http://www.postfix.org
License: IBM Public License
PreReq: chkconfig, initscripts, shadow-utils
PreReq: /etc/init.d, /sbin/service, chkconfig >= 1.3
Epoch: 2
Provides: MTA smtpd smtpdaemon
Provides: %{_sbindir}/sendmail %{_bindir}/mailq %{_bindir}/newaliases %{_bindir}/rmail
Provides: %{_mandir}/man1/newaliases.1.%{mps} %{_mandir}/man5/newaliases.5.%{mps}
Version: %{V_package}
Release: %{rel}
Packager: Simon J Mudd <sjmudd at pobox.com>
Summary: Postfix Mail Transport Agent
Ve...