[xmail] Re: Catch-all-Email option in XMAIL

2004-05-10 Thread Snke Ruempler
 Is it possible to do a catch-all-email forwarding option in XMAIL,
 so that [EMAIL PROTECTED] gets forwarded to [EMAIL PROTECTED] ?

Make a alias from * to some mailbox that has a redirect line in
mailproc.tab.


-- 

Snke

-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Catch-all-Email option in XMAIL

2004-05-10 Thread Noor Dawod
But then I'll have to create a redundant mailbox for each such domain...
This should be solved in a more elegant way, I believe.

Noor


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Snke Ruempler
Sent: Monday, May 10, 2004 11:23 AM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Catch-all-Email option in XMAIL


 Is it possible to do a catch-all-email forwarding option in XMAIL,
 so that [EMAIL PROTECTED] gets forwarded to [EMAIL PROTECTED] ?

Make a alias from * to some mailbox that has a redirect line in
mailproc.tab.


--

Snke

-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Catch-all-Email option in XMAIL

2004-05-10 Thread Snke Ruempler
 But then I'll have to create a redundant mailbox for each such
 domain... This should be solved in a more elegant way, I believe.

What do you want?

You can use the * wildcard even in the domain field in the aliases like:

**[EMAIL PROTECTED]

And you can have aliases like:

domain1*[EMAIL PROTECTED]
domain2*[EMAIL PROTECTED]
domain3*[EMAIL PROTECTED]

-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Catch-All configuration for a domain

2004-04-05 Thread Kirk Friggstad
Hi Noor:

If I understand you right, it is possible to do this right now in XMail.
Here's what I do:

1) Create a user called default (this is just my name for it, call it
whatever you want)

2) Create a forward for that user using a mailproc.tab to the target e-mail
address

3) Create an alias for that user using the * wildcard.

This will forward all mail sent to a particular domain to a single e-mail
address, regardless of the requested e-mail address at that domain.

Hope that helps.

Kirk

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Noor Dawod
Sent: Friday, April 02, 2004 5:33 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Catch-All configuration for a domain


Hi Bill,

Thanks for the detailed explanation.
I understood everything you've written, and I'm sure that I could do
that in XMAIL. The one thing that is missing, still, is the ability to
forward an E-mail without knowing where it's going.

Think of it like this: I only know the domain name, and I want to
forward each and every message that that domain is getting, to another
e-mail address.

What you suggested works well when I know that a specific USER wants to
forward all messages to another EMAIL.
What I am asking is how to forward an entire DOMAIN, regardless of the
[EMAIL PROTECTED], to another EMAIL address.

Do you get it?

Noor


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Toby Reiter
Sent: Saturday, April 03, 2004 1:01 AM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Catch-All configuration for a domain


Sure Bill.

In Postfix, I had a file named ``virtual`` that had two columns, left
one is the source address/alias/domain, and the right is the
destination/forwarded email address(es). Observe an example:

# forward one email in domain.name
[EMAIL PROTECTED]  [EMAIL PROTECTED]

# forward one email in domain.name to another user in same domain
[EMAIL PROTECTED]  [EMAIL PROTECTED]
[EMAIL PROTECTED]  [EMAIL PROTECTED]
[EMAIL PROTECTED]  [EMAIL PROTECTED]
[EMAIL PROTECTED]  [EMAIL PROTECTED]
[EMAIL PROTECTED]  [EMAIL PROTECTED]

# forward entire same-domain.name to domain.name
@same-domain.name  @domain.name

Is this more clear now?

Noor

Noor,
This can be done in XMail right now, using the standard means for
editing settings.

Frankly, my favorite way to do this is using one of the GUI/Web style
interfaces available.

My favorite is at:
https://sourceforge.net/projects/phpxmail

In any case, you would first create an alias for the domain.name
domain, with global pointing to [EMAIL PROTECTED]
(assuming you control another-domain.name. if you don't, it should be
set up a forward in mailproc.tab).

If you were directly editing your aliases.tab file, it would look like
this:

domain.name[tab]global[tab][EMAIL PROTECTED]

You would then set up all the aliases that point to the global address:

domain.name[tab]info[tab][EMAIL PROTECTED]
domain.name[tab]jobs[tab][EMAIL PROTECTED]
domain.name[tab]support[tab][EMAIL PROTECTED]

For the one user address, that would be

domain.name[tab]user[tab][EMAIL PROTECTED]
e

