POSTLOCK(1) General Commands Manual POSTLOCK(1)
postlock - lock mail folder and execute command
| Use Case | Command | Description |
|---|---|---|
| Lock mailbox and run command | postlock file command... | Locks file exclusively and executes command... (no shell interpreter) |
| Override lock style | postlock -l lock_style file command... | Uses specified lock_style instead of mailbox_delivery_lock parameter |
| Verbose debugging | postlock -v file command... | Enables verbose logging; multiple -v increase verbosity |
| Custom config directory | postlock -c config_dir file command... | Reads main.cf from config_dir |
postlock [-c config_dir] [-l lock_style] [-v] file command...
The postlock(1) command locks file for exclusive access, and executes command. The locking method is compatible with the Postfix UNIX-style local delivery agent.
-c config_dir โ ๐ Read the main.cf configuration file in the named directory instead of the default configuration directory.-l lock_style โ ๐ Override the locking method specified via the mailbox_delivery_lock configuration parameter (see below).-v โ ๐ข Enable verbose logging for debugging purposes. Multiple -v options make the software increasingly verbose.file โ ๐ A mailbox file. The user should have read/write permission.command... โ ๐ป The command to execute while file is locked for exclusive access. The command is executed directly, i.e. without interpretation by a shell command interpreter.The result status is 75 (EX_TEMPFAIL) when postlock(1) could not perform the requested operation. Otherwise, the exit status is the exit status from the command.
With remote file systems, the ability to acquire a lock does not necessarily eliminate access conflicts. Avoid file access by processes running on different machines.
MAIL_CONFIG โ ๐ Directory with Postfix configuration files.MAIL_VERBOSE โ ๐ข Enable verbose logging for debugging purposes.The following main.cf parameters are especially relevant to this program. The text below provides only a parameter summary. See postconf(5) for more details including examples.
deliver_lock_attempts (20) โ ๐ข The maximal number of attempts to acquire an exclusive lock on a mailbox file or bounce(8) logfile.deliver_lock_delay (1s) โ โฑ๏ธ The time between attempts to acquire an exclusive lock on a mailbox file or bounce(8) logfile.stale_lock_time (500s) โ ๐งน The time after which a stale exclusive mailbox lockfile is removed.mailbox_delivery_lock (see 'postconf -d' output) โ ๐ How to lock a UNIX-style local(8) mailbox before attempting delivery.fork_attempts (5) โ ๐ข The maximal number of attempts to fork() a child process.fork_delay (1s) โ โฑ๏ธ The delay between attempts to fork() a child process.config_directory (see 'postconf -d' output) โ ๐ The default location of the Postfix main.cf and master.cf configuration files.import_environment (see 'postconf -d' output) โ ๐ The list of environment parameters that a privileged Postfix process will import from a non-Postfix parent process, or name=value environment overrides.The Secure Mailer license must be distributed with this software.
Wietse Venema
IBM T.J. Watson Research
P.O. Box 704
Yorktown Heights, NY 10598, USA
Wietse Venema
Google, Inc.
111 8th Avenue
New York, NY 10011, USA
Generated by phpman v4.9.26-5-g7740029 Author: Che Dong Under GNU General Public License
2026-08-09 19:36 @216.73.216.150
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)