• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Use alias domain for (pop3) login: How?

I

insel22

Guest
Hello.

It is possible to use an alias domain for (pop3) login? (I hope, it is.)

I have a domain example.com and a domain alias example.net. Mail to [email protected] is accepted and delivered to the mailbox of [email protected]. No problem here.

But: I want to be able to use the address [email protected] (with example.net = alias domain) for pop3 authentication. How do I do that?

Login with main domain is working:

# telnet localhost 110
[...]
user [email protected]
+OK Password required.
pass verysecret
+OK logged in.

Login with alias domain fails:

# telnet localhost 110
[...]
user [email protected]
+OK Password required.
pass verysecret
-ERR Login failed.

Hints are welcome.
Thanks in advance.
 
Back
Top