Roundcube Community Forum

 

Recent posts

#21
Issues & Bugs / Why Can't I Send Emails?
Last post by searts - November 29, 2025, 11:27:35 AM
Hi. Whenever I try to reply to an email, or send one out, a message appears that says:

Failed to add recipient "[email protected]" (Domain searts.org has an outgoing mail suspension. Message discarded.).

How can I find out what's causing the problem so I can fix it? There's no "Help" button in Roundcube.

Thanks for any advice.

Clare Higgins
#22
General Discussion / Re: help with my emails
Last post by Cupcakemumma - November 29, 2025, 04:48:20 AM
okay thank you I might need to go to apple, cause I've had no success adding it to my Mac mail .
#23
General Discussion / Re: help with my emails
Last post by JohnDoh - November 29, 2025, 04:29:32 AM
Roundcube is opensource webmail software, not a service. Your provider is using it to give you web based access only. Your provider hosts your mailbox. If you know the IMAP details then you can use any IMAP client to access your mailbox. Then you could download your messages and transfer them to your new provider.
#24
Release Discussion / Re: 1.4.15
Last post by JohnDoh - November 29, 2025, 04:27:59 AM
1.4.15 was the last release of version 1.4, which is now end of life. See here.
#25
General Discussion / help with my emails
Last post by Cupcakemumma - November 29, 2025, 12:17:00 AM
New to the board.
I have a website hosted by a provider and unfortunately they are not answering my emails.
So I'm thinking of changing my website provider but is there any way I can still access my round cube hosted emails.  I have the password but I'm trying to log in and I get this error.

