-
ok, quick and rough howto for other users as well. I am running postfixadmin for my exim/dovecot setup (yes, patched postfixadmin). I need postfixadmin to create the user directory under /var/mails/<DOMAINNAME>/<USERNAME>
config.php:
$CONF['mailbox_postcreation_script']='sudo /usr/local/bin/maildirmake.sh';
/etc/sudoers
www-data linux1 = NOPASSWD...
2009-10-25 17:14:10 UTC in Postfix Admin
-
I think my problem is the sudo setup. Can you give me some ideas how to set it up properly ?.
2009-10-25 15:27:26 UTC in Postfix Admin
-
Hello,
I am struggling with the mailbox_postcreation_script
$CONF['mailbox_postcreation_script']='sudo /usr/local/bin/maildirmake.sh';
I would like to create a directory called "Domainname/Username" after creating the mailbox. The script looks like:
stonki@linux1:~$ cat /usr/local/bin/maildirmake.sh
#!/bin/bash
set -e
mail_home="/var/mails/".
2009-10-25 14:37:23 UTC in Postfix Admin
-
the program is using ASCII transfer for uploading, due to a wrong usage of the PHP Upload command. I did some patches to it to fix the problem...
2008-12-31 09:20:11 UTC in phpWebFTP
-
stonki committed patchset 88 of module kbarcode to the KBarcode CVS repository, changing 1 files.
2002-06-23 13:51:42 UTC in KBarcode
-
stonki committed patchset 45 of module kbarcode to the KBarcode CVS repository, changing 2 files.
2002-06-05 18:56:51 UTC in KBarcode