I am in the process of configuring POSTFIX for use of mail() function in php. I only want to send emails from localhost, and I am NOT interested in receiving emails. This is for testing only.
My POSTFIX configuration choices are:
- No configuration
- Internet Site
- Internet with smarthost
- Satellite system
- Local only
Use
Internet Sitewhen you have a static ip address with reverse dns pointing to the hostname of your server.Otherwise use
Internet with smarthostand relay using your providers smtp server…