|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
how does email work on linux
hello..i wanted to know the path an email message takes when it hits a linux box....does it goto port 25 (smtp), 143 (imap)??????basically i am creating a email filter and was wondering where should i put it so that i can capture all emails..
thanks...
__________________
Web Development Studio | XML/ XSL/ PHP/ Flash/ Mysql | Digital Metamorphoses | http://www.dimensionstudio.biz |
|
#2
|
|||
|
|||
|
like on any other os too. email is an os-independent standard.
you can setup your own mailserver and get a domain with mx capabilities, then your mail goes to incoming port 25 (smtp). usually you use a standard email client (netscape, pine, ...), these fetch the mail from the mail-serverīs (destination) port 110 (pop3) or 143 (imap4) or you use fetchmail to do local delivery. fetchmail works the same way.
__________________
-- Manuel Hirsch - Linux, FreeBSD, programming, administration articles, tutorials and more. |
|
#3
|
|||
|
|||
|
thanks for your reply. So, in any case, all incommign mail comes thru port 25.....is that right?
|
|
#4
|
|||
|
|||
|
no. not in any case. only if you are running your own mailserver and have a "mx" nameserver entry that points to your ip.
|
![]() |
| Viewing: Dev Shed Forums > Operating Systems > Linux Help > how does email work on linux |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|