Здравствуйте!
Устанавливал Postfix 2.11.1 из исходников#cd /tmp
#wget ftp://ftp.opennet.ru/pub/postfix/official/postfix-2.11.1.tar.gz
#tar zxvf postfix-2.11.1.tar.gz
#cd postfix-2.11.1
#groupadd postfix
#groupadd postdrop
#useradd -g postfix postfix
#aptitude purge ~iexim4 -y
#aptitude purge ~c
#sudo apt-get build-dep postfix
#make -f Makefile.init makefiles \
'CCARGS=-DHAS_MYSQL -I/usr/include/mysql' \
'AUXLIBS=-L/usr/local/mysql/lib -lmysqlclient -lz -lm'
#make
#make install
#postconf -m
#postfix check
#postfix start
Установился без проблем. Стартует и останавливается без проблем
#postconf start
#postconf stop
Проблема в том, что не создался файл /etc/init.d/postfix
#/etc/init.d/postfix start
-bash: /etc/init.d/postfix: No such file or directory
Подскажите, как его создать, пожалуйста?