If both the global and user domains are forwards to different
mailservers, they would be stored in:

/var/MailRoot/domains/domain.name/global/mailproc.tab and
/var/MailRoot/domains/domain.name/user/mailproc.tab and

where /var/MailRoot/domains/domain.name/global/mailproc.tab looks like:

redirect[tab][EMAIL PROTECTED]

and /var/MailRoot/domains/domain.name/user/mailproc.tab looks like:

redirect[tab][EMAIL PROTECTED]

Your last rule is done using the aliasdomains.tab file:

same-domain.name[tab]domain.name

Let me know of any of this helps (or if you get confused, or if I've
got it all wrong).

Have a great weekend,
Toby


--
Toby Reiter  mailto:[EMAIL PROTECTED]
Breezing Internet Communications http://www.breezing.com
1106 West Main Stphone:434.295.2050
Charlottesville, VA 22903fax:603.843.6931
-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]

-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Catch-All configuration for a domain

2004-04-04 Thread Noor Dawod
David,

Is there any chance the next XMAIL release will have domain-wise
MAILPROC.TAB file?

Noor


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Davide Libenzi
Sent: Friday, April 02, 2004 10:08 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Catch-All configuration for a domain


On Fri, 2 Apr 2004, Noor Dawod wrote:

 Hi,

 OK, I've read the documentation about MAILPROC.TAB, and it looks that I
 can do the redirection for a domain.
 Another thing: I searched for a file named MAILPROC.TAB in all folders,
 and haven't found any. Where do I put this file?

domains/DOMAIN/USER


 If I wish to activate global-redirect for a domain ''domain.name'', do I
 put file MAILPROC.TAB in ~/domains/domain.name/ ?

Nope, it won't work. But, there's no reason why we couldn't have a domain
wise mailproc.tab ... let me think at possible implications ...



- Davide


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Catch-All configuration for a domain

2004-04-04 Thread Davide Libenzi
On Sun, 4 Apr 2004, Noor Dawod wrote:

 David,
 
 Is there any chance the next XMAIL release will have domain-wise
 MAILPROC.TAB file?

I believe many chances (if no showstoppers for the method will be found).



- Davide


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Catch-All configuration for a domain

2004-04-04 Thread Noor Dawod
Nice :) This is a most demanding feature indeed.

Do you have an estimated release date?

Noor


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Davide Libenzi
Sent: Sunday, April 04, 2004 4:43 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Catch-All configuration for a domain


On Sun, 4 Apr 2004, Noor Dawod wrote:

 David,

 Is there any chance the next XMAIL release will have domain-wise
 MAILPROC.TAB file?

I believe many chances (if no showstoppers for the method will be found).



- Davide


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Catch-All configuration for a domain

2004-04-02 Thread Davide Libenzi
On Fri, 2 Apr 2004, Noor Dawod wrote:

 Hi,
 
 I am migrating from a FreeBSD/Postfix configuration to Win32/XMAIL.
 Current configuration include tens of domains, each with its special
 needs and features.
 
 For the new XMAIL configuration, I cannot find yet a solution for
 catch-all configuration. This is a per-domain configuration, and I am
 unable to find the solution.
 
 In Postfix:
 
 [EMAIL PROTECTED] [EMAIL PROTECTED]
 [EMAIL PROTECTED] [EMAIL PROTECTED]
 [EMAIL PROTECTED] [EMAIL PROTECTED]
 
 How can I do this in XMAIL?

A catch-all is one thing (see '*' alias), while a redirect (that you are 
describing) is another thing (see mailproc.tab-redirect).



- Davide


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Catch-All configuration for a domain

2004-04-02 Thread Noor Dawod
Hi,

OK, I've read the documentation about MAILPROC.TAB, and it looks that I
can do the redirection for a domain.
Another thing: I searched for a file named MAILPROC.TAB in all folders,
and haven't found any. Where do I put this file?

If I wish to activate global-redirect for a domain ''domain.name'', do I
put file MAILPROC.TAB in ~/domains/domain.name/ ?

Noor


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Davide Libenzi
Sent: Friday, April 02, 2004 7:27 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Catch-All configuration for a domain


