Displaying 20 results from an estimated 3000 matches similar to: "How to subscribe?"
2012 Feb 12
1
Rails devise with recaptcha
I''m trying to use the recaptcha gem with devise 2.0.0 in rails 3.2.1.
Every time I try, I am able to display the captcha and input the 2
words it asks about. But in my controller (using code I found on
github for the recaptcha gem, and after I replaced render_with_context
with just plain render) verify_recaptcha always returns false and when
I look at flash[:recaptcha_error] it says
2012 Nov 02
4
How to test recaptcha in localhost?
Hi all,
I follow All the steps for recaptcha , but i am confused how to test on my
local host.
Because when we register in google recaptcha it ask for domain URL, i stuck
here.
Q What should i enter in domain url ?
Hope that you all understand the problem.
Thanks
Regards
Fahim Babar Patel
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2018 Mar 09
1
mail_attachment_detection_options not working
Hi,
I enabled mail_attachment_detection_options on dovecot 2.2.34, in
10-mail.conf I have:
mail_attachment_detection_options = add-flags-on-save
but when an email is delivered in mailbox (Maildir) via LMTP no flag
(HasNoAttachment or HasAttachment) was added.
In dovecot-keywords file I have:
0 $HasNoAttachment
1 NonJunk
2 $HasAttachment
so I thinks that the feature was eanbled but is
2019 Jul 22
3
Dovecot Director upgrade from 2.2 to 2.3
Il 18/07/19 21:42, Timo Sirainen ha scritto:
> On 18 Jul 2019, at 11.44, Alessio Cecchi via dovecot
> <dovecot at dovecot.org <mailto:dovecot at dovecot.org>> wrote:
>>
>> Hi,
>>
>> I have a setup with 3 Dovecot Director v2.2.36 and
>> director_consistent_hashing = yes ;-)
>>
>> Now I would like to upgrade to 2.3.7, first only Director
2016 Jul 23
4
Doveadm error
Il 15.07.2016 16:03 aki.tuomi at dovecot.fi ha scritto:
>> On July 12, 2016 at 4:30 PM L?szl? K?rolyi <laszlo at karolyi.hu> wrote:
>>
>>
>> Hey everyone,
>>
>> I've got a weird error since I upgraded to the latest dovecot on my
>> FreeBSD box:
>>
>> root at postfixjail /# doveadm quota recalc -u xxx at xxx.com
>>
2016 Dec 19
4
doveadm expunge -A Error: Dictionary commit failed
Hi,
with the latest dovecot-ee version (dovecot-ee-2.2.26.1-10) if I run
?doveadm expunge -A mailbox Spam savedbefore 30d? dovecot an error:
doveadm: Error: dict-client: Commit failed: Dict server timeout: No
input for 1916.209 secs (1 commands pending, oldest sent 0.000 secs ago:
C1) (reply took 0.000 secs)
doveadm: Error: expire: Dictionary commit failed
Probably also "doveadm quota
2020 Aug 25
2
Strange index error on NFS after upgrade to CentOS 7 from 6
Hi,
I'm running 3 Dovecot director and 6 Dovecot backend on CentOS 6 and
Dovecot 2.3.10, with Maildir shared on NFSv3 (on NetApp).
Since CentOS 6 will be EOL on November I started to upgrade to CentOS 7
the first Dovecot backend.
But after Director start to direct users on new CentOS 7 server some
errors, for any users, come up, an example:
Aug 21 14:56:41 Error: imap(alessio at
2020 Mar 19
2
Headsup on feature removal
Il 19/03/20 02:01, John Stoffel ha scritto:
> Alessio> ### user_query for vpopmail
> Alessio> user_query = SELECT pw_dir AS home, 89 AS uid, 89 AS gid,
> Alessio> concat('*:backend=', pw_shell) AS quota_rule FROM vpopmail
> Alessio> WHERE pw_name = '%n' AND pw_domain = '%d'
>
> Careful! You need to explain that 89 is the UID and GID of the
2018 Oct 02
2
Help for UID THREAD and SORT optimization
Hello,
we are developing a library to show last arrived messages of all threads
in a folder with more than 300k messages.
As per the RFC 5256, the IMAP thread command has only the option to
specify the grouping criteria (REFERENCES vs ORDEREDSUBJECT). So we
implemented an algorithm which gets the full UID SORT ordered by date in
reverse order then gets all thread relations and then post
2018 May 10
1
Dovecot 2.2.36-rc1 and $HasAttachment
Hi,
I installed dovecot 2.2.36-rc1 and enabled:
mail_attachment_detection_options = add-flags-on-save
but when messages are delivery via dovecot-lda into mailbox (Maildir)
keywords are not added. Only when the messages is open keywords
($HasAttachment or $HasNoAttachment) are added.
From the wiki "attachments are detected and marked during save",
delivery via LDA is
2020 Mar 19
1
Director with dovecot 2.3 and Panic/Fatal error
Hi,
after the upgrade to Dovecot 2.3 for our director ring we found some
times in the log errors like this:
Mar 18 14:22:51 Panic: imap-login: file iostream-openssl.c: line 599
(openssl_iostream_handle_error): assertion failed: (errno != 0)
Mar 18 14:22:51 Fatal: imap-login: master: service(imap-login): child
1726 killed with signal 6 (core dumps disabled -
2016 Sep 03
2
doveadm quota recalc returns a Segmentation fault
Hi,
with the latest dovecot-ee version (2.2.25.4 (5cb7c97)) if I run
?doveadm quota recalc -u alessio at skye.it? dovecot return a ?Segmentation
fault? (but the quota is update fine). Since dovecot version 2.2.24.3
(55cdc32) works fine.
This is my quota backends configuration:
plugin {
quota = maildir:UserQuota
quota2 = dict:Quota Usage::noenforcing:proxy::sqlquota
}
dict {
sqlquota
2019 Jul 31
1
Dovecot Director upgrade from 2.2 to 2.3
Hi Timo,
here you can see two images with the load average and CPU usage with
Dovecot 2.2 (Centos 6) and 2.3 (Centos 7) on the same hardware and same
configuration:
https://imgur.com/a/1hsItlc
Load average increment is relevant but CPU usage is similar.
Il 22/07/19 18:49, Timo Sirainen ha scritto:
> On 22 Jul 2019, at 17.45, Alessio Cecchi <alessio at skye.it
> <mailto:alessio
2020 Aug 25
0
Strange index error on NFS after upgrade to CentOS 7 from 6
> On 25/08/2020 16:43 Alessio Cecchi <alessio at skye.it> wrote:
>
>
> Hi,
>
> I'm running 3 Dovecot director and 6 Dovecot backend on CentOS 6 and Dovecot 2.3.10, with Maildir shared on NFSv3 (on NetApp).
>
> Since CentOS 6 will be EOL on November I started to upgrade to CentOS 7 the first Dovecot backend.
>
> But after Director start to direct
2015 Dec 01
3
mail_log plugin and uid=error in log file
Hi,
I enabled notify and mail_log plugins to log the message uid for new
emails delivered via LMTP. All works fine except that the uid is not
always logged (see uid=error instead of uid=NUMBER)
from dovecot.log:
Dec 01 10:03:08 lmtp(alessio at domain.com): Info: copy from <lmtp DATA>:
box=INBOX, uid=error, msgid=<14489594 at domain.com>, from="WordPress"
<wordpress
2009 Dec 07
3
captcha
Hi all,
I want to implement a captcha on my register page to help weed out any
''non-human'' visitors.
I was told to check out http://expressica.com/simple_captcha/ but the
site isnt responding.
Does anyone have any other reccomendations that are tried and tested &
successful?
Many Thanks
--
You received this message because you are subscribed to the Google Groups
2020 Mar 18
2
Headsup on feature removal
Hi Aki and Remo,
switch from vpopmail driver to SQL driver (if you are using vpopmail
with mysql as backend) is very simple.
First you need to setup the right query for vpopmail database:
# cat /etc/dovecot/dovecot-sql.conf.ext
### Vpopmail
driver = mysql
connect = host=192.168.1.2 dbname=vpopmail user=vpopmail password=Vp0pM4iL
default_pass_scheme = MD5-CRYPT
### Query to get a list of all
2018 Mar 01
2
v2.2.34 released
Il 01/03/2018 07:11, A.L.E.C ha scritto:
> On 02/28/2018 10:20 PM, Timo Sirainen wrote:
>> + mail_attachment_detection_options setting controls when
>> $HasAttachment and $HasNoAttachment keywords are set for mails.
> Is this a new feature? I can't find any documentation about these keywords and configuration.
>
Hi,
from
2014 May 09
1
Doveadm sometimes failed "to iterate through some users" after upgrade to 2.2
Hi,
I'm running every week in cron "doveadm expunge -A mailbox Spam before
30d" and monthly "doveadm quota recalc -A".
After the upgrade to dovecot 2.2.12 (from 2.1.17), "doveadm -A"
sometimes exit with this error:
doveadm(user at domain.com): Error: User listing returned failure
doveadm: Error: Failed to iterate through some users
# echo $?
75
If I re-run
2017 Jul 07
2
Dovecot 2.2.31: IMAP core dumped after upgrade
Il 03/07/2017 08:20, Aki Tuomi ha scritto:
>
> On 02.07.2017 12:39, Alessio Cecchi wrote:
>> Hi,
>>
>> after upgrade to dovecot 2.2.31 (ee) some users (very few) have
>> problem to see, via IMAP, their folders after login. The error in the
>> log is simple master: service(imap): child 15528 killed with signal 11
>> (core dumped). The user see only the