fresh install but some minor errors in the tuto

Discussion in 'Installation/Configuration' started by irobot, Jun 15, 2017.

  1. irobot

    irobot New Member

    Ok first of all the install was perfect with the copy paste i had no problems and only 1 error
    So here is my thing i wrote everything down allong the installation hope someone knows the answers and maybe the tutorial can be updated
    number 8
    • enter current password for root (enter for none) > not in the description <
    not listed ! so this must be added to the file !
    • -o smtpd_client_restrictions=permit_sasl_authenticated,reject
    listed is:
    • -o smtpd_relay_restrictions=permit_sasl_authenticated,reject

    maybe these 2 sections could be highlighted i see that many people forget 1 or 2 things ( me included ) and then email does not work and people start asking questions on the forum that might be frustrating for mods and admins

    • submission inet n - - - - smtpd (forgotten by me and the mail dont work)
    • -o syslog_name=postfix/submission
    • -o smtpd_tls_security_level=encrypt
    • -o smtpd_sasl_auth_enable=yes
    • -o smtpd_client_restrictions=permit_sasl_authenticated,reject
    -------------------------------------------------------------
    • smtps inet n - - - - smtpd (forgotten by me and the mail dont work)
    • -o syslog_name=postfix/smtps
    • -o smtpd_tls_wrappermode=yes
    • -o smtpd_sasl_auth_enable=yes
    • -o smtpd_client_restrictions=permit_sasl_authenticated,reject

    Number 9
    • warning the home directory has no acces var/lib/postgrey file or directory does not exist
    afterwards checked and directory is present with 0700 rights
    is this a problem or not ?

    letsencrypt
    • Enter email adres (used for urgent renewal and security notices) > not in the description <
    • Terms of service press a then enter for Agree > not in the description <
    • share email adres for email from EFF something bla bla choose Y or N > not in the description <
    • No bleu screen but plain text saying :
    • no names where found etc etc etc enter domain or c for cancel then enter

    fstab file editting
    i have 2 seperate disks 1 is for the debians system and 1 is for the var
    so i have var on /dev/sdc1 so the question is if this line is correct ?
    and should i add it to the disk with the var on it or to the disk with the system on it?

    • UUID=3dc3b58d-97e5-497b-8254-a913fdfc5408 / ext4 errors=remount-ro,usrjquota=quota.user,grpjquota=quota.group,jqfmt=vfsv0 0 1
    because this command gives me a error
    • quotacheck -avugm
     
    Last edited: Jun 15, 2017
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    To which tutorial do you refer to?

    You have to add the part ",usrjquota=quota.user,grpjquota=quota.group,jqfmt=vfsv0" to the existing line in your fstab file for the partition that contains the websites. So if you have a separate /var partition, then add it there.
     
  3. irobot

    irobot New Member

    Thnx i was thinking about that but asked just to be shure
    Pannel is installed but i think i can do this anyway afterwards ?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Yes, you can still configure that.
     

Share This Page