SVN Releases > Pending

SOLVED: $rcmail_config['username_domain']

(1/1)

astrosmf:
when you setup an email account with my host it tacks on the domain at the end...


--- Code: ---example+domain.com
--- End code ---


so when I was going through the installation i told it to add "+domain.com" after every username... this is the code it created in main.inc.php

// Automatically add this domain to user names for login
// Only for IMAP servers that require full e-mail addresses for login
// Specify an array with 'host' => 'domain' values to support multiple hosts
$rcmail_config['username_domain'] = '+domain.com';

well I am not able to login, so I checked the errors log and it is adding a '@' incorrectly...


--- Code: ---IMAP Error: Authentication for test@+domain.com failed (LOGIN): "a001 NO Login failed." in  on line 0
--- End code ---


how can i get it to stop automatically placing the '@'

THANKS!!!!

astrosmf:
i took out the '+' and it worked perfectly

Navigation

[0] Message Index

Go to full version