Displaying 4 results from an estimated 4 matches for "anon_user".
Did you mean:
  canon_user
  
2006 Nov 09
2
help with join tables and has_and_belongs_to_many
...ilege.find_by_name(''admin'')
    user_priv = Privilege.find_by_name(''user'')
    admin_user = User.find_by_email(''admin-7Ts6kVb0ZJk@public.gmane.org'')
    admin_user.privileges << admin_priv
    admin_user.privileges << user_priv
    anon_user = User.find_by_email(''anon-7Ts6kVb0ZJk@public.gmane.org'')
    anon_user.privileges << user_priv  # BOMB HERE
  end
  def self.down
    drop_table :privileges_users
  end
end
The line
anon_user.privileges << user_priv
bombs because Rails tries to insert a row into pr...
2014 Dec 01
0
Dovecot Director and Dovecot proxy
On 2014-12-01 19:56, anon_user at openmailbox.org wrote:
>> Il 01/12/2014 17:11, rub zorghy ha scritto:
>> Why Dovecot Director server isn't used to perform this without Dovecot
>> proxy ? Thus, the load balancer (F5 Big-IP) can distribute requests 
>> based
>> on IMAP protocol to Dovecot Direct...
2014 Dec 23
1
Curious dovecot behavior with service_count = 0
Hello,
I'm not experiencing this problem at all with service_count = 1
With service_count = 0, this is what I got randomly in my logs:
TLS: SSL_read() syscall failed: Connection reset by peer
To be successfully logged, the user have to initiate a new connection.
I primary thought about vsz_limit but I've put this value to 10GB (yes 
this is very overkill, that was just for the test)
2014 Dec 12
0
Convert sdbox to mdbox
Hello,
I have few hundreds mailboxes in my installation using the lastest 
version of dovecot. I have performances issues due to the storage don't 
support the high flow of I/O.
I'm wondering if they are any chance to convert without downtime my 
sdboxes mailboxes to mdbox.
Thanks in advance.