On Thu, Oct 12, 2000 at 03:09:42PM +1100, Brendan J Simon wrote:
> I have setup a mail server using exim. I have it working pretty well,
> but I can't figure out how to send mail for non existant users to a real
> user. eg. [EMAIL PROTECTED] doesn't exist so I would like all mail sent to
> this a
Brendan,
Hi. I have my exim setup to handle email for multiple virtual domains.
In the virtual_alias: directive I have lsearch* as the search_type.
that seems to work pretty well.. here is a example..
virtual_alias:
driver = aliasfile
domains = lsearch;/etc/virtual/domains
file
On Thu, Oct 12, 2000 at 03:09:42PM +1100, Brendan J Simon wrote:
> I have setup a mail server using exim. I have it working pretty well,
> but I can't figure out how to send mail for non existant users to a real
> user. eg. [EMAIL PROTECTED] doesn't exist so I would like all mail sent to
> this a
On Thu, Oct 12, 2000 at 03:09:42PM +1100, Brendan J Simon ([EMAIL PROTECTED])
wrote:
> I have setup a mail server using exim. I have it working pretty well,
> but I can't figure out how to send mail for non existant users to a real
> user. eg. [EMAIL PROTECTED] doesn't exist so I would like all
I have setup a mail server using exim. I have it working pretty well,
but I can't figure out how to send mail for non existant users to a real
user. eg. [EMAIL PROTECTED] doesn't exist so I would like all mail sent to
this address to be forwarded to another account (eg. [EMAIL PROTECTED]). I'd
a
> Ho do I configure exim to send email to [EMAIL PROTECTED] where x is not
> known to a user on the local machine?
What I meant is: mail sent to [EMAIL PROTECTED] should be delivered to a
local user if x is not known...
Ho do I configure exim to send email to [EMAIL PROTECTED] where x is not
known to a user on the local machine?
For virtual domains I have
search_type = lsearch*@
and
*: user
in the corresponding alias file
On a machine with no virtual domains I also said
search_type = lsearch*@
under system_ali
7 matches
Mail list logo