Tag Archives: email

Outlook Shared Mailbox Deleted Items Issue

When you delete an email from a Exchange/Exchange on-Line shared mailbox, the deleted mail goes to your mailbox Deleted Items folder when it should go into the shared mailbox Deleted Items folder. To solve the issue you have to add/change the following registry key: HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Options\General Add the DelegateWastebasketStyle DWORD with 4 in the value the… Read More »

Send email from Linux command line

Every once a while you need to send email from a Linux command line and there you go to google try to find it… With attachment: Without attachment: Important:Postfix by default restrict attachment size to approx 10MB i.e. 10240000 bytes. You can check it using following command: To change attachment-size to say 50 MB, run… Read More »