Commit message (Collapse) | Author | Age | Files | ||
---|---|---|---|---|---|
... | |||||
* | Outgoing SMTP proxy. | Guilhem Moulin | 2015-06-07 | 1 | |
| | |||||
* | Expose the real user ID when using the webmail. | Guilhem Moulin | 2015-06-07 | 1 | |
| | | | | | | Sadly not doing so and keeping a table message ID -> username, like we do for SASL authenticated users, doesn't seem trivial here. We could encrypt the header, though. | ||||
* | Fix syntax error. | Guilhem Moulin | 2015-06-07 | 1 | |
| | |||||
* | Generate certs for Dovecot and Nginx if they are not there. | Guilhem Moulin | 2015-06-07 | 2 | |
| | |||||
* | Force Roundcube to connect the IMAP server on localhost:143. | Guilhem Moulin | 2015-06-07 | 1 | |
| | |||||
* | Allow Roundcube to offer JavaScript. | Guilhem Moulin | 2015-06-07 | 1 | |
| | |||||
* | Support boken SMTP clients and LOGIN SASL mechanism. | Guilhem Moulin | 2015-06-07 | 1 | |
| | |||||
* | Install Rouncube from backports. | Guilhem Moulin | 2015-06-07 | 2 | |
| | | | | | | Recent versions have a whole bunch of bugfixes and nice new features: http://trac.roundcube.net/wiki/Changelog | ||||
* | wibble | Guilhem Moulin | 2015-06-07 | 1 | |
| | |||||
* | Assume a DNS entry for each role. | Guilhem Moulin | 2015-06-07 | 3 | |
| | | | | | | E.g., ldap.fripost.org, ntp.fripost.org, etc. (Ideally the DNS zone would be provisioned by ansible, too.) It's a bit unclear how to index the subdomains (mx{1,2,3}, etc), though. | ||||
* | typo | Guilhem Moulin | 2015-06-07 | 1 | |
| | |||||
* | wibble | Guilhem Moulin | 2015-06-07 | 2 | |
| | |||||
* | Don't pass the client information unless necessary. | Guilhem Moulin | 2015-06-07 | 1 | |
| | |||||
* | Don't use IPSec to relay messages to localhost. | Guilhem Moulin | 2015-06-07 | 1 | |
| | |||||
* | Excplicitely make local services run on localhost. | Guilhem Moulin | 2015-06-07 | 1 | |
| | |||||
* | typo | Guilhem Moulin | 2015-06-07 | 1 | |
| | |||||
* | Configure Sieve and ManageSieve. | Guilhem Moulin | 2015-06-07 | 2 | |
| | | | | | Also, add the 'managesieve' RoundCube plugin to communicate with our server. | ||||
* | Use a local IMAP caching proxy under the webmail. | Guilhem Moulin | 2015-06-07 | 1 | |
| | | | | | | | | | | | | (Unless the webmail is itself a full IMAP server.) It replaces RoundCube's own IMAP and message caches. Dovecot's IMAPC storage backend is not very documented, but provides smart IMAP proxying. References include: http://dovecot.org/pipermail/dovecot/2011-January/056975.html http://wiki2.dovecot.org/HowTo/ImapcProxy http://wiki2.dovecot.org/Migration/Dsync | ||||
* | Configure the webmail. | Guilhem Moulin | 2015-06-07 | 9 | |