|
From: Obantec S. <su...@ob...> - 2005-12-17 14:15:46
|
----- Original Message ----- From: "boricua" <bo...@de...> To: <web...@li...> Sent: Saturday, December 17, 2005 1:44 PM Subject: [webmin-l] user module > when i create i user via webmin/user mdoule it is not createting the file > in /var/spool/mail/ for the user's mailbox. > > any hints if there is a config option > <snip> i use below (all on 1 line) [ $USERADMIN_ACTION = "CREATE_USER" ] && (touch /var/spool/mail/$USERADMIN_USER ; chown $USERADMIN_UID:mail /var/spool/mail/$USERADMIN_USER ; chmod 0600 /var/spool/mail/$USERADMIN_USER ) in the Module Config (command to run after making changes. HTH Mark |