• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

sent-mail existing but not visible

S

spek

Guest
Hi,

Since our migration the .sent-mail folders don't contain any data
in horde webmail. I tried to change some permissions but that didn't do anything. The folders themselve are visible in horde but they do not contain any data. I've even tried to create a new folder. Also that new folder becomes visible (e.g. ".sendmail-test").

This is the sentmail section of "/home/httpd/vhosts/webmail/horde/imp/config/prefs.php":

// save a copy of sent messages?
// a value of 0 = no, 1 = yes
$_prefs['save_sent_mail'] = array(
'value' => 1,
'locked' => false,
'shared' => true,
'type' => 'implicit'
);

// sent mail folder
$_prefs['sent_mail_folder'] = array(
'value' => 'sent-mail',
// For Exchange server uncomment the line below and delete the line above
// 'value' => 'Sent Items',
'locked' => false,
'shared' => true,
'type' => 'implicit'
);


When i try to send new mail with the "[x] save copy in sent-mail " checked, mail doesn't get saved.

Any suggestions?
 
Back
Top