![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| 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
|
|||
|
|||
|
Not able to get mail from sun server
Dear All
I am using mailx -s commnad in one of my unix script. But i am not able to get that mail on mail id that i had mention in commnad. Kindly suggest me possible check where i can check for problem. Thanks Jaydeep |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
You could check sendmail with the following:
/usr/lib/sendmail -bt -d0.1 < /dev/null Check that DNS is working (sendmail uses DNS normally) Check if you are logging mail commands (look at your /etc/syslog.conf file to see where they may be going). Check the file to see what errors you are getting (/var/adm/messages or possibly /var/*/sendmail). Post any error you may get by testing mailx command from command line. |
|
#3
|
|||
|
|||
|
Not able to get mail from sun server
there is no message in var/adm.
Aslo there is not any error while execution mailx -s command. Pleaese suggest..... |
|
#4
|
||||
|
||||
|
1. Post output of following when run on your server
cat /etc/syslog.conf /usr/lib/sendmail -bt -d0.1 < /dev/null /usr/lib/sendmail -v neverfindit@hotmail.com test from jaydeep Ctrl-D |
||||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|