Posts by Nuxwin


    Hello ;


    When the cat is away, the mice dance ... :P Well, courier is also a great piece of software and more easy to maintain than dovecot and maybe more faster than dovecot too. Quotas can be implemented with both courier and dovecot.


    For now we still install procmail for nothing. Installing such MDA without using it has not sense. Maildrop can replace procmail and be used for quotas.


    To resume, and to make all users happy (it's our primary goal there), I'll implement quotas for both courier and dovecot.


    Thanks


    Whats the folder problem? Anything that I should be aware of?


    Thanks,
    Rob


    Hello ;


    For now, any subscribed folders, excepted those that are created by defaults are removed from the subscription file when you update. I've a fix for that and I'll include it in master ASAP.


    Thank for using i-MSCP.


    I wrote a patched version of the imscp backup script. I modified the script to keep the backups for seven days.


    The original file is located at: /var/www/imscp/engine/backup/imscp-backup-all
    Make a backup of the file, before you patch it.



    Hello ;


    The problem is that we have some customers with bunch of data. Imagine an user with a total of 5 Go to backup. So 5 * 7 = 35 Go... Now let imagine many users with such amount of data to backup...


    The whole script must be rewritten but before, we must take some decisions on how to re-implement backup feature. From my side, I always thought that any backup task should be left to the administrator care. Any solution implemented directly in i-MSCP will never correspond to all administrators needs.


    Thank you for using i-MSCP.

    Hello ;


    First, migrate to i-MSCP and after do the following:


    1. If you migrate to i-MSCP last released version (1.1.0-rc1.4):

    Code
    1. # perl imscp-autoinstall -dr


    --> d shortcut for the --debug option
    --> r shortcut for the --reconfigure option


    2. If you migrate to last Git Master (recommend)

    Code
    1. # perl imscp-autoinstall -dr po


    --> d shortcut for the --debug option
    --> r shortcut for the --reconfigure option with 'po' as argument to be asked only about imap/pop servers.


    Thank you for using i-MSCP

    Edit:


    After further investigation, I think we must improve postfix configuration.


    For now, we tell postfix to listen on every available interfaces (ipv4 and ipv6). This is specified in the main.cf by the following parameters:


    Code
    1. inet_protocols = ipv4, ipv6
    2. inet_interfaces = all


    and in the SPF record of each domain we add both, the base server IP and the IP assigned to the customer by the reseller.


    With the current way to do, we can end with many problems:


    - If we have a stack of 10 IPs configured on the server, Postfix will use one of them as IP source for the outgoing mail. Well, as long the IP is one of these in the SPF record, We will not have any problem but in case the IP is not specified if the SPF record, we will end with a SPF validation error.


    - It's not really good to let postfix choose the IP for outgoing mail randomly. If you have a customer with a particular IP that become blacklisted due to spam actions or anything else, nothing ensures you that the blacklisted IP will be the one assigned to this user.


    I've already some ideas to how solve that problems (As Plesk do):


    http://kb.parallels.com/en/114491


    Another way:


    http://www.kutukupret.com/2010…ated-outgoing-ip-address/

    Hello ;


    It seem that postfix has used an ip6 address to sent the mail to gmail. Can you please show me the header of the mail you have sent to gmail?

    Hello ;


    It's not a bug from i-MSCP. it's can be a problem related to the dictionaries-common package. Or, you have not set your locale properly on your system.


    Can you please give us more info about your distribution and its codename ?


    Also, what is the output of the following command please:


    Code
    1. # locale


    PM me if you want any help via teamviewer.


    Thank you for using i-MSCP