logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

postfixadmin-cli - a CLI tool to manage postfixadmin

Author

       Copyright 2024 Jing Luo <jing@jing.rocks>.

       This manpage was written by Jing Luo, licensed under the terms of GNU General Pulic License version 2, or
       at your option any later version.  There is absolutely no warranty; see  /usr/share/common-licenses/GPL-2
       for the terms of the license.

PostfixAdmin                                       2024-11-30                                postfixadmin-cli(1)

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.

See Also