Networking Forums

Networking Forums > Computer Networking > Linux Networking > Home Email server

Reply
Thread Tools Display Modes

Home Email server

 
 
Drew Cutter
Guest
Posts: n/a

 
      02-15-2004, 11:53 AM
Thinking of running email server on my home network . Anything I should
know before I do this ?

 
Reply With Quote
 
 
 
 
Nick E.
Guest
Posts: n/a

 
      02-15-2004, 01:57 PM
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
 
Jeff Breitner
Guest
Posts: n/a

 
      02-15-2004, 02:44 PM
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
 
Drew Cutter
Guest
Posts: n/a

 
      02-15-2004, 03:37 PM
> 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
 
Drew Cutter
Guest
Posts: n/a

 
      02-15-2004, 03:40 PM
Thanks for pointing me to Fetchmail .

 
Reply With Quote
 
Nick E.
Guest
Posts: n/a

 
      02-15-2004, 03:51 PM
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
 
James Knott
Guest
Posts: n/a

 
      02-15-2004, 04:47 PM
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
 
James Knott
Guest
Posts: n/a

 
      02-15-2004, 04:49 PM
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
 
Drew Cutter
Guest
Posts: n/a

 
      02-15-2004, 06:12 PM
> 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
 
Alan Connor
Guest
Posts: n/a

 
      02-15-2004, 06:45 PM
On Sun, 15 Feb 2004 17:49:41 GMT, James Knott <(E-Mail Removed)> 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
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 On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
email extractor , site , solutions , email based marketing , email marketing solution , email extractor , newsletter software , mass email , e-mail marketing , email marketing solutions , bulk email software , web advertising , email marketing , mark Nuclear Incorporation. www.nuclear-inc.com Broadband 0 04-05-2007 08:38 PM
email extractor , site , solutions , email based marketing , email marketing solution , email extractor , newsletter software , mass email , e-mail marketing , email marketing solutions , bulk email software , web advertising , email marketing , mark Nuclear Incorporation. www.nuclear-inc.com Home Networking 0 04-05-2007 08:31 PM
home server - router, firewall, webserver, email? Bill Linux Networking 8 12-06-2006 06:58 PM
Setting up email and personal Folders on a home network Jim Hunt Home Networking 8 12-30-2004 04:15 PM
How to deal with email on a home network anthony james Home Networking 7 12-22-2003 01:51 AM



1 2 3 4 5 6 7 8 9 10 11