-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
122 lines (104 loc) · 5.23 KB
/
index.html
File metadata and controls
122 lines (104 loc) · 5.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
---
layout: site
---
<div class="jumbotron">
<div class="container">
<div class="row">
<div class="col-md-5">
<h3 class="title">MailWatch 1.2</h3>
<span class="sub-title">A web-based front-end to MailScanner</span>
<div class="download-button">
<a class="btn btn-large btn-primary" href="https://github.com/mailwatch/MailWatch/releases"><i
class="fa fa-github"></i> Download Now</a>
</div>
</div>
<div class="col-md-7">
<div id="screenshotCarousel" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#screenshotCarousel" data-slide-to="0" class="active"></li>
<li data-target="#screenshotCarousel" data-slide-to="1"></li>
<li data-target="#screenshotCarousel" data-slide-to="2"></li>
<li data-target="#screenshotCarousel" data-slide-to="3"></li>
</ol>
<!-- Carousel items -->
<div class="carousel-inner">
<div class="active item"><img src="/img/319127.jpg" alt="Screenshot of Recent Messages"></div>
<div class="item"><img src="/img/319129.jpg" alt="Screenshot of Reports list"></div>
<div class="item"><img src="/img/319131.jpg" alt="Screenshot of Whitelist/Blacklist"></div>
<div class="item"><img src="/img/319133.jpg" alt="Screenshot of Total Processed Mail report">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container features-section-wrapper" id="features">
<div class="row">
<div class="col-md-4 feature-wrap">
<h4 class="feature-title"><i class="fa fa-list-alt"></i> Simple Interface</h4>
<div class="feature-text">
MailWatch comes with a simple and intuitive Web Interface.
Written in PHP and powered by MySQL/MariaDB, browsing incoming and outgoing email is just a click away;
color-coded display of recently processed mail makes it even easier.
</div>
</div>
<div class="col-md-4 feature-wrap">
<h4 class="feature-title"><i class="fa fa-bolt"></i> Easy to Install</h4>
<div class="feature-text">
The easiest MailScanner frontend to install.<br>
Installing MailWatch is just as simple as copying files in the right place, setting right read
permissions and personalising configuration values.
</div>
</div>
<div class="col-md-4 feature-wrap">
<h4 class="feature-title"><i class="fa fa-paper-plane"></i> Multiple SMTP Mail Server Support</h4>
<div class="feature-text">
MailWatch, as MailScanner, supports several SMTP mail servers, like PostFix, Exim and Sendmail.<br>
Keep your prefered server, just add MailWatch!
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 feature-wrap">
<h4 class="feature-title"><i class="fa fa-bar-chart-o"></i> Awesome Reports</h4>
<div class="feature-text">
Keep an eye on what's going on using reports with customisable filters and graphs.
</div>
</div>
<div class="col-md-4 feature-wrap">
<h4 class="feature-title"><i class="fa fa-users"></i> Per Domain and User Filter</h4>
<div class="feature-text">
Multiple user levels: user, domain and admin that limit the data and features available to each.
</div>
</div>
<div class="col-md-4 feature-wrap">
<h4 class="feature-title"><i class="fa fa-envelope-o"></i> Quarantine management</h4>
<div class="feature-text">
Quarantine management allows you to release, delete or run `sa-learn` across any quarantined messages.
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 feature-wrap">
<h4 class="feature-title"><i class="fa fa-sitemap"></i> Centralised View of Multiple Installations</h4>
<div class="feature-text">
XML-RPC support that allows multiple MailScanner/MailWatch installations to act as one
</div>
</div>
<div class="col-md-4 feature-wrap">
<h4 class="feature-title"><i class="fa fa-life-ring"></i> Community Support</h4>
<div class="feature-text">
MailWatch is backed by a great and growing community.
Joining the <a href="https://lists.sourceforge.net/lists/listinfo/mailwatch-users">support
mailing-list</a> is fast and immediate
</div>
</div>
<div class="col-md-4 feature-wrap">
<h4 class="feature-title"><i class="fa fa-gavel"></i> Open Source</h4>
<div class="feature-text">
MailWatch is released as Open Source software under GPL V2 licence.
</div>
</div>
</div>
</div>