• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.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 foo@example.net is accepted and delivered to the mailbox of foo@example.com. No problem here.

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

Login with main domain is working:

# telnet localhost 110
[...]
user foo@example.com
+OK Password required.
pass verysecret
+OK logged in.

Login with alias domain fails:

# telnet localhost 110
[...]
user foo@example.net
+OK Password required.
pass verysecret
-ERR Login failed.

Hints are welcome.
Thanks in advance.
 
Back
Top