search for: remort

Displaying 10 results from an estimated 10 matches for "remort".

Did you mean: remora
2017 Sep 11
1
Dovecot and Letsencrypt certs
<master at remort.net> writes: > "writing a script to check the certs" - there is no need to write any > scripts. As one mentioned, it's done by a hook to certbot. Please read > the manuals for LE or certbot. The issue you have is quite common and > of course certbot designed to do it f...
2017 Sep 06
1
can't get quota working. I use static userdb driver.
...nderbird still doesn't show quota bar. It is mentioned to run passdb with '-d' parameter if quotas aren't working. Can you explain how to set it up. How to run passdb with '-d' parameter ? Any configuration file snippet ? 2017-09-06 21:20 GMT+05:00 ????? ????? <master at remort.net>: > Just tried 'count', 'fs' and 'dirsize' quota ackends. All the same. > > # doveadm quota recalc > # doveadm quota get -u vadim > Quota name Type Value Limit > > % > User quota STORAGE 0 10240 > > 0 > User quot...
2017 Sep 12
2
Dovecot and Letsencrypt certs
...E=$RENEWED_LINEAGE" > > if grep --quiet "your.email.domain" <<< "$RENEWED_DOMAINS"; then > ??? /usr/local/sbin/dovecot reload > ?? /usr/sbin/postfix reload > fi > > Daniel > > On 9/11/2017 1:57 PM, Joseph Tam wrote: >> <master at remort.net> writes: >> >>> "writing a script to check the certs" - there is no need to write any >>> scripts. As one mentioned, it's done by a hook to certbot. Please read >>> the manuals for LE or certbot. The issue you have is quite common and >>&g...
2017 Sep 01
3
can't get quota working. I use static userdb driver.
Hi, people ! Set up global quota according to docs to 2 Mb. Send more than ten Mb on the box. Mail still getting put in the box, no bounces, no error messages in logs, nothing to prevent mail to be delivered in overflooded mailbox. quota settings are: mail_plugins = quota lmtp_rcpt_check_quota = yes quota_full_tempfail = yes protocol lmtp { postmaster_address = postmaster # required
2017 Sep 08
5
Dovecot and Letsencrypt certs
On Sep 8, 2017, at 07:56, Darac Marjal <mailinglist at darac.org.uk> wrote: > #!/bin/bash > > set -e > set -u > set -o pipefail > > if [[ ${1} == "deploy_cert" && ${2} == "mail.darac.org.uk" ]]; then > echo " + Hook: Restarting Dovecot..." > /usr/sbin/service dovecot restart > fi
2017 Sep 06
2
can't get quota working. I use static userdb driver.
Am 06.09.2017 um 12:17 schrieb ????? ?????: > Thank you for your answers. > I fixed config to: > > plugin { > sieve_default = /mnt/rw_disc/dovecot/sieve/default.sieve > sieve_global = /mnt/rw_disc/dovecot/sieve/ > > quota = maildir:User > quota_rule = *:storage=10M > # quota_rule2 = INBOX.Trash:storage=+10%% > quota_max_mail_size = 3M >
2017 Sep 08
0
Dovecot and Letsencrypt certs
"I think it?s probably easier to just kick dovecot once a month." - that's not good from system administration's point of view. You can get into trouble when certificate is renewed but dovecot isn't reloaded yet. And, doing something via cron just by-guess, once a month - is a no no logic. "it seems like checking the certs is something that dovecot should be doing on its
2017 Sep 28
0
questions about maildir to mdbox migration
Hi there ! Please tell how did you do the migration ? I tried to do this with dsync and performance was far from 'smooth and great'. 2017-09-29 0:54 GMT+05:00 Dave McGuire <mcguire at neurotica.com>: > > Hi folks! I converted some of the spools on my mail server from > maildir to mdbox. It went smoothly and the performance has been great. > However, I have two
2017 Sep 06
0
can't get quota working. I use static userdb driver.
Just tried 'count', 'fs' and 'dirsize' quota ackends. All the same. # doveadm quota recalc # doveadm quota get -u vadim Quota name Type Value Limit % User quota STORAGE 0 10240 0 User quota MESSAGE 0 - 0 # doveadm quota get Quota name Type Value Limit % User quota STORAGE 0 10240 0 User quota MESSAGE 0
2017 Sep 06
0
can't get quota working. I use static userdb driver.
Thank you for your answers. I fixed config to: plugin { sieve_default = /mnt/rw_disc/dovecot/sieve/default.sieve sieve_global = /mnt/rw_disc/dovecot/sieve/ quota = maildir:User quota_rule = *:storage=10M # quota_rule2 = INBOX.Trash:storage=+10%% quota_max_mail_size = 3M quota_exceeded_message = "552 5.2.2 Mailbox is full" } The mail_location is actually