• 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.

How Do I do Plus Addressing or Minus Addressing

I am interested in this also. I tried out adding the proper entry to accept mail for user*@domain.com and I then added an email address via plesk. Plesk did not wipe the entry out of the /var/qmail/users/assign file but I still cannot send email to [email protected]. I suspect that plesk has another process out front that is bouncing this emails? That is the only thing that I can think of that would keep it from working properly. If anyone else can provide any input to get this working it would be greatly appreciated.

EDIT:

I suspect because the custom qmail queries the mysql database directly that there is no way to do what we want...

select * from mail;
select * from mail_aliases;
select * from mail_redir;
select * from mail_resp;


If we could figure out what maybe to put in here to catch like user*@domain.com. But I do not think it is possible. :( It sucks that Plesk did not implement something that qmail supported right out of the box. This makes me start to dislike plesk.
 
I found this:

http://www.utkalika.net/projects/checkrcpt/?C=N;O=D

as 1 option that seems to work.

Another option that works but re-enables bounce processing, which seems to be bad now, or some such is

delete all the lines from /var/qmail/control/smtpplugins The plesk will not check the email aliases before passing the message onto qmail. What this does is let's qmail bounce the messages which I believe means that a bounce message gets sent back to from: for emails when it is spam causing problems. So I would suggest you stick with the first option.
 
Back
Top