Home Email server

This is a discussion on Home Email server within the Linux Networking forums, part of the Linux Forums category; Thinking of running email server on my home network . Anything I should know before I do this ?...


Go Back   Usenet Forums > Linux Forums > Linux Networking

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-15-2004
Drew Cutter
 
Posts: n/a
Default Home Email server

Thinking of running email server on my home network . Anything I should
know before I do this ?

Reply With Quote
  #2 (permalink)  
Old 02-15-2004
Nick E.
 
Posts: n/a
Default Re: Home Email server

Drew Cutter wrote:

> Thinking of running email server on my home network . Anything I should
> know before I do this ?


Maybe how to set one up?

:-)

but seriously folks...

try this:
http://www.jennings.homelinux.net/ma...er_config.html
(I've found a few errors in this, but overall a good primer.)
http://www.postfix.org
http://www.procmail.org
http://www.inter7.com/courierimap.html
http://www.catb.org/~esr/fetchmail/
http://eu.spamassassin.org/index.html

the list is virtually endless.

good luck!

-john


--
Really, I'm not out to destroy Microsoft. That will just be a completely
unintentional side effect.
--Linus Torvalds
Reply With Quote
  #3 (permalink)  
Old 02-15-2004
Jeff Breitner
 
Posts: n/a
Default Re: Home Email server

Drew Cutter wrote:
> Thinking of running email server on my home network . Anything I should
> know before I do this ?
>




Best bet is to configure your mail server as an SMTP smarthost to relay
outbound mail through your ISP. This is because many mail destinations
know about DHCP IP addresses from various blacklists, and even though
you're not a spammer, your IP address could make you look like one and
your mail denied.. And hopefully your ISP won't block POP/IMAP
connections from the outside world so you can check mail remotely.

Good luck.
Reply With Quote
  #4 (permalink)  
Old 02-15-2004
Drew Cutter
 
Posts: n/a
Default Re: Home Email server

> Maybe how to set one up?
>
>
>
> but seriously folks...
>
> try this:
> http://www.jennings.homelinux.net/ma...er_config.html
> (I've found a few errors in this, but overall a good primer.)
> http://www.postfix.org
> http://www.procmail.org
> http://www.inter7.com/courierimap.html
> http://www.catb.org/~esr/fetchmail/
> http://eu.spamassassin.org/index.html
>
> the list is virtually endless.


Nick :
My ISP is using Procmail . I want to be able to use
http://atmail.com/index.ehtml?p=pgp&b=9 from my home email server /
apache web server.

Reply With Quote
  #5 (permalink)  
Old 02-15-2004
Drew Cutter
 
Posts: n/a
Default Re: Home Email server

Thanks for pointing me to Fetchmail .

Reply With Quote
  #6 (permalink)  
Old 02-15-2004
Nick E.
 
Posts: n/a
Default Re: Home Email server

Drew Cutter wrote:
> Nick :
> My ISP is using Procmail . I want to be able to use
> http://atmail.com/index.ehtml?p=pgp&b=9 from my home email server /
> apache web server.


so you just want to get the mail then read it locally using IMAP?

then, I guess just fetchmail, postfix and courier-IMAP.

note that fetchmail needs something listening on port25 (postfix, sendmail,
etc) to pass the mail along to.

Oh..1 more thing...SquirrelMail to actually read your email from the
webbrowser.

--john

--
Really, I'm not out to destroy Microsoft. That will just be a completely
unintentional side effect.
--Linus Torvalds
Reply With Quote
  #7 (permalink)  
Old 02-15-2004
James Knott
 
Posts: n/a
Default Re: Home Email server

Drew Cutter wrote:

> Thinking of running email server on my home network . Anything I should
> know before I do this ?
>


I've set up an imap server, so that all my various computers and mail
clients can get the same messages etc. Works fine. I didn't bother with
an smtp server, as all the clients are configured to use my ISPs server. I
even have a specific route on my notebook, so that when I connect to my
home network via vpn, the mail clients can still get to the ISP's smtp
server.

--

Fundamentalism is fundamentally wrong.

To reply to this message, replace everything to the left of "@" with
james.knott.
Reply With Quote
  #8 (permalink)  
Old 02-15-2004
James Knott
 
Posts: n/a
Default Re: Home Email server

Jeff Breitner wrote:

> Drew Cutter wrote:
>> Thinking of running email server on my home network . Anything I should
>> know before I do this ?
>>

>
>
>
> Best bet is to configure your mail server as an SMTP smarthost to relay
> outbound mail through your ISP. This is because many mail destinations
> know about DHCP IP addresses from various blacklists, and even though
> you're not a spammer, your IP address could make you look like one and
> your mail denied.. And hopefully your ISP won't block POP/IMAP
> connections from the outside world so you can check mail remotely.


I have all my mail clients configured to use my ISP's smtp server. Works
fine. If I'm away from home with my notebook computer, I can either dial
into my home network or connect with a vpn. If all else fails, I can still
send mail using my ISP's webmail site.

--

Fundamentalism is fundamentally wrong.

To reply to this message, replace everything to the left of "@" with
james.knott.
Reply With Quote
  #9 (permalink)  
Old 02-15-2004
Drew Cutter
 
Posts: n/a
Default Re: Home Email server

> I've set up an imap server, so that all my various computers and mail
> clients can get the same messages etc. Works fine. I didn't bother with
> an smtp server, as all the clients are configured to use my ISPs server. I
> even have a specific route on my notebook, so that when I connect to my
> home network via vpn, the mail clients can still get to the ISP's smtp
> server.


My big thing is encrypted email that anyone can retrieve (non-geek)
friend , clients , etc with only a password and web browser . Can be
done from any where , future wireless to retrieve email. I already can
do web base email from my ISP . But its not encrypted .
The thing that get me is that @mail requires your database to be in
raid . I guess I need a extra mysql server . I'm already plan on using
mysql for logs (firewall , snort) , antivirus , spam ,
instant message (?) . I was hoping for one large Mysql server to do
everything since its a home network. Mysql - 1 gb ram , 3 200 gb hard
drive , 3.0 ghz amd processor . Any thing wrong with this ?

Reply With Quote
  #10 (permalink)  
Old 02-15-2004
Alan Connor
 
Posts: n/a
Default Re: Home Email server

On Sun, 15 Feb 2004 17:49:41 GMT, James Knott <bit_bucket@rogers.com> wrote:
>
>
> Jeff Breitner wrote:
>
>> Drew Cutter wrote:
>>> Thinking of running email server on my home network . Anything I should
>>> know before I do this ?
>>>

>>
>>
>>
>> Best bet is to configure your mail server as an SMTP smarthost to relay
>> outbound mail through your ISP. This is because many mail destinations
>> know about DHCP IP addresses from various blacklists, and even though
>> you're not a spammer, your IP address could make you look like one and
>> your mail denied.. And hopefully your ISP won't block POP/IMAP
>> connections from the outside world so you can check mail remotely.

>
> I have all my mail clients configured to use my ISP's smtp server. Works
> fine. If I'm away from home with my notebook computer, I can either dial
> into my home network or connect with a vpn. If all else fails, I can still
> send mail using my ISP's webmail site.


You can also telnet into your POP/IMAP server from any Windoze box
anywhere.

>
> --
>
> Fundamentalism is fundamentally wrong.
>


Economic fundamentalism is just as wrong as any other sort of fundamentalism.

(a fact that Americans, for obvious reasons, choose to ignore)



AC

--
ed(1) Check out the original tutorials by Brian W.
Kernighan at the Ed Home Page http://tinyurl.com/2aa6g
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 11:11 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0