diff --git a/config.inc.php.sample b/config.inc.php.sample index 1d445faf..6f07782c 100644 --- a/config.inc.php.sample +++ b/config.inc.php.sample @@ -178,6 +178,9 @@ $CONF['logging'] = 'YES'; $CONF['show_header_text'] = 'NO'; $CONF['header_text'] = ':: Postfix Admin ::'; +// link to display under 'Main' menu when logged in as a user. +$CONF['user_footer_link'] = "http://change-this-to-your.domain.tld/main"; + // Footer // Below information will be on all pages. // If you don't want the footer information to appear set this to 'NO'.