Hi there,

my smtpd is listening for a handful of domainnames. Those are inside a
table-file.
Also there are some users, that are virtual, I want to accept mail for.

As an example, let's say my FQDN is domain.com and here are my tables:

### Virtual Domains Table ###
example.com
funnydomain.net
sillydomain.org
### EOF ###


### Virtual Users ###
vuser                   localuser
sissi                   localuser
[email protected]    localuser
### EOF ###


Adresses my smtpd will accept mails for:
[email protected]
[email protected]
[email protected]
[email protected]

But why does it NOT accept mails for:
[email protected]
[email protected]

I thought it would listen for something like:
<localuser|virtuser>@<mydomainname|virtualdomainname>

Now to accept mails for [email protected] I have to write the
whole virtual mailadress in my virtual users table so:

### Virtual Users ###
[email protected] localuser
### EOF ###


Is this behaviour expected?

Thank you!

-- 
You received this mail because you are subscribed to [email protected]
To unsubscribe, send a mail to: [email protected]

Reply via email to