VRFYDMN(8) | vrfydmn Manual | VRFYDMN(8) |
NAME¶
vrfydmn - reject an email message if the RFC5322 From:-address does not comply.
SYNOPSIS¶
vrfydmn [OPTIONS] FILE
DESCRIPTION¶
In email everyone is free to specify any RFC5322 From:-header address. Miscreants — virus authors, spammers and phishers — are aware of this fact. They forge the RFC5322 From:-header address on purpose to impersonate someone that suits their goal.
Average users are not aware of this fact. They tend to believe a message really was sent by the person indicated in the RFC5322 From:-header address.
vrfydmn verifies RFC5322 From:-headers in mail messages. It compares a messages From:-header field to a list of permitted sender domains assigned to the sender. If the address does not meet the expectations vrfydmn may either rectify the RFC5322 From:-header or reject the message.
This program was created to control and reject phishing abuse on SMTP submission ports. It serves also to prevent mail loss in cases, when the given address was under DMARC policy, i.e. Yahoo or AOL.
OPTIONS¶
-u, --user user (default: milter)
-g, --group group (default: milter)
-s, --socket socket (default: inet6:30072@[::1])
protocol
port
address
-p, --pid pidfile (default: none)
-f, --file file (default: none)
-l, --ldap file (default: none)
-m, --memcached socket (default: none)
-f, --fix
-d, --debug
SEE ALSO¶
BUGS¶
There are no known bugs so far. Please submit bugs to https://github.com/croessner/vrfydmn/issues.
AUTHOR¶
Christian Roessner <c@roessner.co> wrote the program.
Patrick Ben Koetter <p@sys4.de> wrote this man page.
RESOURCES¶
vrfydmn’s home is at https://github.com/croessner/vrfydmn.
COPYING¶
Copyright (C) 2014-2015 Christian Roessner. Free use of this software is granted under the terms of the GNU General Public License (GPL).
02/09/2015 | vrfydmn 0.4 |