Skip to content

Commit 5ba13b2

Browse files
committedMar 8, 2024
Changes for release
1 parent c24237c commit 5ba13b2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
 

‎README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Overview
66
========
77

88
Vmail tries to solve the problem about user management for virtual mail domains. You can manage lots of domains, and the users for each domain, along with specific domain users, password management and autoreply management for each user. Also, each user can login and change his/her password and manage an autoreply, specifying start datetime, end datetime, and the text to send as reply for the people who send mails while out of the office.
9+
In version 0.4.0, basic CA features are implemented.
910

1011
So, a first domain with id 0 (ideally called "default", is necessary). Then, you create a user and initially encode a chosen password, assigning 0 as domain_id for this user. Then, you can login with <code>user@default</code> and you get ROLE_ADMIN, with full privileges.
1112

@@ -33,9 +34,9 @@ Prerequisites (as root):
3334
- Create <code>/var/lib/vmail/</code> directory, and set <code>vmail:vmail</code> as owner and 770 as permissions.
3435

3536
<code># mkdir -p /var/lib/vmail</code>
36-
37+
3738
<code># chown vmail:vmail /var/lib/vmail</code>
38-
39+
3940
<code># chmod 770 /var/lib/vmail</code>
4041
- Install courier-imap-ssl (in /etc/courier) and setup everything but <code>authmysqlrc</code>. IMPORTANT: for SHA512 (the default), you may need to edit <code>/etc/courier/imapd</code> and add in the line IMAP_CAPABILITY an extra "AUTH=CRAM-SHA512" at the end of the line.
4142
- Install other mail related stuff like gamin, amavis, spamassassing and postfix.

‎VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.4
1+
0.4.0

0 commit comments

Comments
 (0)
Please sign in to comment.