Opened 8 years ago
Closed 8 years ago
#1291506 closed Bugs (Fixed)
Unable to send mail
| Reported by: | jakobbg | Owned by: | roundcube |
|---|---|---|---|
| Priority: | 5 | Milestone: | |
| Component: | IMAP connection | Version: | None |
| Severity: | Keywords: | ||
| Cc: |
Description
Have this imap login: jakob@grimstveit.no (yes, I have to use domain also). When sending to my ISPs smtp server (smartmail.hjemme.no), it says SMTP Error in /files1/www/docs/grimstveit.no/webmail/program/steps/mail/sendmail.inc (179): Connection failed: 553 5.1.3 ... Invalid route address Using latest snapshot.
Change History (6)
comment:1 Changed 8 years ago by jakobbg
comment:2 Changed 8 years ago by jonwolf
Logged In: YES user_id=1345465 Perhaps this is related to bug # 1292199 -- RoundCube appears to mangle email addresses initially for users that login with the full address. Check in your settings and see if your proper email address is displayed in the identity.
comment:3 Changed 8 years ago by doctormord
Logged In: YES user_id=1340533 Are you using the php() routine to send mail, or did you specified an extra smtp-server in main.inc.php? cheers doc
comment:4 Changed 8 years ago by jakobbg
Logged In: YES user_id=566155 Answer to doctormord: [jakobbg@corona config]$ grep smtp main.inc.php $rcmail_config['smtp_server'] = 'smartmail.hjemme.no'; $rcmail_config['smtp_user'] = ''; $rcmail_config['smtp_pass'] = ''; $rcmail_config['smtp_log'] = TRUE;
comment:5 Changed 8 years ago by roundcube
Logged In: YES user_id=1262041 Yes, there are problems with the SMTP script. This is subject to be replaced by the PEAR::Net_SMTP package which is well tested and will surly work better.
comment:6 Changed 8 years ago by roundcube
- Status changed from assigned to closed
Logged In: YES user_id=1262041 Completely new script for sending mail through SMTP. Should fix this problem.
Note: See
TracTickets for help on using
tickets.
