Skip to content

create_services.8

Manvendra Bhangui edited this page Feb 25, 2024 · 3 revisions

NAME

create_services - IndiMail/indimail-mta Service Creation Tool

SYNOPSYS

create_services [ options ]

DESCRIPTION

create_services creates all services and configuration for indimail/indimail-mta. It is meant to be used if you have installed indimail/indimail-mta using the source. You don't require it if you have done a binary installation using RPM/DEB/ARCHPKG packages.

OPTIONS

--servicedir=dir
Use dir for installing supervise services. Default is /service.

--qcount=qcount
Create qcount indimail queues. Default is 5

--qbase=qbase
Create indimail queues in qbase directory. Default is @indimaildir@/queue.

--mbase=mbase
Use mbase for user home directories. The user's home directory contains the maildir.

--mysqlPrefix=mprefix
Use mprefix as the MySQL prefix. It is expected to find MySQL binaries in mprefix/bin and mprefix/sbin

--no-courier-imap
Do not create courier-imap services and configuration

--no-proxy
Do not create imap, pop3 proxiex services and configuration

--no-bogofilter
Do not create bogofilter configuration and do not configure qmail-smtpd to do spam filter.

--nomysql
Skip creation of MySQL service

--no-nssd
Skip creation of name service daemon for indimail

--no-fetchmail
Skip creation of fetchmail service

--chk-install
Check installation for errors and incorrect, sub-optimal configuration

--shared-objects
Create configuration for tcpserver to use dlmopen to load shared objects.

--add-boot
Add indimail startup on boot

--destdir=dir
Create staged configuration in dir.

SEE ALSO

svctool(8), indimail-services(7), qmail-showctl(8),

Clone this wiki locally