|
General software and network General OS-independent software and network questions, X11, MTA, routing, etc. |
|
Thread Tools | Display Modes |
|
|||
Need Help Configuring Postfix
Greetings:
I am new to Postfix and need to configure Postfix to simply direct mail out from my box to my ISP mail server. It actually can direct incoming mail to my user, but this is not necessary as the box is not really a mail server. The purpose is to allow my PHP scripts to mail out (specifically Wordpress). Thanks in advance for any help. Mike |
|
|||
have you read through the postfix configuration files and man pages?
The config files are very intuitive ! man page Config files: /usr/local/etc/postfix/main.cf, Postfix configuration parameters /usr/local/etc/postfix/master.cf, Postfix daemon processes
__________________
"No, that's wrong, Cartman. But don't worry, there are no stupid answers, just stupid people." -- Mr. Garrison Forum Netiquette |
|
|||
@corey
Thanks for the reply. I have been trying to do it via O' Reilly's definite guide and because I do better with examples of the file entrys. thought I would seek the help. |
|
|||
master.cf
Code:
127.0.0.1:smtp inet n - n - - smtpd main.cf look at the following
run 'postfix reload' or restart postfix once these changes have been made
__________________
"No, that's wrong, Cartman. But don't worry, there are no stupid answers, just stupid people." -- Mr. Garrison Forum Netiquette |
|
||||
There are tons of sample configuration files in Postfix's FAQ.
Check out: http://www.postfix.org/faq.html#null_client
__________________
"Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." |
|
||||
Two suggestions for a starting guide. Dated, but still helpful, Dan Langielle's FreeBSDdiary page http://www.freebsddiary.org/postfix.php
Other good one, Ned Slider's article on the CentOS wiki http://wiki.centos.org/HowTos/postfix Very brief, but to the point explanation of typical main.cf changes. Those won't be Linux/BSD specific, they're just postfix specific. (Much of the rest of it is about installation on CentOS, and configuring Dovecot.) |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
It's necesary to use firmware configuring rum or zyd? | ximo | FreeBSD General | 7 | 8th July 2009 10:05 AM |
Configuring authpf freebsd | kasse | FreeBSD General | 0 | 7th February 2009 12:32 PM |
Help configuring pine | cssgalactic | FreeBSD General | 4 | 29th June 2008 11:50 PM |
Configuring a wireless access point | Serge | FreeBSD General | 6 | 6th June 2008 04:07 PM |
Configuring VLANs under FreeBSD | Popof | FreeBSD General | 5 | 13th May 2008 04:08 PM |