[xmail] Re: Aliases to external domains ...

2001-12-28 Thread Bill Healy
Sönke Ruempler[SMTP:[EMAIL PROTECTED]] >Sent: Friday, December 28, 2001 10:16 AM >To:[EMAIL PROTECTED] >Subject: [xmail] Re: Aliases to external domains ... > >> So you would rather have one file that is "easy" to create with the >> aliases that has >>

[xmail] Re: Aliases to external domains ...

2001-12-28 Thread Sönke Ruempler
> So you would rather have one file that is "easy" to create with the > aliases that has > to be searched every time an e-mail message comes in to find the address > to redirect > the mail to? yes - same like aliases.tab, which is indexed :-) BUT, the point is not really the performance, its the

[xmail] Re: Aliases to external domains ...

2001-12-28 Thread Bill Healy
So you would rather have one file that is "easy" to create with the aliases that has to be searched every time an e-mail message comes in to find the address to redirect the mail to? Instead of the current method of look up the account, get the redirect, send the mail, done. Hmmm let me see, shou

[xmail] Re: Aliases to external domains ...

2001-12-28 Thread Sönke Ruempler
Just the last email of that thread ;). By getting more expierences with XMail, i found out, that the usersetmproc-way is very complicated, because i have ca. 1000 Mail-Adresses, which are only an alias to external mail adresses. And so I have to create an real user account for each of that 1000

[xmail] Re: Aliases to external domains ...

2001-12-20 Thread Sönke Ruempler
> After having reviewed the code i decided to not implement this feature > because 1) aliases are meant as "other names for local accounts" 2) the > same feature can be achieved by a "useradd" + "usersetmproc" with a > redirect line. Yupp - i understand how to add external aliases in that way. Bu

[xmail] Re: Aliases to external domains ...

2001-12-18 Thread Dick van der Kaaden
t: Tuesday, December 18, 2001 8:32 PM Subject: [xmail] Re: Aliases to external domains ... > > One reaason could be because you can do it without adding extra code. > > Other users are doing it and, as far as i can see, they can survive. > > But, i'll look into it, as i said. &

[xmail] Re: Aliases to external domains ...

2001-12-18 Thread Sönke Ruempler
> One reaason could be because you can do it without adding extra code. > Other users are doing it and, as far as i can see, they can survive. > But, i'll look into it, as i said. that would be great - then xmail would be a 100% solution for me and my company. now i can sleep a bit better - good

[xmail] Re: Aliases to external domains ...

2001-12-18 Thread Sönke Ruempler
> Well, if sendmail does it ... i'll look into before 1.3 > No insurance about the fact it'll be implemented though hey - why dont you give me a clear reason about it ? - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general he

[xmail] Re: Aliases to external domains ...

2001-12-18 Thread Sönke Ruempler
> i dont understand why you have the custdomains if we could write the mail > > forwardings to the aliases.tab, too? sorry, but i don see any logic in there > > (maybe i am stupid or you guys dont unterstand me :-)) ) > > The custdomains is "a bit" more sophisticated than simple forwarding ( > see

[xmail] Re: Aliases to external domains ...

2001-12-18 Thread Sönke Ruempler
> # cat custdomains/blah.com.tab > "redirect" "[EMAIL PROTECTED]" > > Is it too difficult ? > Ehm - not difficult. a) blah.com is handled locally - so i want to add internal and external aliases. example: domain: blah.com real user: [EMAIL PROTECTED] one alias: [EMAIL PROTECTED] -> [EMAIL PRO

[xmail] Re: Aliases to external domains ...

2001-12-18 Thread Sönke Ruempler
> guess I'm missing something here... how is adding a *single* line to the > mailproc file complicated? a) i have two destinations of aliases, aliases.tab and mailproc.tab and combining internal and external aliases in one file would be more elegant imho. and if i use ctrl, aliaslist domain.com

[xmail] Re: Aliases to external domains ...

2001-12-18 Thread Dave Palmer
> > Don't you see that is too complicated ? See the mail before, there i > descibed the problem and a kind of soultion. Exim/sendmail need a single > line in there aliases file - and i cant see any security risc - so why > should it not be possible to user the aliasadd command? guess I'm missing

[xmail] Re: Aliases to external domains ...

2001-12-18 Thread Sönke Ruempler
> If you want to redirect single e-mail address, there is number of ways. > First is to define user as mailing list and the destination address as > the only list member. Or you can use > \domains\blah.com\soenke\mailproc.tab. Don't you see that is too complicated ? See the mail before, there i d

[xmail] Re: Aliases to external domains ...

2001-12-18 Thread Michal Altair Valasek
| "blah.com""soenke""[EMAIL PROTECTED]" | | where "blah.com" is local domain and "t-online.de" not If you want to redirect single e-mail address, there is number of ways. First is to define user as mailing list and the destination address as the only list member. Or you can use \domains\

[xmail] Re: Aliases to external domains ...

2001-12-18 Thread Sönke Ruempler
> This sounds like you're talking about relaying? If you want to relay mail > for a few specific domains only you should probably use custdomains.tab. If > you want to relay for a number of local users mail to any domain you should > look at smtprelay.tab to specify for what hosts you will forward

[xmail] Re: Aliases to external domains ...

2001-12-18 Thread Sönke Ruempler
> You can simply store a redirect in a mailproc.tab file in the user > directory. > > > "redirect" "[EMAIL PROTECTED]" ok, but it would be easier to use and manage, if we could simply add an alias like "blah.com""soenke""[EMAIL PROTECTED]" where "blah.com" is local domain and "t-

[xmail] Re: Aliases to external domains ...

2001-12-18 Thread Andreas Hansson-2
> exim and sendmail just forward them because t-online.de is not handled > locally. > i think that is a standard function for a full featured mail server (?!). This sounds like you're talking about relaying? If you want to relay mail for a few specific domains only you should probably use custdom

[xmail] Re: Aliases to external domains ...

2001-12-18 Thread Dick van der Kaaden
Hi, You can simply store a redirect in a mailproc.tab file in the user directory. "redirect" "[EMAIL PROTECTED]" Dick - Original Message - From: "Sönke Ruempler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 18, 20

[xmail] Re: Aliases to external domains ...

2001-12-18 Thread Sönke Ruempler
> | i didn't find a solution to add an alias which would send the > | email to an external domain (simple forwarding of mail). > > You may use custom domains (custdomains.tab) and forward mail for some > domain to specified SMTP server, e-mail address and lots more. exim and sendmail just forward

[xmail] Re: Aliases to external domains ...

2001-12-18 Thread Michal Altair Valasek
| i didn't find a solution to add an alias which would send the | email to an external domain (simple forwarding of mail). You may use custom domains (custdomains.tab) and forward mail for some domain to specified SMTP server, e-mail address and lots more. -- Michal 'Altair' Valasek Altair S