• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Question Autorespond to +500 mailboxes

Erwin Fiten

Basic Pleskian
Hi,

I'm managing a Plesk Onyx installation with over 500 mailboxes.
Now I want to setup an auto-responder for ALL of those mailboxes.
is there a way i can manage this, i'm using qmail to receive mails?

  • Can this be done with the GUI ?
  • is there a config where the auto-respond email is saved, so I can create some kind of script to add that to all users?
  • is there a global setting ?

Any idea would be welcome, because i can't open all 500 mailboxes in plesk and add an auto-responder.


Erwin
 
You can try to do it in CLI for all your mailboxes with following command:

# 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/autoresponder -u -mail $i -status true -subject "application form" -text "Thank you for your inquiry. The application form is attached."; done
 
I will perform this action today (after making a backup of the DB )

Is it also possible to reject those incoming mails, AFTER the auto reply?
I think this is difficult, because we need to receive the mail to be able to auto reply.

or maybe move those mails to a seperate mailbox.

It's a mailserver that will go offline at the end of the month, and users aren't realy stooping to use it, so we will force them to find alternatives by NOT receiving any new mails.
 
Back
Top