M magic_77 Basic Pleskian Jul 21, 2011 #1 Hi to all, is it possible to configure Plesk (running Postfix) with the ability to delete Mails that where forwarded? So if anyone could give me an hint thxin advance Marek
Hi to all, is it possible to configure Plesk (running Postfix) with the ability to delete Mails that where forwarded? So if anyone could give me an hint thxin advance Marek
IgorG Plesk addicted! Plesk Certified Professional Jul 21, 2011 #2 By default mail should be only forwarded and not stored in mailbox. You can check it in .qmail file. For example: # cat ./qmail/mailnames/plesk10.domain.com/mail1/.qmail | true | /usr/bin/deliverquota ./Maildir Click to expand... deliverquota indicate that mail will be stored in mailbox. For forwarding you will see something like &<mailname>@<domain> without deliverquota.
By default mail should be only forwarded and not stored in mailbox. You can check it in .qmail file. For example: # cat ./qmail/mailnames/plesk10.domain.com/mail1/.qmail | true | /usr/bin/deliverquota ./Maildir Click to expand... deliverquota indicate that mail will be stored in mailbox. For forwarding you will see something like &<mailname>@<domain> without deliverquota.
M magic_77 Basic Pleskian Jul 21, 2011 #3 Hi IgorG, thx for this hint - so is it possible to reconfigure this account to only forward emails - and where i have to do this? greets Marek
Hi IgorG, thx for this hint - so is it possible to reconfigure this account to only forward emails - and where i have to do this? greets Marek
IgorG Plesk addicted! Plesk Certified Professional Jul 21, 2011 #4 You should add address for forwarding and disable "Mailbox" checkbox for email in Control Panel. In that case forwarding will be enabled without storing email in mailbox. For example: Usual mailbox: # cat ./qmail/mailnames/plesk10.domain.com/mail1/.qmail | true | /usr/bin/deliverquota ./Maildir Click to expand... Mailbox with forwarding: # cat ./qmail/mailnames/plesk10.domain.com/mail1/.qmail | true | /usr/bin/deliverquota ./Maildir &[email protected] Click to expand... Mailbox with forwarding and disabled "Mailbox" checkbox: # cat ./qmail/mailnames/plesk10.domain.com/mail1/.qmail | true &[email protected] Click to expand...
You should add address for forwarding and disable "Mailbox" checkbox for email in Control Panel. In that case forwarding will be enabled without storing email in mailbox. For example: Usual mailbox: # cat ./qmail/mailnames/plesk10.domain.com/mail1/.qmail | true | /usr/bin/deliverquota ./Maildir Click to expand... Mailbox with forwarding: # cat ./qmail/mailnames/plesk10.domain.com/mail1/.qmail | true | /usr/bin/deliverquota ./Maildir &[email protected] Click to expand... Mailbox with forwarding and disabled "Mailbox" checkbox: # cat ./qmail/mailnames/plesk10.domain.com/mail1/.qmail | true &[email protected] Click to expand...