Migrate courier to Dovecot

  • Fixed. Was a zombie process.

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

  • Problem was fixed, thanks Nuxwin. But sending a mail I get following error in the mail.log

    Code
    1. Mar 2 17:55:32 srv01 postfix/pipe[19926]: B058A23C63D4: to=<[email protected]>, relay=dovecot, delay=0.04, delays=0.02/0/0/0.01, dsn=4.3.0, status=deferred (temporary failure. Command output: Fatal: open(/etc/dovecot/dovecot.conf) failed: Permission denied )


    Think it's a permission error?


    Permission of following file:

    Code
    1. -rw-r--r-- 1 root mail 1505 Mar 2 17:38 dovecot.conf


    [hr]
    Think it's a bug with the mail quota, because with other accounts (quota under 100%) I can send mails.


    See also:
    http://forum.i-mscp.net/Thread-QUota-Berechnung

    Edited once, last by mafioso ().

  • Hello ;


    I'll investigate and fix:


    Thanks

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

  • More information:
    I also can't receive a mail because of the permission error.

  • Re ;


    Try this:


    Code
    1. # chmod 0755 /etc/dovecot

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

  • perfect, permission error is fixed now, only quota does not work.


  • perfect, permission error is fixed now, only quota does not work.


    Quota doesn't works ? What you mean exactly ?

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

  • I have in all email accounts a storage of 100mb, but all my customers have unlimited storage for webspace, email and database. I think the 100mb are a default storage rule for dovecot?
    [hr]
    ahh I can edit the quota in the admin panel for all mailaccounts. Maybe this should be automaticaly on 0 for customers with unlimited storage?

    Edited once, last by mafioso ().

  • Re ;


    The default rule for dovecot is defined in the /etc/dovecot/dovecot.conf file (set to 1 GiB). But this value is overriden for each user in the mail.quota field (see imscp database).


    Edit: I'll review the quota management ASAP. ;)

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

    Edited once, last by Nuxwin ().

  • Jep have changed the mail.quota field for all users to 0 :D