postfixadmin-cli - a CLI tool to manage postfixadmin
Contents
Description
postfixadmin-cli is a CLI tool to use postfixadmin like how you use the WebUI. It is a shell sciprt
wrapped around /usr/share/postfixadmin/scripts/postfixadmin-cli.php.
Examples
To add a mailbox interactively:
postfixadmin-climailboxadd
To add a mailbox non-interactively, with the new mailbox being inactive:
postfixadmin-climailboxaddnobody@example.com--password deadbeef12 --password2 deadbeef12 --name
"Nobody Nogroup" --welcome-mail--active 0 --email-otherbackup@example.com
To view the information of a domain:
postfixadmin-clidomainview example.com
Modules
admindomainmailboxaliasaliasdomainfetchmail
Name
postfixadmin-cli - a CLI tool to manage postfixadmin
Options
Different combinations of MODULES and TASKS have different sets of available options to use. Please see
the help messages and the examples below.
Reporting Bugs
Please report bugs to the Debian BTS, i.e. using reportbug(1).
See Also
postfix(1), postconf(1), postmap(1), mariadb(1), psql(1), php(1)
Synopsis
postfixadmin-cli<module><task>[options]postfixadmin-cli<module>helppostfixadmin-cli<module><task>help
Tasks
Most modules support the following tasks:
view View an item.
add Add an item.
update Update an item.
delete Delete an item.
scheme Print database scheme (useful for developers only).
help Print help output.
