![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Axigen, A Fresh Approach for Mail Server Admins - Server Watch | iBot | UNIX and Linux RSS News | 0 | 07-12-2007 02:20 PM |
| mail server | vetrivel | UNIX for Dummies Questions & Answers | 1 | 04-22-2006 07:18 AM |
| Mail Server | ravneet | UNIX for Dummies Questions & Answers | 4 | 07-07-2004 05:10 AM |
| can not send mail from unix server to company/yahoo mail | b5fnpct | UNIX for Dummies Questions & Answers | 5 | 11-22-2002 06:24 PM |
| Help on mail server | irwan | UNIX for Dummies Questions & Answers | 1 | 07-11-2001 06:14 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Mail server assiging
Hi Guys,
i want to know that how we could assign the mail server for our own machine? suppose we have one linux machine that's our mail server so i want to configure for our own machine to refer it for any sending/receiving mails? i think that we should insert mail server specifications in "sendmail.cf " , but i don't know the exact format of it. and also should we do any tasks besides that? Rgrds, Nikk |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
You can configure your server to use the linux mail server to send email, but for the linux mail server to know to push received email to your system requires changes on it (normally in the aliases file -
certainuser: certainuser@ourserver.ourdomain.com As far as sending mail from your server to the linux server, you can put it's name@domain.com into sendmail.cf. Look for the following lines (your lines may be a little different) # who I send unqualified names to (null means deliver locally) DRexchange.ourdomain.com # who gets all local email traffic ($R has precedence for unqualified names) DH # class E: names that should be exposed as from this host, even if we masquerade # class L: names that should be delivered locally, even if we have a relay # class M: domains that should be converted to $M # class N: domains that should not be converted to $M CL unixtst C{E}root CMprivate.ourdomain.com # who I masquerade as (null for no masquerading) (see also $=M) DMourdomain.com See the Sendmail masquerade info and Sendmail FAQ for more answers. |
||||
| Google The UNIX and Linux Forums |