Content
Data
license:
Version: 2.11.0 (in Debian 10)
Developer / owner:
Short description:
Manual page and help for the amavisd-new linux command. Amavisd is a powerful interface between the Message Transfer Agent and anti-virus and / or anti-spam filters.
Man page output
man amavisd-new
AMAVISD-NEW(8) System Manager's Manual AMAVISD-NEW(8)
NAME
amavisd-new - Interface between MTA and virus scanner/content filters
SYNOPSIS
amavisd-new [ -u userid ] [ -g groupid ] [ -c config-file ]... [ start | stop | reload |
debug | debug-sa | foreground ]
DESCRIPTION
amavisd is a high-performance interface between message transfer agent (MTA) and virus
scanners and/or spam scanners.
This is the amavisd-new incarnation of amavisd. It is a performance-enhanced and feature-
enriched version of the original amavisd program.
Amavisd-new works as a SMTP proxy. Email is fed to it through SMTP, processed, and fed
back to the MTA through a new SMTP connection. There is no buffering to disk by amavis,
it will report that the transfer was sucessfull only after the forwarding MTA has accepted
the message.
It is possible to use the sendmail milter interface instead of the SMTP proxy method, as
well.
OPTIONS
-c configfile
Use the specified configuration file instead of using run-parts(8) to find config
files in /usr/share/amavis/conf.d and /etc/amavis/conf.d (this is a Debian exten‐
sion to Amavisd-new). More than one -c option can be specified and the files will
be read in the order given.
-u userid
Try to switch to that user id.
-g groupid
Try to switch to that group id.
start Starts amavisd-new
stop Stops a running amavisd-new
reload Reloads configuration from config file (may in fact just restart amavisd-new)
debug Runs amavisd-new in debug mode
debug-sa
Runs amavisd-new in spamassassin debug mode
foreground
Does not fork to background
FILES
/etc/amavis/amavisd.conf, /var/lib/amavis, /var/run/amavis/amavisd.pid
SEE ALSO
/usr/share/doc/amavisd-new/*
AUTHOR
This manual page was written by Henrique de Moraes Holschuh <hmh@debian.org>, for the De‐
bian GNU/Linux system (but may be used by others).
2003-01-01 AMAVISD-NEW(8)
Help output
sudo amavisd-new -h
amavisd-new-2.11.0 (20160426)
Usage:
/usr/sbin/amavisd-new
[-u user] [-g group]
[-i instance_name] {-c config_file}
[-d log_level,area,...] [-X magic1,magic2,...]
[-m max_servers] {-p listen_port_or_socket}
[-L lock_file] [-P pid_file] [-H home_dir]
[-D db_home_dir | -D ''] [-Q quarantine_dir | -Q '']
[-R chroot_dir | -R ''] [-S helpers_home_dir] [-T tempbase_dir]
( [start] | stop | reload | restart | debug | debug-sa | foreground |
showkeys {domains} | testkeys {domains} | genrsa file_name [nbits]
convert_keysfile file_name )
where area is a SpamAssassin debug area, e.g. all,util,rules,plugin,dkim,dcc
or:
/usr/sbin/amavisd-new (-h | -V) ... show help or version, then exit
Related Content
- 54 views