Displaying 5 results from an estimated 5 matches for "nopp".
Did you mean:
nop
2012 Apr 01
3
namespace hierarchy
Hi,
I'm migrating from Courier to Dovecot and would like to keep the original
namespace and add two new ones on the new server.
There's only one namespace in Courier which is "INBOX." . The seperator is "."
In the new server I would like to have 3 namespaces (private, public, shared)
and use "/" as separator. Is it possible to keep "INBOX." for
2017 Jun 28
0
Nash equilibrium and other game theory tools implemented in networks using igraph or similar
Hello Chris,
I was implying you are capable enough to implement it, while you have
already identify a research paper. If there is no package out there,
uploading to CRAN would help future user too. I am more than happy to
help if you want to implement from scratch.
Best,
Mehmet
On 27 June 2017 at 17:45, Chris Buddenhagen <cbuddenhagen at gmail.com> wrote:
> Does anyone know of some
2017 Jun 27
5
Nash equilibrium and other game theory tools implemented in networks using igraph or similar
Does anyone know of some code, and examples that implement game theory/Nash
equilibrium hypothesis testing using existing packages like igraph/statnet
or similar?
Perhaps along the lines of this article:
Zhang, Y., Aziz-Alaoui, M. A., Bertelle, C., & Guan, J. (2014). Local Nash
Equilibrium in Social Networks, *4*, 6224.
Best,
Chris Buddenhagen
cbuddenhagen at gmail.com
[[alternative HTML
2012 Apr 19
2
error when using dovecot-lda as non root (vmail) user
...p {
address = *
}
inet_listener imaps {
address = *
}
}
service managesieve-login {
inet_listener sieve {
address = *
port = 4190
}
}
ssl = required
ssl_cert = </etc/pki/dovecot/certs/mail.ela-soft.com.crt
ssl_key = </etc/pki/dovecot/private/mail.ela-soft.com.2048bit.nopp.key
userdb {
args = /etc/dovecot/dovecot-ldap.conf
driver = ldap
}
protocol lmtp {
mail_plugins = " sieve"
}
Any ideas?
Greetings
Andreas
2012 Apr 24
6
acls not copied when creating subfolder of private INBOX
...p {
address = *
}
inet_listener imaps {
address = *
}
}
service managesieve-login {
inet_listener sieve {
address = *
port = 4190
}
}
ssl = required
ssl_cert = </etc/pki/dovecot/certs/mail.ela-soft.com.crt
ssl_key = </etc/pki/dovecot/private/mail.ela-soft.com.2048bit.nopp.key
userdb {
args = /etc/dovecot/dovecot-ldap.conf
driver = ldap
}
protocol lda {
mail_plugins = " quota acl sieve"
}
protocol imap {
mail_plugins = " quota acl imap_quota imap_acl"
}
protocol lmtp {
mail_plugins = " quota acl sieve"
}