The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM


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 !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Sendmail 8.11.7P1 Problem dmguild SUN Solaris 0 08-28-2007 06:38 PM
sendmail problem with HP-UX aribault HP-UX 2 05-31-2007 06:16 AM
Sendmail problem hshapiro UNIX for Dummies Questions & Answers 3 05-22-2007 08:46 AM
sendmail problem rpadilla UNIX for Dummies Questions & Answers 0 07-28-2005 09:44 AM
Sendmail problem Optimus_P UNIX for Advanced & Expert Users 2 09-25-2001 11:59 AM

Closed Thread
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-09-2002
Registered User
 

Join Date: Jul 2002
Posts: 2
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
problem with sendmail, help please!

I run UNIX and PHP

I use a forum (ibf)
and the mail() function from PHP only allows emails to be sent to an email account that is on my server, so IT doesn't send any emails for example to eden@hotmail.com

How can I fix this?
I have to edit php.ini???'

Please help me
Thanks.
Forum Sponsor
  #2 (permalink)  
Old 07-09-2002
RTM's Avatar
RTM RTM is offline
Hog Hunter
 
Join Date: Apr 2002
Location: On my motorcycle
Posts: 3,039
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
It matters what mail you are running, but you could under sendmail add an alias to send the mail to your hotmail account.

If you are running sendmail, look for /etc/aliases and vi the file.
Add something like

mylocaluser: myaccount@hotmail.com

This should then allow the email to be forwarded (without the need of setting up the local user and using the .forward file).

To send to more then one account -

mylocaluser: myaccount@hotmail.com,myotheraccount@yahoo.com
  #3 (permalink)  
Old 07-09-2002
Registered User
 

Join Date: Jul 2002
Posts: 2
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
Ok yes, but the problem, is that the forum uses the "sendmail" via mail() function, so **it need to be able to send emails to everyone**

example:
like if someone has suscribed to a topic, it send an email when there's a reply.

So that wouldn't fix the problem...
  #4 (permalink)  
Old 07-09-2002
RTM's Avatar
RTM RTM is offline
Hog Hunter
 
Join Date: Apr 2002
Location: On my motorcycle
Posts: 3,039
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
Don't have an answer - but search php.net with email and/or forum and you might get something to help.

If not, post back and maybe someone with more PHP experience can assist.
Google UNIX.COM
Closed Thread

Thread Tools
Display Modes




All times are GMT -7. The time now is 04:56 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger Visit The Global Fact Book

Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101