1.  If you want [EMAIL PROTECTED] to be an alias to the [EMAIL PROTECTED]
account you created, you can add the following to config.xml in the
transport processor, before the local delivery mailet:

<mailet match="[EMAIL PROTECTED]" class="Forward">
     <forwardto> [EMAIL PROTECTED] </forwardto>
</mailet>

If you don't want [EMAIL PROTECTED] to be a valid email address, then you
simply need to
  adduser karl.gerhard some-password
in the admin.


2.  With a default configuration, an email which does not match a valid
account is sent to an error processor, which typically stores the email in
an error repository.  Look for the <processor name="error"> section in your
config file.

Hope this helps.

Sam



----- Original Message -----
From: "Karl Gerhard" <[EMAIL PROTECTED]>
To: "'James Users List'" <[EMAIL PROTECTED]>
Sent: Monday, August 12, 2002 4:19 PM
Subject: Configuring mailaddress -- follow up question


> GIVEN:   James running on gercom.com  <servername>gercom.com</servername>
> In admin  entering  adduser   kpg  some-password
> Actual user email address is [EMAIL PROTECTED]
>
> QUESTIONS:
> 1.  For an incoming to smtp,  how does James determine that karl.gerhard
is
> a
> registered user when the userid is kpg ?
> 2.  Or, does it matter ?  does James accept everything addressed to
> gercom.com and discard them after x minutes if not retrieved by a POP3
> connection from some user via Outlook ?
>
> thanx
>
>
> That`s the same problem I`m trying to do as well. I only have a machine
> named tech.mydomain.com, and James detects that, however for just domain
not
> host I think you could just add
> <servername>mydomain.com</servername> In the config.xml. I`m not sure. If
> you get to try it let me know what happens. Autodetect correctly finds the
> [EMAIL PROTECTED] and I can send and receive just fine. but I have
> another mail server that handles mail for the rest of the domain so I
cannot
> try the [EMAIL PROTECTED] on my James install.
> The SMTP_AUTH works great with Outlook clients !
>
> Adrian
>   ----- Original Message -----
>   From: Karl Gerhard
>   To: [EMAIL PROTECTED]
>   Sent: Monday, August 12, 2002 2:32 PM
>   Subject: Configuring mailaddresses
>
>
>   Running with james version 2.0a3   and new to this.
>
>   I understand in the admin  adduser   [id] [pw]    registers this user
for
> POP3 retrieval by i.e Outlook
>
>   Need to know how the mailaddress  (  the "karl.gerhard" part  in
> [EMAIL PROTECTED] ) is entered so that james recognizes that mail to
> this receipient belongs here.
>
>   thanx
>
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to