Does anyone have any suggestions as to how I can access my emails or are they lost :(

Any help would be appreciated.
I am not completely computer illiterate but I'm not super savvy either. 
Thank you so much for any assistance .
#26
General Discussion / Re: Inbox empty and no folders...
Last post by Durwin - November 28, 2025, 08:33:35 PM
My fix is putting these lines in dovecot.conf

mail_home = /home/%{user}
mail_driver = mbox ← changed this from maildir
mail_path = ~/mail
mail_inbox_path = /var/mail/%{user} ← added this

And adding the 'user' to the 'mail' group.
#27
Pending Issues / What are the IMAP/SMTP setting...
Last post by ArnoRoundcube - November 28, 2025, 01:42:27 PM
Hi,

On my LAN Dovecot, Postfix on the one server work fine. Also Thunderbird works fine as an e-mail client.

Now I want to use RC also (on the same server).
So I installed RC and nginx.
My browser shows the login page.

But I can't login
(stream_socket_client(): Failed to enable crypto
Unable to set local cert chain file `/etc/dovecot/private/xxxx.cert'; Check that your cafile/capath settings include details of your certificate and its issuer).

What are the correct RC settings for IMAP/SMTP when using self-signed certificates?
Below is my current configuration.

-----------------------------------------------
Dovecot/Postfix/Thunderbird: OK
Thunderbird: SSL/TLS, Normal password, server: imap.domain.lan:993

Roundcube:
// --------------- IMAP ---------------------------------------

$config['imap_host'] = 'ssl://imap.domain.lan:993';
$config['imap_conn_options'] = [
  'ssl'        => [
    'verify_peer'  => true,
    'verify_peer_name'  => true,
    'verify_depth' => 3,
    'local_cert'  => '/etc/dovecot/ssl/xxxx.cert',
    'local_pk'    => '/etc/dovecot/ssl/xxxx.key',
    'allow_self_signed' => true
  ],
];
$config['imap_auth_type'] = 'PLAIN';

// --------------- SMTP ---------------------------------------

$config['smtp_host'] = 'ssl://smtp.domain.lan:587';
$config['smtp_conn_options'] = [
  'ssl'        => [
    'verify_peer'  => true,
    'verify_peer_name'  => true,
    'verify_depth' => 3,
    'local_cert'  => '/etc/postfix/ssl/cert.pem',
    'local_pk'    => '/etc/postfix/ssl/key.pem',
    'allow_self_signed' => true
  ],
];
$config['smtp_auth_type'] = 'PLAIN';
$config['smtp_user'] = '[email protected]';
$config['$config['smtp_pass' = 'password';
#28
General Discussion / Re: Inbox empty and no folders...
Last post by Durwin - November 28, 2025, 10:35:10 AM
Hi SKaero
After enabling logging in Dovecot I can see the path to the ~/mail/ folder is correct.  I can see a 'permission denied'.  Is it saying no permission to access ~/mail/ folder?  This is what I have.  I seams it is saying these rights are not correct.  If that is true what should they be?  Obviously things have changed (not my machine though).  All worked before upgrade to Fedora 43

drwx------ 8 webmail thecajun 4096 Nov 26 13:22 mail/
-rw------- 1 webmail thecajun 92426 Jan 14  2019 mail/Zabbix
-rw-rw---- 1 webmail mail 959595 Nov 28 08:28 /var/mail/webmail
-r-------- 1 root root 0 Nov 28 11:50 /proc/self/io

=== Dovecot Log ===
Nov 28 08:22:40 imap(webmail)<545055><en9CM6lEMKnAqAT8>: Debug: Effective uid=1002, gid=1000, home=/home/webmail
Nov 28 08:22:40 imap(webmail)<545055><en9CM6lEMKnAqAT8>: Debug: open(/proc/self/io) failed: Permission denied (euid=1002(webmail) egid=1000(thecajun) missing +r perm: /proc/self/io)
Nov 28 08:22:40 imap(webmail)<545055><en9CM6lEMKnAqAT8>: Debug: Namespace inbox: type=private, prefix=, sep=/, inbox=yes, hidden=no, list=yes, subscriptions=yes
Nov 28 08:22:40 imap(webmail)<545055><en9CM6lEMKnAqAT8>: Debug: maildir++: root=/home/webmail/mail, index=, indexpvt=, control=, inbox=/home/webmail/mail, alt=
Nov 28 08:22:40 auth: Debug: conn unix:/run/dovecot/auth-master (pid=545055,uid=0): auth-master client: Disconnected: Connection closed (fd=19) (created 2 msecs ago, handshake 2 msecs ago)
Nov 28 08:22:40 imap(webmail)<545055><en9CM6lEMKnAqAT8>: Debug: Mailbox INBOX: Mailbox opened
=== END Dovecot Log ===
#29
General Discussion / Re: Inbox empty and no folders...
Last post by SKaero - November 28, 2025, 12:43:08 AM
I can see from the IMAP log that Roundcube is working correctly, its asking for messages in the inbox "C: A0003 STATUS INBOX (MESSAGES UNSEEN)" and then Dovecot says there are no messages "S: * STATUS INBOX (MESSAGES 0 UNSEEN 0)"

This is most likely a configuration or maybe a permissions issue with Dovecot. You'd need to dig further into the Dovecot logs and configs to confirm.
#30
General Discussion / Re: Inbox empty and no folders...
Last post by Durwin - November 27, 2025, 07:10:59 PM
Thank you for your reply.

This is from the imap log.  I do not see anything out of ordinary.  I noticed it references Dovecot.  Dovecot is a fresh install.  I have not done any configuration.  It's config is after imap log.

=== imap log ===
[27-Nov-2025 16:53:33 -0700]: <o4kd7u55> [3E24] Connecting to MYDOMAIN:143...
[27-Nov-2025 16:53:33 -0700]: <o4kd7u55> [3E24] S: * OK [CAPABILITY IMAP4rev1 LOGIN-REFERRALS ID ENABLE IDLE SASL-IR LITERAL+ STARTTLS AUTH=PLAIN] Dovecot ready.
[27-Nov-2025 16:53:33 -0700]: <o4kd7u55> [3E24] C: A0001 AUTHENTICATE PLAIN ****** [29]
[27-Nov-2025 16:53:33 -0700]: <o4kd7u55> [3E24] S: A0001 OK [CAPABILITY IMAP4rev1 SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS THREAD=ORDEREDSUBJECT MULTIAPPEND URL-PARTIAL CATENATE UNSELECT CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS BINARY MOVE REPLACE SNIPPET=FUZZY PREVIEW=FUZZY PREVIEW SPECIAL-USE STATUS=SIZE SAVEDATE COMPRESS=DEFLATE INPROGRESS NOTIFY LITERAL+] Logged in
[27-Nov-2025 16:53:33 -0700]: <o4kd7u55> [3E24] C: A0002 ID ("name" "Roundcube" "version" "1.6.11" "php" "8.4.14" "os" "Linux" "command" "/roundcubemail/?_task=mail&_action=refresh")
[27-Nov-2025 16:53:33 -0700]: <o4kd7u55> [3E24] S: * ID ("name" "Dovecot")
[27-Nov-2025 16:53:33 -0700]: <o4kd7u55> [3E24] S: A0002 OK ID completed (0.001 + 0.000 secs).
[27-Nov-2025 16:53:33 -0700]: <o4kd7u55> [3E24] C: A0003 STATUS INBOX (MESSAGES UNSEEN)
[27-Nov-2025 16:53:33 -0700]: <o4kd7u55> [3E24] S: * STATUS INBOX (MESSAGES 0 UNSEEN 0)
[27-Nov-2025 16:53:33 -0700]: <o4kd7u55> [3E24] S: A0003 OK Status completed (0.001 + 0.000 secs).
[27-Nov-2025 16:53:33 -0700]: <o4kd7u55> [3E24] C: A0004 LOGOUT
[27-Nov-2025 16:53:33 -0700]: <o4kd7u55> [3E24] S: * BYE Logging out
[27-Nov-2025 16:53:33 -0700]: <o4kd7u55> [3E24] S: A0004 OK Logout completed (0.001 + 0.000 secs).
=== END imap log ===

=== Dovecot config ===
dovecot_config_version = 2.4.1
dovecot_storage_version = 2.4.1
protocols {
  imap = yes
  lmtp = yes
}
mail_home = /home/%{user}
mail_driver = maildir
mail_path = ~/mail
first_valid_uid = 1000
namespace inbox {
  inbox = yes
  separator = /
}
passdb pam {
}
userdb passwd {
}
ssl = required
ssl_cipher_list = PROFILE=SYSTEM
ssl_server {
  cert_file = /etc/pki/dovecot/certs/dovecot.pem
  key_file = /etc/pki/dovecot/private/dovecot.pem
}
!include_try conf.d/*.conf
=== END Dovecot config ===