![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to configure server to send email in AIX | chongkls77 | AIX | 4 | 05-07-2008 12:25 AM |
| How to know whether I am able to send email from unix server or not? | siba.s.nayak | UNIX for Advanced & Expert Users | 0 | 09-12-2007 12:11 AM |
| how to send mail from server to client's email-id | parmeet | UNIX for Dummies Questions & Answers | 8 | 01-19-2007 01:43 AM |
| Send email where # is in the email address - Using Unix | jingi1234 | UNIX for Dummies Questions & Answers | 1 | 05-23-2005 08:23 AM |
| Unable to send eMail from a UNIX-Host ( using mailx ) to a Outlook-email-addres(Win) | Vetrivela | UNIX for Advanced & Expert Users | 2 | 02-15-2005 06:43 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
I am trying to send an email to another server but i don't seem to be able to do it.
I can receive mail form other servers but not send out. I am using IBM AIX 4.x Any knows whcih configuration file i need to set ? or any network port to look out for ?
__________________
the owls |
| Forum Sponsor | ||
|
|
|
|||
|
Hi,
Do you know which smtp server you are using to send email, sendmail,postfix,qmail etc? running "netstat -l -n -p | grep :25" as root should show if an smtp server is listening on port 25 of your machine. If sendmail is installed, it's sendmail.cf config file will most probably be in /etc/or /etc/mail. Alternatively you may need to use an smtp server on another machine, i.e. your internet service provider's. Andy H |
|||
| Google The UNIX and Linux Forums |