File: postsrsd.8

package info (click to toggle)
postsrsd 2.0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 572 kB
  • sloc: ansic: 4,084; python: 385; sh: 99; makefile: 16
file content (39 lines) | stat: -rw-r--r-- 1,178 bytes parent folder | download
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
.TH POSTSRSD "8" "May 2024" "postsrsd"
.SH NAME
PostSRSd \- Sender Rewriting Scheme daemon for Postfix
.SH SYNOPSIS
.B postsrsd
\fI\,\-s<file> \-d<domain> \/\fR[\fI\,other options\/\fR]
.SH DESCRIPTION
Sender Rewriting Scheme implementation for Postfix.
.PP
The Sender Rewriting Scheme (SRS) is a technique to forward
mails from domains which deploy the Sender Policy Framework (SPF)
to prohibit other Mail Transfer Agents (MTAs) from sending mails
on their behalf. With SRS, an MTA can circumvent SPF restrictions
by replacing the envelope sender with a temporary email address from
one of their own domains. This temporary address is bound to the
original sender and only valid for a certain amount of time, which
prevents abuse by spammers.
.SH OPTIONS
.TP
\fB\-h\fR
show help
.TP
\fB\-C\fR<file>
load configuration from <file> (default: /usr/local/etc/postsrsd.conf)
.TP
\fB\-c\fR<dir>
use <dir> as chroot directory (default: /usr/local/var/lib/postsrsd)
.TP
\fB\-D\fR
daemonize by forking into background
.TP
\fB\-p\fR<file>
write PostSRSd process ID into <file>
.TP
\fB\-u\fR<user>
drop root privileges and run as <user> (default: nobody)
.TP
\fB\-v\fR
show version number