IMSCP Installieren und einrichten

  • Die möglichkeit Debian so einfach neu zu installieren habe ich bei meinem Anbieter nicht dies müsste ich zubuchen dann könnte ich per knopfdruck das Debian einfach neu installieren oder kostenpflichtig einmalig das System neu installieren lassen.


    Habe jetzt alle Pakete samt Konfigs per SSH gelöscht.


    Was ich bei imscp nicht verstehe ist wieso man zwei Websever installiert
    Apache und nginx.

  • On Debian 7 it's working great, so the problem isn't in that. As I don't understand German clearly... i-MSCP is using only Apache ATM, Nginx support in only planning...

    Edited once, last by DragonZX ().


  • Die möglichkeit Debian so einfach neu zu installieren habe ich bei meinem Anbieter nicht dies müsste ich zubuchen dann könnte ich per knopfdruck das Debian einfach neu installieren oder kostenpflichtig einmalig das System neu installieren lassen.


    Habe jetzt alle Pakete samt Konfigs per SSH gelöscht.


    Was ich bei imscp nicht verstehe ist wieso man zwei Websever installiert
    Apache und nginx.


    da gibts nur einen. Du bist dir sicher, das du i-MSCP benutzt?


    Kostenpflichtig Debian neuibstallation? lol.


    den hoster würd ich wechseln :)

  • So... Try to reconfigure CGI in that case... Or change a hoster)) Lol, It's the first expensive hoster in Germany I've seen...

  • :P


    So ich starte jetzt von neu
    Zur hilfe nehm ich mir das hier :D
    http://wiki.i-mscp.net/doku.php?id=start:installation:debian


    Anstelle von i-mscp-1.0.3.0.tar.bz2 habe ich imscp-1.1.0-rc1.4.tar.bz2 geladen
    und die imscp.conf so angepasst.


    Code
    1. DEFAULT_ADMIN_ADDRESS = [email protected]
    2. SERVER_HOSTNAME = server.j4f-gaming.de.local
    3. BASE_SERVER_IP = 79.143.191.46
    4. BASE_SERVER_VHOST = imscp.j4f-gaming.de


    Sollte soweit ja alles richtig sein werde jetzt perl ./imscp-autoinstall ausführen hoffe habe erfolg ;)


    Edit :
    So jetzt hat er mir einen Fehler ausgespuckt :(


    Hab die log mal hier rein gepackt
    http://pastebin.com/z2Z5jq3Y


    Komisch kann hier nichts uploaden :D

    Edited once, last by XeCuter ().


  • Hello ;


    It's package dependencies problems. Please, install teamviewer and PM me if you want direct support.


    Thank you for using i-MSCP.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Hallo,
    da bin ich mal wieder =)


    Habe jetzt endlich imscp zum laufen bekommen :D nachdem ich alles manuell gelöscht hatte ein problem habe ich aber noch =(
    habe wohl Postfix vergessen da dieser sich nicht starten lässt er erstellt keine logs geht nach dem starten einfach wieder aus ohne Fehlermeldung.


    Werde wohl irgendwas vergessen haben zu löschen.


    main.cf

    Code
    1. # Postfix directory settings; These are critical for normal Postfix MTA functionallitycommand_directory = /usr/sbindaemon_directory = /usr/lib/postfix# Some common configuration parametersinet_protocols = ipv4#, ipv6inet_interfaces = allmynetworks_style = hostmyhostname = server.j4f-gaming.demydomain = server.j4f-gaming.de.localmyorigin = $myhostnamesmtpd_banner = $myhostname ESMTP i-MSCP 1.1.0-rc1.4 Managedsetgid_group = postdrop# Receiving messages parametersmydestination = $myhostname, $mydomainappend_dot_mydomain = noappend_at_myorigin = yeslocal_transport = localtransport_maps = hash:/etc/postfix/imscp/transportrelay_domains = hash:/etc/postfix/imscp/relay_domainsalias_maps = hash:/etc/aliasesalias_database = hash:/etc/aliases# Delivering local messages parametersmail_spool_directory = /var/mail# Mailboxquota# => 0 for unlimited# => 104857600 for 100 MBmailbox_size_limit = 0mailbox_command = procmail -a "$EXTENSION"# Message size limit# => 0 for unlimited# => 104857600 for 100 MBmessage_size_limit = 0biff = norecipient_delimiter = +local_destination_recipient_limit = 1local_recipient_maps = unix:passwd.byname $alias_database# i-MSCP Autoresponder parametersimscp-arpl_destination_recipient_limit = 1# Delivering virtual messages parametersvirtual_mailbox_base = /var/mail/virtualvirtual_mailbox_limit = 0virtual_mailbox_domains = hash:/etc/postfix/imscp/domainsvirtual_mailbox_maps = hash:/etc/postfix/imscp/mailboxesvirtual_alias_maps = hash:/etc/postfix/imscp/aliasesvirtual_minimum_uid = 999virtual_uid_maps = static:999virtual_gid_maps = static:8# SASL parameterssmtpd_sasl_auth_enable = yessmtpd_sasl_security_options = noanonymousbroken_sasl_auth_clients = yessmtpd_sasl_authenticated_header = yessmtpd_helo_required = yessmtpd_helo_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_invalid_helo_hostname, reject_non_fqdn_helo_hostnamesmtpd_sender_restrictions = reject_non_fqdn_sender, reject_unknown_sender_domain, permit_mynetworks, permit_sasl_authenticatedsmtpd_recipient_restrictions = reject_non_fqdn_recipient, reject_unknown_recipient_domain, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_unlisted_recipient, check_policy_service inet:127.0.0.1:12525, check_policy_service inet:127.0.0.1:10023, permitsmtpd_data_restrictions = reject_multi_recipient_bounce, reject_unauth_pipelining# TLS parameters#smtpd_tls_security_level = may#smtpd_tls_loglevel = 2#smtpd_tls_cert_file = /etc/imscp/server.j4f-gaming.de.pem#smtpd_tls_key_file = /etc/imscp/server.j4f-gaming.de.pem#smtpd_tls_auth_only = no#smtpd_tls_received_header = yes# AMaViS parameters; activate, if available/used#content_filter = amavis:[127.0.0.1]:10024# Quota support; activate, if available/used#virtual_create_maildirsize = yes#virtual_mailbox_extended = yes#virtual_mailbox_limit_maps = mysql:/etc/postfix/mysql_virtual_mailbox_limit_maps.cf#virtual_mailbox_limit_override = yes#virtual_maildir_limit_message = "The user you're trying to reach is over mailbox quota."#virtual_overquota_bounce = yessmtpd_sasl_type = dovecotsmtpd_sasl_path = private/authvirtual_transport = dovecotdovecot_destination_recipient_limit = 1


    master.cf

    Code
    1. # Postfix master process configuration file. For details on the format# of the file, see the master(5) manual page (command: "man 5 master").## Do not forget to execute "postfix reload" after editing this file.## ==========================================================================# service type private unpriv chroot wakeup maxproc command + args# (yes) (yes) (yes) (never) (100)# ==========================================================================# Uncomment the second line below when unsing AMaViSsmtp inet n - - - - smtpd# -o receive_override_options=no_address_mappingssubmission inet n - - - - smtpd# -o smtpd_tls_security_level=encrypt -o smtpd_sasl_auth_enable=yes -o smtpd_client_restrictions=permit_sasl_authenticated,reject# -o milter_macro_daemon_name=ORIGINATING#smtps inet n - - - - smtpd -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes -o smtpd_client_restrictions=permit_sasl_authenticated,reject# -o milter_macro_daemon_name=ORIGINATING#628 inet n - - - - qmqpdpickup fifo n - - 60 1 pickupcleanup unix n - - - 0 cleanupqmgr fifo n - n 300 1 qmgr#qmgr fifo n - - 300 1 oqmgrtlsmgr unix - - - 1000? 1 tlsmgrrewrite unix - - - - - trivial-rewritebounce unix - - - - 0 bouncedefer unix - - - - 0 bouncetrace unix - - - - 0 bounceverify unix - - - - 1 verifyflush unix n - - 1000? 0 flushproxymap unix - - n - - proxymapproxywrite unix - - n - 1 proxymapsmtp unix - - - - - smtp# When relaying mail as backup MX, disable fallback_relay to avoid MX loopsrelay unix - - - - - smtp -o smtp_fallback_relay=# -o smtp_helo_timeout=5 -o smtp_connect_timeout=5showq unix n - - - - showqerror unix - - - - - errorretry unix - - - - - errordiscard unix - - - - - discardlocal unix - n n - - localvirtual unix - n n - - virtuallmtp unix - - - - - lmtpanvil unix - - - - 1 anvilscache unix - - - - 1 scache## ====================================================================# Interfaces to non-Postfix software. Be sure to examine the manual# pages of the non-Postfix software to find out what options it wants.## Many of the following services use the Postfix pipe(8) delivery# agent. See the pipe(8) man page for information about ${recipient}# and other message envelope options.# ====================================================================## maildrop. See the Postfix MAILDROP_README file for details.# Also specify in main.cf: maildrop_destination_recipient_limit=1#maildrop unix - n n - - pipe flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}## See the Postfix UUCP_README file for configuration details.#uucp unix - n n - - pipe flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)## Other external delivery methods.#ifmail unix - n n - - pipe flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)bsmtp unix - n n - - pipe flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipientscalemail-backend unix - n n - 2 pipe flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}mailman unix - n n - - pipe flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py ${nexthop} ${user}# for AMaViS and spam filter supportamavis unix - - n - 2 smtp -o smtp_data_done_timeout=1200 -o smtp_send_xforward_command=yes -o disable_dns_lookups=yeslocalhost:10025 inet n - n - - smtpd -o content_filter= -o local_recipient_maps= -o relay_recipient_maps= -o smtpd_restriction_classes= -o smtpd_client_restrictions= -o smtpd_helo_restrictions= -o smtpd_sender_restrictions= -o smtpd_recipient_restrictions=permit_mynetworks,reject# -o smtpd_override_options=no_address_mappings -o mynetworks=127.0.0.0/8 -o strict_rfc821_envelopes=yes# i-MSCP autoresponderimscp-arpl unix - n n - - pipe flags=O user=vmail:imscp argv=/var/www/imscp/engine/messenger/imscp-arpl-msgr $recipientdovecot unix - n n - - pipe flags=DRhu user=vmail argv=/usr/lib/dovecot/deliver -f ${sender} -d ${recipient}



    Edit :
    Mir ist gerade im imscp aufgefallen das im Service status SMTP läuft dovecot hab ich mal deaktiviert was auch angezeigt wird IMAP und POP3 ist aus.
    Wenn Postfix nicht läuft dürfte doch eigentlich smtp nicht als ein angezeigt werden oder irre ich mich da ?


    Zustätzlich wird mit dieser fehler nun auch noch angezeigt :(

    Code
    1. Processing triggers for man-db .../usr/bin/mandb: the setuid man user "man" does not exist


    Der user "man" existiert aber was ich nicht versteh O.o


    Edit 2:
    Denn fehler das User "man" nicht existiert habe ich gelöst er war nicht in der passwd eingetragen warum auch immer.
    Fehler mit User "man" existiert nicht ist wieder da :(


    Postfix selbst lässt sich immer noch nicht starten,
    erstellt auch keine Fehlerlogs bzw. finde ich keine.


    Edit 3:


    So habs jetzt hinbekommen das mir Fehlermeldungen ausgegeben werden :D


    mail.err

    Code
    1. Feb 11 16:50:43 server postfix/master[29780]: fatal: bind 0.0.0.0 port 25: Address already in useFeb 11 16:50:58 server postfix/smtpd[30044]: fatal: open lock file pid/inet.smtp: cannot create file exclusively: No such file or directory


    Mit Postmap hab ich die inet.smtp erstellt aber irgendwie will er nicht drauf zugreifen.


    mail.info

    Code
    1. Feb 11 17:04:44 server postfix/postfix-script[31564]: starting the Postfix mail systemFeb 11 17:04:44 server postfix/master[31565]: fatal: bind 0.0.0.0 port 25: Address already in useFeb 11 17:04:44 server postfix/postqueue[31681]: warning: Mail system is down -- accessing queue directlyFeb 11 17:04:48 server postfix/postqueue[31801]: warning: Mail system is down -- accessing queue directlyFeb 11 17:05:01 server postfix/master[18249]: warning: master_wakeup_timer_event: service pickup(public/pickup): No such file or directoryFeb 11 17:05:12 server postfix/smtpd[31838]: fatal: open lock file pid/inet.smtp: cannot create file exclusively: No such file or directoryFeb 11 17:05:13 server postfix/master[18249]: warning: process /usr/lib/postfix/smtpd pid 31838 exit status 1Feb 11 17:05:13 server postfix/master[18249]: warning: /usr/lib/postfix/smtpd: bad command startup -- throttlingFeb 11 17:06:01 server postfix/master[18249]: warning: master_wakeup_timer_event: service pickup(public/pickup): No such file or directoryFeb 11 17:06:04 server postfix/postqueue[31975]: warning: Mail system is down -- accessing queue directly


    mail.log

    Code
    1. Feb 11 16:50:41 server postfix/postqueue[29669]: warning: Mail system is down -- accessing queue directlyFeb 11 16:50:41 server postfix/postqueue[29669]: warning: Mail system is down -- accessing queue directlyFeb 11 16:50:43 server postfix/postfix-script[29779]: starting the Postfix mail systemFeb 11 16:50:43 server postfix/postfix-script[29779]: starting the Postfix mail systemFeb 11 16:50:43 server postfix/master[29780]: fatal: bind 0.0.0.0 port 25: Address already in useFeb 11 16:50:43 server postfix/master[29780]: fatal: bind 0.0.0.0 port 25: Address already in useFeb 11 16:50:43 server postfix/postqueue[29891]: warning: Mail system is down -- accessing queue directlyFeb 11 16:50:43 server postfix/postqueue[29891]: warning: Mail system is down -- accessing queue directlyFeb 11 16:50:54 server postfix/postqueue[30038]: warning: Mail system is down -- accessing queue directlyFeb 11 16:50:54 server postfix/postqueue[30038]: warning: Mail system is down -- accessing queue directlyFeb 11 16:50:58 server postfix/smtpd[30044]: fatal: open lock file pid/inet.smtp: cannot create file exclusively: No such file or directoryFeb 11 16:50:58 server postfix/smtpd[30044]: fatal: open lock file pid/inet.smtp: cannot create file exclusively: No such file or directoryFeb 11 16:50:59 server postfix/master[18249]: warning: process /usr/lib/postfix/smtpd pid 30044 exit status 1Feb 11 16:50:59 server postfix/master[18249]: warning: /usr/lib/postfix/smtpd: bad command startup -- throttlingFeb 11 16:50:59 server postfix/master[18249]: warning: process /usr/lib/postfix/smtpd pid 30044 exit status 1Feb 11 16:50:59 server postfix/master[18249]: warning: /usr/lib/postfix/smtpd: bad command startup -- throttlingFeb 11 16:51:01 server postfix/master[18249]: warning: master_wakeup_timer_event: service pickup(public/pickup): No such file or directoryFeb 11 16:51:01 server postfix/master[18249]: warning: master_wakeup_timer_event: service pickup(public/pickup): No such file or directory


    mail.warn

    Edited once, last by XeCuter ().