• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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