• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

When does plesk refresh qmail/users/assign file?

G

GerdK

Guest
I have installed the TMDA challenge-response filter on my server. Therefore i had to do some modifications to /var/qmail/users/assign

For example for the email address [email protected] the challenge response system also needs to receive emails to foo-*@example.com.

I changed
Code:
=2-foo:popuser:110:31:/var/qmail/mailnames/example.com/foo:::
to
Code:
+2-foo:popuser:110:31:/var/qmail/mailnames/example.com/foo:::

Today i noticed that my customizations are gone and challenge-response mails are rejected.

Can i avoid this by adding a separate line for the wild-card adresses like this?

Code:
=2-foo:popuser:110:31:/var/qmail/mailnames/example.com/foo:::
+2-foo-:popuser:110:31:/var/qmail/mailnames/example.com/foo:::

Or will this line also be deleted by plesk scripts?
 
Back
Top