02.01.2006 | 02:50
Digni si sam svoj smtp server.
Dolje su ti upute. Stvar radi.
Activating Postfix on OS X 10.4 (Tiger)
I haven't tested the below instructions - they were sent to me by various people (thanks). They sounds sensible, please use with care.
You must be logged in as a user that is allowed to administer the system (see System Preferences).
Download the file Postfix. It should be automatically extracted to your desktop into a folder named Postfix.
Start the Terminal (in /Applications/Utilities/Terminal.App) and type in the following commands:
sudo postfix start
You should not get an error message. Now do the following steps to make sure Postfix is started when you boot up your system. Note that the first step may produce an error message (directory already exists.)
cd /System/Library
sudo mkdir StartupItems
cd StartupItems
sudo mv ~/Desktop/Postfix .
sudo chown -R 0:0 Postfix
sudo chmod +rx Postfix/Postfix
sudo pico /etc/hostconfig
Find the line MAILSERVER=... and change it to MAILSERVER=-YES-. If there is no such line, then add one at the end.
Set your mail client (Entourage, Mail, Eudora...) to use 127.0.0.1 (localhost) as SMTP (mail) server to send email.
Postfix more or less runs out of the box. You may want to configure a static name for your host. This can be done by editing the main.cf file:
sudo pico /etc/postfix/main.cf