Emails don't displaying in IMAP .Sent folder and Outlook

DeviC3

Member
Mar 28, 2021
21
0
1
Poland
cPanel Access Level
Website Owner
Hello, I'm hitting a wall today. On my client account there are few email boxes, when [email protected] sent message to [email protected] this email appears in Inbox of [email protected] but dont appear in Sent folder of my [email protected].
I have root access to server and WHM, I have done script with dovecot index files, I have chek out permissions of files and folders.
He is sending emails to local accounts in their domain (i.e. example.com) on my server.
They are using Outlook and IMAP protocol (I have also look up in logs).
Maybe it's some Outlook problem but I can't find out this.
 
Last edited by a moderator:

cPRex

Jurassic Moderator
Staff member
Oct 19, 2014
16,617
2,624
363
cPanel Access Level
Root Administrator
Hey there! The first thing I would check would be to see if it is properly showing up on the server itself. If you check webmail for the client1 account, is the message in the Sent area there? If so, that would confirm the server is working well and the issue is somewhere within Outlook.
 

cPRex

Jurassic Moderator
Staff member
Oct 19, 2014
16,617
2,624
363
cPanel Access Level
Root Administrator
Alright - that would indicate something is happening on the server-side, or possibly the client is removing the sent message somehow.

One other thing you can check before submitting a ticket would be to search the user's home directory for the mail ID. For example, you could run a command similar to this:

Code:
grep -Ri '1lta8W-00044N-Gy' /home/username/
to see if the message ended up anywhere besides the typical Sent folder.

If you don't find the message after searching for the mail ID, it would be best to open a ticket with our team as this should be easy to reproduce by just sending a test message and then troubleshooting what happens after that point.
 

DeviC3

Member
Mar 28, 2021
21
0
1
Poland
cPanel Access Level
Website Owner
Thanks for fast reply when I'm grepping like this output is:
grep: /path/to/account/.cagefs/tmp/.s.mysql.sock: No shuch device or address

But I have once more question, is this log entry important?:
Code:
1lt5KG-0002TE-Ef => |/usr/local/cpanel/bin/autorespond [email protected] /home/client/.autorespond   R=virtual_aliases_nostar T=cagefs_virtual_address_pipe
 

cPRex

Jurassic Moderator
Staff member
Oct 19, 2014
16,617
2,624
363
cPanel Access Level
Root Administrator
If you're only getting the "no such device" output, then there aren't any valid results. That's normal when performing a recursive grep like that, as it builds the file list, then tries to scan something that has already been removed - very common to see in any type of temporary directory.

That log entry just indicates there is an autoresponder being triggered on the user account, which would only trip on an incoming message, so it should not be related to your sent email issue.
 

DeviC3

Member
Mar 28, 2021
21
0
1
Poland
cPanel Access Level
Website Owner
Hi, so there are new problem with this.
From exim log:
Code:
2021-06-25 05:00:05 cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1lwaCW-000BX0-6x
Email seems as delivered:
Code:
R=virtual_user T=dovecot_virtual_delivery C="250 2.0.0 <[email protected]> QBFPD5Uq1wxEjQAAeEvJDA Saved"
But it not appearing in any user folder
 

cPRex

Jurassic Moderator
Staff member
Oct 19, 2014
16,617
2,624
363
cPanel Access Level
Root Administrator
Thanks for the update. That does look normal to me, so it might be best to submit a ticket to our team so we can check the email issue directly on the server to see if we can get more details there.

If you do decide to submit a support ticket, please post the number here so I can follow along and make sure this thread stays updated.
 
  • Like
Reactions: DeviC3

cPRex

Jurassic Moderator
Staff member
Oct 19, 2014
16,617
2,624
363
cPanel Access Level
Root Administrator
This likely has more to do with how the ERP integrates with cPanel. If the message isn't sent through Webmail, or through a mail client such as Thunderbird, I'm not sure we can guarantee it will get copied to the Sent folder.