-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
131 lines (113 loc) · 6.33 KB
/
Copy pathindex.html
File metadata and controls
131 lines (113 loc) · 6.33 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
123
124
125
126
127
128
129
130
131
---
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-lg btn-primary" href="https://github.com/mailwatch/MailWatch/releases"><i
class="fa fa-github" aria-hidden="true"></i> Download Now</a>
</div>
</div>
<div class="col-md-7">
<div id="screenshotCarousel" class="carousel slide carousel-dark" data-bs-ride="carousel" aria-label="Screenshots">
<div class="carousel-indicators">
<button type="button" data-bs-target="#screenshotCarousel" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#screenshotCarousel" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#screenshotCarousel" data-bs-slide-to="2" aria-label="Slide 3"></button>
<button type="button" data-bs-target="#screenshotCarousel" data-bs-slide-to="3" aria-label="Slide 4"></button>
</div>
<!-- Carousel items -->
<div class="carousel-inner" aria-live="polite">
<div class="carousel-item active"><img src="/img/319127.jpg" class="d-block img-fluid" alt="Screenshot of Recent Messages"></div>
<div class="carousel-item"><img src="/img/319129.jpg" class="d-block img-fluid" alt="Screenshot of Reports list"></div>
<div class="carousel-item"><img src="/img/319131.jpg" class="d-block img-fluid" alt="Screenshot of Whitelist/Blacklist"></div>
<div class="carousel-item"><img src="/img/319133.jpg" class="d-block img-fluid" alt="Screenshot of Total Processed Mail report">
</div>
</div>
<!-- Carousel controls -->
<button class="carousel-control-prev" type="button" data-bs-target="#screenshotCarousel" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#screenshotCarousel" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</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>