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

cdist-type__postfix_postconf - Configure postfix main.cf

Authors

Steven Armstrong <steven-cdist--@--armstrong.cc>

Copying

Copyright (C) 2012 Steven Armstrong. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Description

See postconf(5) for possible keys and values. Note that this type directly runs the postconf executable. It does not make changes to /etc/postfix/main.cf itself.

Examples

__postfix_postconf mydomain --value somedomain.com __postfix_postconf bind-to-special-ip --key smtp_bind_address --value 127.0.0.5

Name

cdist-type__postfix_postconf - Configure postfix main.cf

Optional Parameters

key the name of the parameter. Defaults to __object_id

Required Parameters

value the value for the postfix parameter

See Also

postconf(5)

See Also