| Next: Brother MFC 9600 - Get scanner to work? |
| Author |
Message |
vito External

Since: May 05, 2006 Posts: 2
|
Posted: Fri May 05, 2006 11:45 am Post subject: mail server at linux Archived from groups: comp>os>linux>misc (more info?) |
|
|
|
| from a php user manual i find it uses "mail" in linux, i tried to use that
and find emails sent to the same domain with the linux machine can be done
successfully while the others will say domain not found.
do i need to configure or apply for something in order to get it sent to all
valid email addresses?
|
|
|
| Back to top |
|
 |
geek_stardust External

Since: Mar 24, 2006 Posts: 12
|
Posted: Fri May 05, 2006 11:45 am Post subject: Re: mail server at linux [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
|
| I guess you need a mail server to send the mails to an other domain...
When you send the mail to the same domain there wont be a problem
because there is a local delivery, but if you want to send the email
"outside", that is different.
|
|
|
| Back to top |
|
 |
John-Paul Stewart External

Since: Mar 29, 2005 Posts: 1520
|
Posted: Fri May 05, 2006 11:45 am Post subject: Re: mail server at linux [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
vito wrote:
> from a php user manual i find it uses "mail" in linux, i tried to use that
> and find emails sent to the same domain with the linux machine can be done
> successfully while the others will say domain not found.
>
> do i need to configure or apply for something in order to get it sent to all
> valid email addresses?
You'll need to configure an MTA on the Linux box that's running the PHP
script. Sendmail, Exim, Qmail, and Postfix are all examples of popular
MTAs. Whichever distribution you're using will provide packages for one
or more them. Install and configure whichever one you find easiest. |
|
| Back to top |
|
 |
vito External

Since: May 06, 2006 Posts: 4
|
Posted: Sat May 06, 2006 6:34 pm Post subject: Re: mail server at linux [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
> You'll need to configure an MTA on the Linux box that's running the PHP
> script. Sendmail, Exim, Qmail, and Postfix are all examples of popular
> MTAs. Whichever distribution you're using will provide packages for one
> or more them. Install and configure whichever one you find easiest.
i'm using fedora core 5 and a newbie in linux. is that i just need to tell
the linux about the DNS or a mailserver name in a GUI? |
|
| Back to top |
|
 |
|