Thomas Buck
f5eb5f918d
Add dovecot sieves to automatically learn spam and ham in RSpamD by moving in and out of spam folder.
пре 5 година
Thomas Buck
f10b074083
Move mail domain directories from data into mail subfolder
пре 5 година
Thomas Buck
2cc5126928
Mailserver cleanup, removed arm support.
пре 5 година
Thomas Buck
e452e31e42
Rename mail_virtual_domains to only virtual_domains, will later also use for web.
пре 5 година
Thomas Buck
31afcaa7b9
Remove encfs and call directory data instead of decrypted
пре 6 година
Óscar Nájera
8f0cc14f76
Fix: Ansible uses the value present in apt module state parameter
пре 6 година
Óscar Nájera
bf3ad0653c
Install dovecot-antispam module
пре 7 година
Mike Ashley
65df56e057
Restore full-text search with Solr
The configuration file `90-plugin.conf` exists but was not getting
installed.
пре 7 година
Arjen Verstoep
46b234929a
Correct configuration of imap plugins
пре 7 година
Pavel Karoukin
8cb490b2a0
Create before.d sieve scripts directory
пре 8 година
Pavel Karoukin
76296f3440
#626 configure Dovecot to move emails marked as spam by RSpamD to Junk folder.
пре 8 година
Pavel Karoukin
4a7f9b41ac
Add antispam plugin config for dovecot to trigger rspamd learning whenever message is moved from inbox to spam
пре 8 година
Simon Schoeters
dbf0c05d88
Fix bare variable depreciation
Newer versions of Ansible complain when using bare variables like
`mail_virtual_users` and prefer the newer `'{{ mail_virtual_users }}'`
syntax.
Noticed the depreciation warning with Ansible version 2.1.2.0.
пре 8 година
Mike Ashley
3d68705341
Add leading 0 to octal file permissions
This is done to suppress warnings from ansible-lint.
пре 8 година
Carl Meyer
e8796ecd28
Idempotent and independent post-certificate-renewal tasks.
пре 8 година
Mike Ashley
8f1b6a9ed8
Arrange for services to restart on cert renewal
пре 9 година
Mike Ashley
beaceafbd1
Update mailserver role to use LE certificate
пре 9 година
Mike Ashley
195d8811fc
Remove references to Trusty and Wheezy
Make a clean distinction between Debian 7 and Debian 8. Anticipate the
next Ubuntu LTS release (Xenial) that is planned for support.
пре 8 година
Sebastian Kriems
fe536873b7
ufw tasks shall have the ufw tag
resolves #453
Conflicts:
roles/common/tasks/ufw.yml
пре 9 година
Sebastian Kriems
968abba197
ufw tasks shall have the ufw tag
resolves #453
пре 9 година
Alex Payne
69abd70297
Remove references to Debian 7
пре 9 година
Alex Payne
34d537fcf2
Remove Dovecot installation for older distros
пре 9 година
Manfred Touron
16c93ea486
Using more verbose 'dependencies' tag (#393 )
пре 9 година
Manfred Touron
b49f3a6586
Tagged 'deps' aptitude tasks
пре 9 година
John Rogerson
f72e1d2350
Update dovecot version from wheezy backports
For correct implementation of the fix for logjam attack (https://github.com/sovereign/sovereign/pull/372 ), state=latest is needed to grab sufficient version of Dovecot. If not then 37aa7e2cb5 doesn't work.
пре 9 година
Sven Neuhaus
c898aa98d6
Install postgresql 9.4, 9.3 or 9.1 if available
(on Debian Jessie, Ubuntu Trusty or older distributions such as
Debian Wheezy and Ubuntu Precise).
пре 9 година
Alex Payne
34448d5d34
install Dovecot from wheezy-backports on wheezy, specifying default_release
пре 9 година
Alex Payne
5222776e34
install Dovecot from wheezy-backports on wheezy, specifying default_release
пре 9 година
Alex Payne
c3afbc3b46
install Dovecot from wheezy-backports on wheezy. resolves #372
пре 9 година
Alex Payne
1a96a87374
Ubuntu Trusty gets postgresql-9.3.
Resolves #363 .
пре 9 година
Alex Payne
177ac9222b
Affix Postgres to version 9.1.
Addresses #362 .
пре 9 година
Lorenzo Villani
661ed29a3e
Use /usr/sbin/nologin as login shells for vmail and znc users
пре 10 година
Lorenzo Villani
d5ecf673d3
Calm OCD by sorting almost every with_items block in alphabetical order
пре 10 година
Sven Neuhaus
779d6c6bb9
Ubuntu Trusty fix for Dovecot (postgresql 9.3 instead of 9.1)
пре 10 година
Justin Plock
ea0b288818
Moved ufw firewall rules into individual roles
пре 10 година
Joost Baaij
335cef5c9f
Enabled POP3S for old-timeys who dig that
added dovecot-pop3d
allowed in the firewall
monitored with monit
added relevant tests
пре 11 година
Shawn Sorichetti
da1b1ad685
Change database to PostgreSQL
Remove all configuration for MySQL and configure PostgreSQL as the main
database.
All *_mysql_* options have been changed to *_db_* options.
Postgres requires the database user to have a password in order to
connect via localhost. The db_admin_password option is used to set the
password of the admin user (usually postgres).
пре 11 година
Bryan J Swift
d9bbc072c0
Split up email address information in `mail_virtual_users`
Use the changed `mail_virtual_users` structure to ensure directories and
sieve rules are created for each defined account.
пре 11 година
Bertrand Cachet
812dea232f
fix(mail): main_virtual_xx variables usage
mail_virtual_xx list were not use correctly in tasks.
We got error 'unicode object' has no attribute 'name' because:
with_items:
- "{{ mail_virtual_xx }}
is understood has a list of strings containing information extracted from {{ mail_virtual_xx }} variable
Now we use:
with_items: virtual_domain_xx}}"
пре 11 година
Alex Payne
f7f7157cec
more updated variable formatting and accommodation of the YAML parser being a fussbudget
пре 11 година
Alex Payne
d28f0f82b9
move to non-deprecated template variable formatting
пре 11 година
PajamaSoft
54648a8f39
Enable Roundcube's managesieve plugin or server-side filters
These are the changes necessary to enable Roundcube's manage sieve plugin to mange server-side sieve filters.
Signed-off-by: PajamaSoft <support@pajamasoft.com >
пре 11 година
Shawn Sorichetti
290d59225d
Separate virtual mail directory settings into a task
Move the settings of the virtual mail directories into a separate
ansible task.
пре 11 година
Shawn Sorichetti
0b1a8633e5
Set permissions and owner on virtual mail domains
Without the owner being set to vmail and dovecot, when a virtual user
tries to access their mail account, dovecot throws an error that it does
not have permission to create the mail folder for the user.
With the owner and permissions being set the user's mail directory is
created and they can successfully sign in.
пре 11 година
Luke Cyca
09c8fcb295
Named all tasks and made them idempotent where possible
пре 11 година
Luke Cyca
6168cd68d0
Automate encfs setup and name mount point more appropriately
пре 11 година
Alex Payne
080d38986c
first commit
пре 11 година