ispCP - Board - Support
Installation On debian Etch - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: Installation On debian Etch (/thread-4109.html)



Installation On debian Etch - RedHeberg - 08-25-2008 01:26 AM

Hi all Wink

Sorry i'm french... I'm try to install Omega RC6 on debian etch, but the postfix-tls package doesnt exist :

if try : apt-get install $(cat ./docs/Debian/debian-packages-etch)

I'm return :

Le paquet postfix-tls est un paquet virtuel fourni par :
postfix 2.3.8-2+etch1
Vous devez explicitement sélectionner un paquet à installer.
E: Aucun paquet ne correspond au paquet postfix-tls

What am saying that postfix-tls is integrated postfix?

I'ts possible to edit debian-packages-etch, remove postfix-tls and continu install ?

Thanks for your answer, Nicolas.


RE: Installation On debian Etch - Obi_Wan - 08-25-2008 01:44 AM

Just open the debian-packages-etch and delete either postfix-tls or postfix. Then it should go fine.


RE: Installation On debian Etch - RedHeberg - 08-25-2008 01:49 AM

Thanks For your answer


RE: Installation On debian Etch - Secret Raven - 08-30-2008 01:06 AM

Hi,
I had the same Problem, so I first deleted only postfix-tls and then both, but i even get this error message:(after i started perl ./ispcp-setup.. )

Starting Installation...
ERROR: External command '/usr/sbin/postmap /etc/postfix/ispcp/aliases /etc/postfix/ispcp/domains /etc/postfix/ispcp/mailboxes /etc/postfix/ispcp/transport /etc/postfix/ispcp/sender-access &> /tmp/ispcp-setup-services.log' returned '127' status !
server1611:/var/www/ispcp/engine/setup#

someone have a idea?

Thanks in advance

Secret


RE: Installation On debian Etch - Obi_Wan - 08-30-2008 02:59 AM

I could imagine that happens when you delete both postfix and postfix-tls because you need at least one of them.


RE: Installation On debian Etch - sci2tech - 08-30-2008 03:33 AM

Check if you one of the following files are missing:
Quote:/etc/postfix/ispcp/aliases
/etc/postfix/ispcp/domains
/etc/postfix/ispcp/mailboxes
/etc/postfix/ispcp/transport
/etc/postfix/ispcp/sender-access
If no copy them fro your package


RE: Installation On debian Etch - BattloXX - 09-18-2008 07:48 PM

Hello,

I have the same problem.

But the files are in the right folder!
in the isp-setup-services.log:

sh: /usr/sbin/postmap: Datei oder Verzeichnis nicht gefunden.

In the package is no postmap file


RE: Installation On debian Etch - sci2tech - 09-20-2008 01:03 AM

try apt-get install postfix


RE: Installation On debian Etch - catreaper - 09-29-2008 01:58 AM

Just for info, the package postfix-tls is, as mentioned everywhere all over the net, no more included in the actuall dist of etch.
Please do not delete postfix and postfix-tls. Just delete ONE of them: postfix-tls.
Postfix-tls is now a part of the postfix package. If you read the errormessage carefully, you all should have noticed that.