• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.

missing feature: change multiple email settings

Sven L.

Regular Pleskian
Hi,

so yeah, most stuff can be changed via "subscription plans"

however there was a real good way in plesk 9.5.4 to just select several mail accounts in a domain and change all their settings at once.

now, i just trasferer a domain with 300+ mailboxes from plesk 9.5.4 to plesk 11.5 and i want to change their setting to "move spam to the spam folder"

do i really have to go one by one all 300+ mailboxes to change this setting?


Sven L. / QWERTY
 
will take a look at that ASAP. thx mate

PS: (would be nice if plesk would implement this again. a pity they removed the option in first place)
 
True, its such a pain when dealing with multiple records! I hope they will soon push out an update with this feature in place.
 
well, it does work. will have to write a quick script to do it for all mailboxes, that's all.

pity it doesnt allow *@domain.com or i could change all mailbox settings out of the box with shell
 
I really don't think they should even be told about about this ...Ie, an upgrade should be a [better than what is or was]. That feature existed in the old versions, at minimum it should be there even with the upgrade ..

I know they will implement it but I guess they are still focusing on "primary" functions / features.
 
You cannot make an omelet without breaking eggs.

The eggs were already broken and the omelet was already made!, that is to say, plesk 11.* is not a whole new product! It just evolved from the previous versions ...
 
Last edited:
You can try to use something like:

for i in `mysql -uadmin -p\`cat /etc/psa/.psa.shadow\` psa -Ns -e "select concat(mail.mail_name,\"@\",domains.name) as address from mail,domains,accounts where mail.dom_id=domains.id and mail.account_id=accounts.id order by address"`; do /usr/local/psa/bin/spamassassin -u $i -action move; done
 
Back
Top