This is a discussion on Confusion Pl. Clear it for me within the Linux software forums, part of the Linux Getting Started category; 1.) I have a query about Sendmail that why we need DNS for Sendmail, whereas it can also run with ...
|
|||||||
| Register | FAQ | Members List | Calendar | Forgotten your password? | Mark Forums Read |
|
|||
|
1.)
I have a query about Sendmail that why we need DNS for Sendmail, whereas it can also run with default configuration with No DNS 2.) Is sendmail can be configured as Mail Router as well as Mail Server for Local Users. If Yes. Pl. give me logic behind it, that how it will deferentiate between internet mail account (Global account and Local Users mail account.3.) Can we see the log report of Internet Uses Using Squid Proxy. |
| Sponsored Links | ||
|
|
|
||||
|
Quote:
Code:
host -t mx cyberciti.biz Code:
host -t mx nixcraft.com So when someone sends an email to me@nixcraft.com or me@cyberciti.biz it is handled by ASPMX.L.GOOGLE.com. or mail.cyberciti.biz mail server respectively. DNS is used to provide this information. Quote:
and Local Users mail account.If you local UNIX/Linux username it will be send to local mail account for example Code:
mail -s "test" vivek < /dev/null Code:
mail -s "test" vivek@nixcraft.in < /dev/null Quote:
Yes use /var/log/squid/access.log and /var/log/squid/cache.log files. Code:
tail -f /var/log/squid/access.log tail -f /var/log/squid/cache.log |
|
|||
|
I want the working funda behind sendmail
1) On what basis it will differentiates local mail accounts with Internet mail account i have a network in which linux box acting as Mail server for local users, now i want to set up this box also to Mail Router from Internet. Clients are using MS Outlook for mail sending and retrival. pl. give the experimental things Thanks |
![]() |
| Bookmarks |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MySQL clear history file ~/.mysql_history | raj | Databases servers | 1 | 04-16-2008 10:55 AM |