| View previous topic :: View next topic |
| Author |
Message |
montanarry
Joined: 13 May 2006 Posts: 175
|
| Roombor: i'm using postfix on my servers. |
| |
|
|
|
|
PaulKolin
Joined: 25 May 2006 Posts: 108
|
You can run it on the same server without problems (ssmtp)
This setup actually expects the ssmtp server to be on the same machine, as it's directly calling the binary |
| |
|
|
montanarry
Joined: 13 May 2006 Posts: 175
|
| Roombor, if your provider lets you send mails without authentication to its smtp-servers, yes. |
| |
|
|
PaulKolin
Joined: 25 May 2006 Posts: 108
|
montanarry, ehmm with ssmtp you are your own smtp-server...
Ssmtp is full smtp server
Just with very little functionality besides sending mail out |
| |
|
|
montanarry
Joined: 13 May 2006 Posts: 175
|
| PaulKolin, but no way to deliver mail to any mailbox. |
| |
|
|
PaulKolin
Joined: 25 May 2006 Posts: 108
|
No, it's only there to send mail, which is what an smtp server should only do
Delivering mail is the job of a MDA |
| |
|
|
PaulKolin
Joined: 25 May 2006 Posts: 108
|
Have a local smtp-installation.
Which either means you need ssmtp and a smtp-server or a smtp-server on the php-running box.
In both cases you should have a "sendmail" command which is working. if you don't have, php can't send email (afaik)
but you may try to get some processing time |
| |
|
|
ovigo22
Joined: 15 May 2006 Posts: 130
|
| :), I installed ssmtp, I kind of thumbled through the config of it, I was concerned with mailhub= var in the config. Am I right in thinking that you only need ssmpt and nothing else to send emails from php? |
| |
|
|
PaulKolin
Joined: 25 May 2006 Posts: 108
|
| As long as you have a smtp-server running accepting mails from the php-running box (the one you installed ssmtp on) without further authentication and stuff - yes. |
| |
|
|
ovigo22
Joined: 15 May 2006 Posts: 130
|
| K, thx |
| |
|
|
|