Displaying 4 results from an estimated 4 matches for "public_cert".
2007 Oct 11
7
1.0.2 release candidates
Hello Mongrels,
Release candidates for Mongrel 1.0.2 and its dependencies are now
available. Note that gems are now signed, so please add the Mongrel
public certificate via:
$ wget http://rubyforge.org/frs/download.php/25325/mongrel-public_cert.pem
$ gem cert --add mongrel-public_cert.pem
Now you can verify and install the candidates via gem install:
$ sudo gem install mongrel --include-dependencies --source
http://mongrel.rubyforge.org/releases/ -P HighSecurity
Manual downloads are available from http://mongrel.rubyforge.org/rele...
2007 Sep 24
1
release candidates
Hi all,
Release candidates for *nix 1.0.2 and dependencies are up at
http://mongrel.rubyforge.org/releases/ . Public cert is at
http://rubyforge.org/frs/download.php/25325/mongrel-public_cert.pem .
Install with: sudo gem install mongrel -P HighSecurity
--source=http://mongrel.rubyforge.org/releases/
etc.
Luis is working on win32 builds.
Evan
--
Evan Weaver
Cloudburst, LLC
2013 Mar 06
6
dovecot 2 in ubuntu 12.04 or Debian Squeeze
Dear sir,
I have to set up a mail gateway which will be explored to Internet and a
secure mail server in the Intranet.
I need a smart imap proxy in the mail gateway which will fetch the mail from
server and present to user through either a stand alone mail client or a web
mail client.
All authentication is through ldap server.
I have installed Dovecot 2.2 Unstable in my Ubuntu 12.04 with ssl
2013 May 16
1
quota with imapc
...r quota
quota_rule = *:storage=200M
}
protocol imap {
# Space separated list of plugins to load (default is global
mail_plugins).
mail_plugins = $mail_plugins imap_quota
}
##
## SSL settings
##
ssl = required
disable_plaintext_auth = yes
#verbose_ssl = yes
ssl_cert = </etc/postfix/certs/public_cert.pem
ssl_key = </etc/postfix/certs/private_key.pem
ssl_cipher_list = ALL:!LOW:!SSLv2:!EXP:!aNULL
Greetings.
--
View this message in context: http://dovecot.2317879.n4.nabble.com/quota-with-imapc-tp42280.html
Sent from the Dovecot mailing list archive at Nabble.com.