| Email General questions, webmail, mailing lists. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread |
|
|
#1 (permalink) |
|
Surpass Fan
Comfy Contributor
Joined in Jun 2003
Lives in Denver
Hosted on D9
142 posts
Gave thanks: 4
Thanked 3 times
|
Roundcube help (can't send e-mails)
I can receive e-mails but can't send them.
What are your settings for the following (current settings are in bold)... $rcmail_config['default_host'] mail.(mydomain).com $rcmail_config['default_port'] 143 $rcmail_config['smtp_server'] mail.(mydomain).com $rcmail_config['smtp_port'] 25 $rcmail_config['smtp_auth_type'] LOGIN Thanks in advance.
__________________
"In the end, everything will be fine - if it is not fine, it is not the end." PseudoSwedelarvez.com Dime9 |
|
|
|
|
|
#2 (permalink) |
|
Surpass Fan
Comfy Contributor
Joined in Jun 2003
Lives in Denver
Hosted on D9
142 posts
Gave thanks: 4
Thanked 3 times
|
Nevermind. After poring through the Roundcube forums, I found my answer...
Code:
// use this host for sending mails. // to use SSL connection, set ssl://smtp.host.com // if left blank, the PHP mail() function is used $rcmail_config['smtp_server'] = 'localhost'; // SMTP port (default is 25; 465 for SSL) $rcmail_config['smtp_port'] = 25; // SMTP username (if required) if you use %u as the username RoundCube // will use the current username for login $rcmail_config['smtp_user'] = ''; // SMTP password (if required) if you use %p as the password RoundCube // will use the current user's password for login $rcmail_config['smtp_pass'] = ''; // SMTP AUTH type (DIGEST-MD5, CRAM-MD5, LOGIN, PLAIN or empty to use // best server supported one) $rcmail_config['smtp_auth_type'] = '';
__________________
"In the end, everything will be fine - if it is not fine, it is not the end." PseudoSwedelarvez.com Dime9 |
|
|
|
| This user thanks pseudoswede for this great post! | MarkRH (August 4th, 2007) |
|
|
#3 (permalink) |
|
Race Surpass
Super #1
Joined in Jul 2006
Lives in Oklahoma City, OK
Hosted on sh102
1,225 posts
Gave thanks: 18
Thanked 86 times
|
My SMF forum wasn't able to send mail via SMTP to mail.pelicar.info on port 25. Kept timing out. I could send mail through it fine from my PC. Anyway, I changed the SMTP server to localhost and then it started working.
Still, mail.pelicar.info should work. It used to work. Wonder if the change to maildir did something. Hmmm...
__________________
|
|
|
|