-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
15 lines (12 loc) · 757 Bytes
/
README
File metadata and controls
15 lines (12 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
__ _ __
/ /_ ____ ______(_)___/ /
/ __ \/ __ `/ ___/ / __ /
/ /_/ / /_/ / / / / /_/ /
/_.___/\__,_/_/ /_/\__,_/
barid is a simple mail server written in C for Linux. barid is *not* a relaying
server; the intention is for barid to be run on a computer and receive mail
from other Mail Transfer Agents (MTA's).
barid is multi-threaded, can receive secured email using STARTTLS, supports
checking SPF records to verify senders, and is 100% IPv6-compatible. barid
stores received mails in the Mbox format, but other methods are planned for in
the future(tm).