Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: dwainsco on September 10, 2013, 07:20:39 PM

Title: Roundcube OS X 10.8
Post by: dwainsco on September 10, 2013, 07:20:39 PM
We have an install of Roundcube working on 10.8 Server.
All is working correctly save the webmail default domain.

The email on the webmail is [email protected] not [email protected].
I can manually change the Identity, but do not want to do this across 300 users.

We have attempted to change the PHP script as we found on this site: http://forum.directadmin.com/showthread.php?t=39096

// SMTP server host (for sending mails).
// To use SSL/TLS connection, enter hostname with prefix ssl:// or tls://
// If left blank, the PHP mail() function is used
// Supported replacement variables:
// %h - user's IMAP hostname
// %n - http hostname ($_SERVER['SERVER_NAME'])
// %d - domain (http hostname without the first part)
// %z - IMAP domain (IMAP hostname without the first part)
// For example %n = mail.domain.tld, %d = domain.tld
$rcmail_config['smtp_server'] = %d;

To no avail

Anything specific we are doing wrong?

Thanks