![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | 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 |
| Query a DB from another DB in ksh | tekster757 | UNIX for Dummies Questions & Answers | 1 | 09-16-2007 10:12 AM |
| & in SQL query | Lindarella | Shell Programming and Scripting | 3 | 10-09-2006 01:43 PM |
| sed query.. | mgirinath | Shell Programming and Scripting | 2 | 01-06-2006 10:30 AM |
| query | varadakumar | UNIX for Advanced & Expert Users | 1 | 04-11-2002 09:09 AM |
| FTP query | csong2 | UNIX for Advanced & Expert Users | 1 | 11-29-2001 12:50 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
sendmail query
Hi,
My requirement: sending mails through php script My setup: I have local domain = station5.xyz.abc.com and my local user id's are = jagdish@xyz.abc.com, nilesh@xyz.abc.com....etc Now I want to send mails from these id to any gmail.com or yahoo.com email id's. So please anybody tell me how I can do the required setup for this?.. I am waiting for your help..... Regards JAGDISH |
| Forum Sponsor | ||
|
|
|
||||
|
The required setup will be domain with correct PTR record, not just local domain, i.e. your local mails to be forwarded to some other SMTP. I have tested these local domain stuff 1 year ago, even though the local BSD had all the records set correctly, I've been going out on DMZ from our ISP, so the mails were there, in Gmail, but in the spam folder. As for sending mails from PHP, take a look at their website
|
|
|||
|
Hi,
Thanks for the reply....... Can you explain me briefly...please. Please tell me what exactly PTR record must be needed/added to work correctly. On the sendmail and internet server : my lan ip = 192.168.1.10 external ip = 202.144.1.37 my registered domain = xyz.com(say) my internal domain = abc.xyz.com Regards JAGDISH |