welcome plugin

New in version 2.2.25.

See also

Welcome plugin

Settings

welcome_script
  • Default: <empty>

  • Values: String

The script to run when the user logs in for the first time (that is, when this user’s INBOX is created). This must be set or else the plugin will not be active.

Example:

plugin {
  welcome_script = welcome %u
}
welcome_wait

If enabled, wait for the script to finish. By default, the welcome script is run asynchronously.