On Fri, 2 Apr 2004, Noor Dawod wrote:

 Hi,
 
 I am migrating from a FreeBSD/Postfix configuration to Win32/XMAIL. 
 Current configuration include tens of domains, each with its special 
 needs and features.
 
 For the new XMAIL configuration, I cannot find yet a solution for 
 catch-all configuration. This is a per-domain configuration, and I 
 am unable to find the solution.
 
 In Postfix:
 
 [EMAIL PROTECTED] [EMAIL PROTECTED]
 [EMAIL PROTECTED] [EMAIL PROTECTED]
 [EMAIL PROTECTED] [EMAIL PROTECTED]
 
 How can I do this in XMAIL?

A catch-all is one thing (see '*' alias), while a redirect (that you are

describing) is another thing (see mailproc.tab-redirect).



- Davide


-
To unsubscribe from this list: send the line unsubscribe xmail in the
body of a message to [EMAIL PROTECTED] For general help: send the
line help in the body of a message to [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Catch-All configuration for a domain

2004-04-02 Thread Davide Libenzi
On Fri, 2 Apr 2004, Noor Dawod wrote:

 Hi,
 
 OK, I've read the documentation about MAILPROC.TAB, and it looks that I
 can do the redirection for a domain.
 Another thing: I searched for a file named MAILPROC.TAB in all folders,
 and haven't found any. Where do I put this file?

domains/DOMAIN/USER


 If I wish to activate global-redirect for a domain ''domain.name'', do I
 put file MAILPROC.TAB in ~/domains/domain.name/ ?

Nope, it won't work. But, there's no reason why we couldn't have a domain 
wise mailproc.tab ... let me think at possible implications ...



- Davide


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Catch-All configuration for a domain

2004-04-02 Thread Bill Healy
What do you mean by global redirect for a domain? Can you give an
example?

Bill

--
From:  Noor Dawod[SMTP:[EMAIL PROTECTED]
Sent:  Friday, April 02, 2004 10:41 AM
To:[EMAIL PROTECTED]
Subject:   [xmail] Re: Catch-All configuration for a domain

Hi,

OK, I've read the documentation about MAILPROC.TAB, and it looks that I
can do the redirection for a domain.
Another thing: I searched for a file named MAILPROC.TAB in all folders,
and haven't found any. Where do I put this file?

If I wish to activate global-redirect for a domain ''domain.name'', do I
put file MAILPROC.TAB in ~/domains/domain.name/ ?

Noor


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Davide Libenzi
Sent: Friday, April 02, 2004 7:27 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Catch-All configuration for a domain


On Fri, 2 Apr 2004, Noor Dawod wrote:

 Hi,
 
 I am migrating from a FreeBSD/Postfix configuration to Win32/XMAIL. 
 Current configuration include tens of domains, each with its special 
 needs and features.
 
 For the new XMAIL configuration, I cannot find yet a solution for 
 catch-all configuration. This is a per-domain configuration, and I 
 am unable to find the solution.
 
 In Postfix:
 
 [EMAIL PROTECTED][EMAIL PROTECTED]
 [EMAIL PROTECTED][EMAIL PROTECTED]
 [EMAIL PROTECTED][EMAIL PROTECTED]
 
 How can I do this in XMAIL?

A catch-all is one thing (see '*' alias), while a redirect (that you are

describing) is another thing (see mailproc.tab-redirect).



- Davide


-
To unsubscribe from this list: send the line unsubscribe xmail in the
body of a message to [EMAIL PROTECTED] For general help: send the
line help in the body of a message to [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Catch-All configuration for a domain

2004-04-02 Thread Noor Dawod
Hello David,

Any idea when you'd integrate this feature in XMAIL? I am in need of
this feature to make the move from Postfix to XMAIL...
By the way, if you put a MAILPROC.TAB in ~/domains/domain.name/ and make
XMAIL aware of its existance, it could be domain.name-wide for all its
users. This sounds a good plan.

What do you think?

Noor


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Davide Libenzi
Sent: Friday, April 02, 2004 10:08 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Catch-All configuration for a domain


On Fri, 2 Apr 2004, Noor Dawod wrote:

 Hi,
 
 OK, I've read the documentation about MAILPROC.TAB, and it looks that
I
 can do the redirection for a domain.
 Another thing: I searched for a file named MAILPROC.TAB in all
folders,
 and haven't found any. Where do I put this file?

domains/DOMAIN/USER


 If I wish to activate global-redirect for a domain ''domain.name'', do
I
 put file MAILPROC.TAB in ~/domains/domain.name/ ?

Nope, it won't work. But, there's no reason why we couldn't have a
domain 
wise mailproc.tab ... let me think at possible implications ...



- Davide


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Catch-All configuration for a domain

2004-04-02 Thread Noor Dawod
Sure Bill.

In Postfix, I had a file named ``virtual`` that had two columns, left
one is the source address/alias/domain, and the right is the
destination/forwarded email address(es). Observe an example:

# forward one email in domain.name
[EMAIL PROTECTED]   [EMAIL PROTECTED]

# forward one email in domain.name to another user in same domain
[EMAIL PROTECTED]   [EMAIL PROTECTED]
[EMAIL PROTECTED]   [EMAIL PROTECTED]
[EMAIL PROTECTED]   [EMAIL PROTECTED]
[EMAIL PROTECTED]   [EMAIL PROTECTED]
[EMAIL PROTECTED]   [EMAIL PROTECTED]

# forward entire same-domain.name to domain.name
@same-domain.name   @domain.name

Is this more clear now?

Noor


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Bill Healy
Sent: Friday, April 02, 2004 11:03 PM
To: '[EMAIL PROTECTED]'
Subject: [xmail] Re: Catch-All configuration for a domain


What do you mean by global redirect for a domain? Can you give an
example?

Bill

--
From:  Noor Dawod[SMTP:[EMAIL PROTECTED]
Sent:  Friday, April 02, 2004 10:41 AM
To:[EMAIL PROTECTED]
Subject:   [xmail] Re: Catch-All configuration for a domain

Hi,

OK, I've read the documentation about MAILPROC.TAB, and it looks that I
can do the redirection for a domain.
Another thing: I searched for a file named MAILPROC.TAB in all folders,
and haven't found any. Where do I put this file?

If I wish to activate global-redirect for a domain ''domain.name'', do
I
put file MAILPROC.TAB in ~/domains/domain.name/ ?

Noor


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
On Behalf Of Davide Libenzi
Sent: Friday, April 02, 2004 7:27 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Catch-All configuration for a domain


On Fri, 2 Apr 2004, Noor Dawod wrote:

 Hi,
 
 I am migrating from a FreeBSD/Postfix configuration to Win32/XMAIL. 
 Current configuration include tens of domains, each with its special 
 needs and features.
 
 For the new XMAIL configuration, I cannot find yet a solution for 
 catch-all configuration. This is a per-domain configuration, and I 
 am unable to find the solution.
 
 In Postfix:
 
 [EMAIL PROTECTED][EMAIL PROTECTED]
 [EMAIL PROTECTED][EMAIL PROTECTED]
 [EMAIL PROTECTED][EMAIL PROTECTED]
 
 How can I do this in XMAIL?

A catch-all is one thing (see '*' alias), while a redirect (that you
are

describing) is another thing (see mailproc.tab-redirect).



- Davide


-
To unsubscribe from this list: send the line unsubscribe xmail in the
body of a message to [EMAIL PROTECTED] For general help: send the
line help in the body of a message to [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Catch-All configuration for a domain

2004-04-02 Thread Noor Dawod
Hi Bill,

Thanks for the detailed explanation.
I understood everything you've written, and I'm sure that I could do
that in XMAIL. The one thing that is missing, still, is the ability to
forward an E-mail without knowing where it's going.

Think of it like this: I only know the domain name, and I want to
forward each and every message that that domain is getting, to another
e-mail address.

What you suggested works well when I know that a specific USER wants to
forward all messages to another EMAIL.
What I am asking is how to forward an entire DOMAIN, regardless of the
[EMAIL PROTECTED], to another EMAIL address.

Do you get it?

Noor


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Toby Reiter
Sent: Saturday, April 03, 2004 1:01 AM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Catch-All configuration for a domain


Sure Bill.

In Postfix, I had a file named ``virtual`` that had two columns, left
one is the source address/alias/domain, and the right is the
destination/forwarded email address(es). Observe an example:

# forward one email in domain.name
[EMAIL PROTECTED]  [EMAIL PROTECTED]

# forward one email in domain.name to another user in same domain
[EMAIL PROTECTED]  [EMAIL PROTECTED]
[EMAIL PROTECTED]  [EMAIL PROTECTED]
[EMAIL PROTECTED]  [EMAIL PROTECTED]
[EMAIL PROTECTED]  [EMAIL PROTECTED]
[EMAIL PROTECTED]  [EMAIL PROTECTED]

# forward entire same-domain.name to domain.name
@same-domain.name  @domain.name

Is this more clear now?

Noor

Noor,
This can be done in XMail right now, using the standard means for 
editing settings.

Frankly, my favorite way to do this is using one of the GUI/Web style 
interfaces available.

My favorite is at:
https://sourceforge.net/projects/phpxmail

In any case, you would first create an alias for the domain.name 
domain, with global pointing to [EMAIL PROTECTED] 
(assuming you control another-domain.name. if you don't, it should be 
set up a forward in mailproc.tab).

If you were directly editing your aliases.tab file, it would look like
this:

domain.name[tab]global[tab][EMAIL PROTECTED]

You would then set up all the aliases that point to the global address:

domain.name[tab]info[tab][EMAIL PROTECTED]
domain.name[tab]jobs[tab][EMAIL PROTECTED]
domain.name[tab]support[tab][EMAIL PROTECTED]

For the one user address, that would be

domain.name[tab]user[tab][EMAIL PROTECTED]
e

If both the global and user domains are forwards to different 
mailservers, they would be stored in:

/var/MailRoot/domains/domain.name/global/mailproc.tab and
/var/MailRoot/domains/domain.name/user/mailproc.tab and

where /var/MailRoot/domains/domain.name/global/mailproc.tab looks like:

redirect[tab][EMAIL PROTECTED]

and /var/MailRoot/domains/domain.name/user/mailproc.tab looks like:

redirect[tab][EMAIL PROTECTED]

Your last rule is done using the aliasdomains.tab file:

same-domain.name[tab]domain.name

Let me know of any of this helps (or if you get confused, or if I've 
got it all wrong).

Have a great weekend,
Toby


-- 
Toby Reiter  mailto:[EMAIL PROTECTED]
Breezing Internet Communications http://www.breezing.com
1106 West Main Stphone:434.295.2050
Charlottesville, VA 22903fax:603.843.6931
-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Catch all alias

2003-10-30 Thread Jesko Mgle

Will a [EMAIL PROTECTED] catch ALL emails? Or only emails don't know where to go=
? I
have user [EMAIL PROTECTED], user [EMAIL PROTECTED] Will a [EMAIL PROTECTED] catch all
emails (a@, b@, cde...@) or only [EMAIL PROTECTED] ?=20

And, how can I set up an [EMAIL PROTECTED] account. I use xmail administrator 0.=
23
and can't setup [EMAIL PROTECTED] - because: =20

-00321 Name does not respect RFC822


MfGr=FCssle, Jesko M=E4gle


PS: Please excuse my bad english, I'm only a dumb german boy ;)
__
Diese Email wurde =FCber den FILdomain.de - Webmailer verschickt


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Catch all alias

2003-10-30 Thread Rob Arends

Please RTFM to understand this better.
First setup a [EMAIL PROTECTED] then add a custom domain to forward mail to
[EMAIL PROTECTED]

in custdomains directory add a file domain2.com.tab
in this file add
redirect[tab][EMAIL PROTECTED][cr][lf]

this will send *all* mail for domain2.com to the one user account.

--

another way would to create an alias (same domain as user) and enter * as
the alias, therefore the user [EMAIL PROTECTED] with alias * (equates to
[EMAIL PROTECTED]) would receive *all* mail for the domain.
I don't know what would happen to other users in that domain.  Which would
take precedence, a real user or the alias.

--

If in the example above, the real users have precedence, then you have what
you want.
If not, then I suggest you can't do it out of the box.  you will need to
write something at a filter level to re-address the email.

Rob :-)

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Jesko Mägle
 Sent: Thursday, October 30, 2003 8:24 PM
 To: [EMAIL PROTECTED]
 Subject: [xmail] Re: Catch all alias



 Will a [EMAIL PROTECTED] catch ALL emails? Or only emails don't know
 where to go=
 ? I
 have user [EMAIL PROTECTED], user [EMAIL PROTECTED] Will a [EMAIL PROTECTED] catch 
 all
 emails (a@, b@, cde...@) or only [EMAIL PROTECTED] ?=20

 And, how can I set up an [EMAIL PROTECTED] account. I use xmail
 administrator 0.=
 23
 and can't setup [EMAIL PROTECTED] - because: =20

 -00321 Name does not respect RFC822


 MfGr=FCssle, Jesko M=E4gle


 PS: Please excuse my bad english, I'm only a dumb german boy ;)
 __
 Diese Email wurde =FCber den FILdomain.de - Webmailer verschickt


 -
 To unsubscribe from this list: send the line unsubscribe xmail in
 the body of a message to [EMAIL PROTECTED]
 For general help: send the line help in the body of a message to
 [EMAIL PROTECTED]



-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Catch all alias

2003-10-29 Thread Shawn Anderson

Add an alias * for the account you want.  What will do it.

Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Andy Rosen
Sent: Wednesday, October 29, 2003 7:23 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Catch all alias


I have a need for a catch all alias that will forward all mail sent to a
domain to a single accountIs that doable with xmail?

Thanks


-
To unsubscribe from this list: send the line unsubscribe xmail in the body
of a message to [EMAIL PROTECTED] For general help: send the line
help in the body of a message to [EMAIL PROTECTED]




-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Catch all alias

2003-10-29 Thread Rob Arends

yep, set up an alias of [EMAIL PROTECTED] to the single account.

Rob :)


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Andy Rosen
 Sent: Thursday, October 30, 2003 11:23 AM
 To: [EMAIL PROTECTED]
 Subject: [xmail] Catch all alias
 
 
 
 I have a need for a catch all alias that will forward all mail sent to
 a domain to a single accountIs that doable with xmail?
 
 Thanks
 
 
 -
 To unsubscribe from this list: send the line unsubscribe xmail in
 the body of a message to [EMAIL PROTECTED]
 For general help: send the line help in the body of a message to
 [EMAIL PROTECTED]
 
 
-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Catch All?

2003-07-27 Thread Tracy
At 20:47 7/27/2003, Orion Productions wrote:
I have a catch-all alias on my info mailbox.
Now I want to EXCLUDE some names, so for example everything @ourdomain may 
be delivered EXCEPT [EMAIL PROTECTED]
What I do now is create a user test, and setting the mailbox size to 0.
But I would rather see the mailserver simply rejecting the mail, is there 
a better way to exclude some names from the catch-all?

Go to the test user folder and open the user.tab file. There is a setting 
there for PopEnable and ReceiveEnable. Setting ReceiveEnable to 0 
should cause the mail server to reject mail addressed to that mailbox.


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Catch All?

2003-07-26 Thread Tracy
At 23:39 7/26/2003, Rodger Cravens wrote:
I am needing a catch all account for x-mail, but do not know how to set it
up. I want this catch all account to get everything that is not slated for
another real account. I guess I must also ask, does the postmaster account
do this if setup as a mailbox and not a redirect?

As near as I can tell, you are looking for a * alias. You decide what 
mailbox you want to receive the catch all mail, then set up an alias for 
that mailbox of * - that will send all mail that is not addressed to any 
valid mailbox to the mailbox you designated.

For example, let's say that your domain is foo.bar, and that you want the 
schmoo mailbox to receive catch all mail. In this case, you would need to 
add a line to the aliases.tab file that looks like this (note that between 
all quoted strings is an actual TAB character, not just spaces):

foo.bar   * schmoo

Note that if you edit the tab file directly (rather than using an 
administration tool), you will need to stop xmail before editing it, then 
restart it afterwards, as the aliases.tab file is indexed.

Also, the postmaster account does not automatically act as a catch all 
mailbox, *unless* you assign it the * alias. 


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: catch all email ?

2002-06-06 Thread Ing. Hernan Martinez


You ca user the * alias to catch all email to non existing users
 
 Hi All,
 how to create a catch all alias name under XMail which will receive all
 mails that are sent to a non existent user ?
 
 Thanks
 R'twick
 
 
 -
 To unsubscribe from this list: send the line unsubscribe xmail in
 the body of a message to [EMAIL PROTECTED]
 For general help: send the line help in the body of a message to
 [EMAIL PROTECTED]
 


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]




[xmail] Re: catch all email ?

2002-06-06 Thread R'twick Niceorgaw


Thanks got that.
- Original Message - 
From: Ing. Hernan Martinez [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, June 06, 2002 11:18 AM
Subject: [xmail] Re: catch all email ?


 
 You ca user the * alias to catch all email to non existing users
  
  Hi All,
  how to create a catch all alias name under XMail which will receive all
  mails that are sent to a non existent user ?
  
  Thanks
  R'twick
  
  
  -
  To unsubscribe from this list: send the line unsubscribe xmail in
  the body of a message to [EMAIL PROTECTED]
  For general help: send the line help in the body of a message to
  [EMAIL PROTECTED]
  
 
 
 -
 To unsubscribe from this list: send the line unsubscribe xmail in
 the body of a message to [EMAIL PROTECTED]
 For general help: send the line help in the body of a message to
 [EMAIL PROTECTED]
 
 


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]