opensuse 12.1 - dual sendmail service start

 
Thread Tools Search this Thread
Operating Systems Linux SuSE opensuse 12.1 - dual sendmail service start
# 1  
Old 02-23-2012
Question opensuse 12.1 - dual sendmail service start

Hi there!

A bit of a background: I am running an opensuse 11.3 box for fetching mails, scanning them for viruses and spam with amavis and deliver them to the user mailboxes in a dual sendmail daemon configuration: fetchmail -> sendmail-1 -> amavis -> sendmail-2 -> Exchange. Everything is just working fine there...

I want to migrate to opensuse 12.1 and I just can't find out how to configure the system scripts start for a dual sendmail daemon. Now everything will be sent to systemctl and I'm just stuck...Smilie

Is there anyone out there being able to give me a hint?

Thank you very much in advance!
Luca
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

How to make SMF service start last?

I need to start a service among the last on a freshly booted system. Via the manifest, I've made it dependent on very milestone on the computer yet the service still comes back with an error that a kstat variable in the kernel does not exist. I run it right the service process right there... (6 Replies)
Discussion started by: JWH
6 Replies

2. UNIX for Dummies Questions & Answers

opensuse 12.1 - dual sendmail service start

Hi there! A bit of a background: I am running an opensuse 11.3 box for fetching mails, scanning them for viruses and spam with amavis and deliver them to the user mailboxes in a dual sendmail daemon configuration: fetchmail -> sendmail-1 -> amavis -> sendmail-2 -> Exchange. Everything is... (1 Reply)
Discussion started by: lpacor
1 Replies

3. UNIX for Advanced & Expert Users

opensuse 12.1 - dual sendmail service start

Hi there! A bit of a background: I am running an opensuse 11.3 box for fetching mails, scanning them for viruses and spam with amavis and deliver them to the user mailboxes in a dual sendmail daemon configuration: fetchmail -> sendmail-1 -> amavis -> sendmail-2 -> Exchange. Everything is just... (0 Replies)
Discussion started by: lpacor
0 Replies

4. Red Hat

Can't start NTOP service/daemon

I have installed version of ntop 4.0.3 by guide. But I can't start ntop daemon/service. I didn't find a service file for starting. During the installation there was no problem only want to RRDTool so I installed that. Now there is no necessary package required. I didn't find in /etc/init.d/... (9 Replies)
Discussion started by: getrue
9 Replies

5. Red Hat

VSFTPD Service Failed to Start

Today I have installed VSFTPD but service is failing to start. We have been using standard FTP successful but need to introduce an FTPS option. I have run YUM install VSFTPD and everything appeared to load ok. (If I run rpm - qa | grep vsftpd I get vsftpd-2.0.5-16.el5_4.1 which I... (4 Replies)
Discussion started by: PaulComins
4 Replies

6. Red Hat

vsftpd service failed to start

hi, i am using RHEL 5 and i am not able to on the vsftp i have tried to on the vsftp service using command service vsftpd start Starting vsftpd for vsftpd: i am posting the content of my /etc/xinetd.d/vsftpd file # description: The vsftpd FTP... (2 Replies)
Discussion started by: u.n.i.x
2 Replies

7. UNIX for Dummies Questions & Answers

Disabling POP3 service on Sendmail

Hi, I wish to disable POP3 services in sendmail and just use IMAP. I am running: Version 8.13.4. How do I go about doing this? According to the config file the Cyrus IMAP/POP3 server is being used so I am not sure how to go about configuring the config file to use only IMAP. (0 Replies)
Discussion started by: mojoman
0 Replies

8. AIX

Q: how to start a service when system start

As topic, assume we have a service called "blahservice" and we can start it by: startsrc -s blahservice what is the best practice to run such command when system start? - directly use mkitab to add it into /etc/inittab or - drop startup scripts in /etc/rc.d/rcX.d I know they... (4 Replies)
Discussion started by: acerlinux
4 Replies

9. Shell Programming and Scripting

Start a service as user

Hi I need a service to be start as user after a reboot. My script in /etc/init.d contain the following: start() { su - $USER cd ${INSTALL_PATH}/bin ./MyApp -X exit return 0 } This function stops after su - $USER, I get user shell, and only if I manualy... (5 Replies)
Discussion started by: potro
5 Replies

10. UNIX for Dummies Questions & Answers

Making a Script to Start as a Service

Hi, I have a shell script t1.sh. on my solaris box. So, what are the steps required to make this script run as a Service, when the system re-starts. (for ex:- at run level 3). I know that I should use the rc.d folders. But I don't know the exact steps. Kindly explain, Thanks in... (3 Replies)
Discussion started by: S.Vishwanath
3 Replies
Login or Register to Ask a Question
clamav-milter(8)						  Clam AntiVirus						  clamav-milter(8)

NAME
clamav-milter - milter compatible mail scanner SYNOPSIS
clamav-milter [options] DESCRIPTION
Clamav-milter is a filter for sendmail(1) mail server. It uses a mail scanning engine built into clamd(8). Clamav-milter can use load balancing and fault tolerant techniques to connect to more than one clamd(8) server and seamlessly hot-swap to even the load between different machines and to keep scanning for viruses even when a server goes down. OPTIONS
-h, --help Output help information and exit. -V, --version Print the version number and exit. -c FILE, --config-file=FILE Read configuration from FILE. FILES
/etc/clamav-milter.conf AUTHOR
aCaB <acab@clamav.net> SEE ALSO
sendmail(8), clamav-milter.conf(5), clamd(8), clamd.conf(5) ClamAV 0.96.1 Feb 25, 2009 clamav-milter(8)