RE: Email Accounts

2000-12-22 Thread Sanjeev Gupta

On Sun, 17 Dec 2000, Jeremy Gaddis wrote:

> Probably the easier way to do this is just to use aliases.
> ("man 5 aliases").  Add entries to /etc/aliases such as:
> 
> john  [EMAIL PROTECTED]

That should be 

john:   [EMAIL PROTECTED]

":" required


--
Sanjeev "ghane" GuptaMob: +65 98551208
dotXtra Pte Ltd  Fax: +65 2275776
Singaporeemail: [EMAIL PROTECTED]
~~


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Email Accounts

2000-12-22 Thread Jeremy Lunn

On Fri, Dec 22, 2000 at 07:10:53PM +0100, Tamas TEVESZ wrote:
> or, if youe worried about both, get exim with sql support, and put
> all your stuff in there. i think postfix has sql support, too, but i
> not absolutely positive about this as i don use postfix myself.

Yeah postfix has sql support but it's not built into the debian package.
So you have to build your own package.  Postfix also has ldap support.

-- 
Jeremy Lunn
Melbourne, Australia


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Email Accounts

2000-12-22 Thread Ryan Golbeck

On Fri, Dec 22, 2000 at 07:10:53PM +0100, Tamas TEVESZ wrote:
> On Fri, 22 Dec 2000, Horms wrote:
> 
>  > If you are worried about management rather than performance issues, then
> 
> or, if youe worried about both, get exim with sql support, and put
> all your stuff in there. i think postfix has sql support, too, but i
> not absolutely positive about this as i don use postfix myself.
>

Thanks.. I'm using exim currently, so I'll look into that.

Ryan


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Email Accounts

2000-12-22 Thread Tamas TEVESZ

On Fri, 22 Dec 2000, Horms wrote:

 > If you are worried about management rather than performance issues, then

or, if youe worried about both, get exim with sql support, and put
all your stuff in there. i think postfix has sql support, too, but i
not absolutely positive about this as i don use postfix myself.

-- 
[-]
``And there are plenty of other innovative pieces of software such as Napster
and ICQ.'' -- comment on ``Systems Software Research is Irrelevant'' at
http://freshmeat.net/news/2000/08/05/965534399.html


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Email Accounts

2000-12-22 Thread Horms

On Fri, Dec 22, 2000 at 11:50:50AM -0500, Ryan Golbeck wrote:
> > > There is an easy way to setup email accounts on a debian potato box, without
> > > setting up a full shell account?  I just want to setup a few 'forward' email
> > > accounts, so that when that account receives mail it's just forwarded to
> > > another offsite account.
> > 
> > If all you want is to create an address which forwards mail transparently,
> > add a line to /etc/aliases .
> > 
> > If something more, get back to the list.
> 
> I have started using /etc/aliases to do this and it's working nicely.
> What I'm worried about is /etc/alias getting really big because of having
> a large list of forwarding addresses.  Not this is a problem now, but in
> the future it may be.

I'm not sure what MTA you are using, but sendmail for one uses
an aliased file compiled into a hash. In this way, increasing the
size of the aliases file shouldn't greatly effect lookup times.

If you are worried about management rather than performance issues, then
you can arrange your aliases into separate files and have them
concatenated together. An aliases file for non-existent users, an
aliases file for adminastrative purpoese, an aliases file
for mailing lists etc...

Either way, problem solved.




-- 
Horms


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Email Accounts

2000-12-22 Thread Ryan Golbeck

> > There is an easy way to setup email accounts on a debian potato box, without
> > setting up a full shell account?  I just want to setup a few 'forward' email
> > accounts, so that when that account receives mail it's just forwarded to
> > another offsite account.
> 
> If all you want is to create an address which forwards mail transparently,
> add a line to /etc/aliases .
> 
> If something more, get back to the list.

I have started using /etc/aliases to do this and it's working nicely.  What I'm 
worried about is /etc/alias getting really big because of having a large list of
forwarding addresses.  Not this is a problem now, but in the future it may be.

Ryan

 PGP signature


Re: Email Accounts

2000-12-22 Thread Sanjeev Gupta




On Sun, 17 Dec 2000, Ryan Golbeck wrote:

> There is an easy way to setup email accounts on a debian potato box, without
> setting up a full shell account?  I just want to setup a few 'forward' email
> accounts, so that when that account receives mail it's just forwarded to
> another offsite account.

If all you want is to create an address which forwards mail transparently,
add a line to /etc/aliases .

If something more, get back to the list.

--
Sanjeev "ghane" GuptaMob: +65 98551208
dotXtra Pte Ltd  Fax: +65 2275776
Singaporeemail: [EMAIL PROTECTED]
~~


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




re. EMail Accounts

2000-12-17 Thread Nathan Ridge

Another option is to create a virtual user directive for exim that just
looks at a text file for aliases etc.  This is handy when you have multiple
domains being handled by the one server as you can double up on all the
popular emails e.g. sales, info, support

Regards
Nathan 


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




RE: Email Accounts

2000-12-17 Thread Jeremy Gaddis

Probably the easier way to do this is just to use aliases.
("man 5 aliases").  Add entries to /etc/aliases such as:

john[EMAIL PROTECTED]

This will forward all mail for john to [EMAIL PROTECTED]
This should be sufficient unless you plan on doing this
with large amounts of users.  This way, you can avoid
creating virtual user tables, shell accounts, ~/.forward's,
etc.

-jg

--
Jeremy L. Gaddis <[EMAIL PROTECTED]>


-Original Message-
From:   Ryan Golbeck [SMTP:[EMAIL PROTECTED]]
Sent:   Sunday, December 17, 2000 3:00 PM
To: [EMAIL PROTECTED]
Subject:    Email Accounts

Hello;

There is an easy way to setup email accounts on a debian potato box, without
setting up a full shell account?  I just want to setup a few 'forward' email
accounts, so that when that account receives mail it's just forwarded to
another offsite account.

Thanks,
Ryan


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Email Accounts

2000-12-17 Thread Ryan Golbeck

On Sun, Dec 17, 2000 at 03:01:34PM -0500, Bulent Murtezaoglu wrote:
> 
> RG> ... without setting up a full shell account?  I
> RG> just want to setup a few 'forward' email accounts, so that
> RG> when that account receives mail it's just forwarded to another
> RG> offsite account.
> 
> You don't need shell for this at all, either use aliases (if there is 
> no clash in user names) or use a virtual user table under sendmail.
> 
> BM

Is there anything like a virtual user table for exim?

Ryan


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Email Accounts

2000-12-17 Thread Bulent Murtezaoglu


RG> ... without setting up a full shell account?  I
RG> just want to setup a few 'forward' email accounts, so that
RG> when that account receives mail it's just forwarded to another
RG> offsite account.

You don't need shell for this at all, either use aliases (if there is 
no clash in user names) or use a virtual user table under sendmail.

BM  


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Email Accounts

2000-12-17 Thread Ryan Golbeck

Hello;

There is an easy way to setup email accounts on a debian potato box, without
setting up a full shell account?  I just want to setup a few 'forward' email
accounts, so that when that account receives mail it's just forwarded to
another offsite account.

Thanks,
Ryan

 PGP signature