hi list,
I've created this php script which i use to add identities to the
user's account. On the server which I installed roundcube, Identities
must be entered inorder to send emails. This script takes care of the
issue.
I added this line into the crontab to run each minute:
* * * * * /usr/bin/php /var/www/html/roundmail/roundident.php
>/dev/null 2>/dev/null
Has been working fine.
Patrick