Posts by fulltilt

    muss ich als Hosting Anbieter zusätzlich zur Privacy policy auch noch einen ADV-Vertrag zur Auftragsdatenverarbeitungsvertrag versenden oder zum Download anbieten?
    Gilt das nur für alle Provider in Deutschland oder EU weit?


    Hab echt gleich keine Lust mehr auf den ganzen Schwachsinn ...

    Debian 9
    IMSCP 1.5.3


    I'm using dovecot for the first time on a new system,
    now I have setup fail2ban:
    https://wiki.i-mscp.net/doku.php?id=start:howto:fail2ban


    but something does not work:


    Code
    1. iptables -w -A f2b-dovecot -j RETURN
    2. iptables -w -I INPUT -p tcp -m multiport --dports smtp,ssmtp,submission,imap2,imap3,imaps,pop3,pop3s -j f2b-dovecot -- stdout: b''
    3. 2018-05-20 14:30:41,327 fail2ban.action [28925]: ERROR iptables -w -N f2b-dovecot
    4. iptables -w -A f2b-dovecot -j RETURN
    5. iptables -w -I INPUT -p tcp -m multiport --dports smtp,ssmtp,submission,imap2,imap3,imaps,pop3,pop3s -j f2b-dovecot -- stderr: b"iptables v1.6.0: invalid port/service `imap3' specified\nTry `iptables -h' or 'iptables --help' for more information.\n"
    6. 2018-05-20 14:30:41,329 fail2ban.action [28925]: ERROR iptables -w -N f2b-dovecot
    7. iptables -w -A f2b-dovecot -j RETURN
    8. iptables -w -I INPUT -p tcp -m multiport --dports smtp,ssmtp,submission,imap2,imap3,imaps,pop3,pop3s -j f2b-dovecot -- returned 2
    9. 2018-05-20 14:30:41,330 fail2ban.actions [28925]: ERROR Failed to start jail 'dovecot' action 'iptables-multiport': Error starting action


    ### edit ###
    solved:
    removed imap3 port from fail2ban jail.local

    I need a listener for apache (autoconfig, autodiscover) ... can someone help?
    it should contain:

    Code
    1. ServerAlias autoconfig.* autodiscover.*
    2. RewriteEngine On
    3. RewriteCond %{HTTPS} !on [OR]
    4. RewriteCond %{HTTP_HOST} !^discover\.my-service\.com$
    5. RewriteRule ^(.*)$ https://discover.my-service.com$1 [R=301]

    sorry, my mistake!
    I did not notice that on this system an outdated hosting plans template was not updated.
    I will take my calming pill now and everything is fine again ;-)

    I probably have a misunderstanding here ...
    if I give a user 300 MB diskspace and 300 MB emailspace ... should be a total of 600 MB storage,
    or do I have to set both to 600 MB to get a total of 600 MB of storage?


    How would you create an account with 600 MB of storage?

    IMSCP 1.5.1
    Debian 9


    I have a question about Mailquota ...
    if I give a customer 600 MB Storage (300 MB webspace + 300 MB Emailquota) then the customer can no longer receive emails if the email space (300MB) is over quota?