Hello All,
I have a quick problem.
I have installed postfix on my FC6 server and I have configured it like below:
Code:
# Optional: send mail as user@domainname instead of user@hostname.
#myorigin = $mydomain
# Optional: specify NAT/proxy external address.
#proxy_interfaces = 1.2.3.4
# Don't relay mail from other hosts.
mynetworks_style = host
relay_domains =localhost.localdomain
All I need to do is send out an email using the command line.
I use the command mail
Code:
mail -s "WARNING: Shutting down" joe@joe.com
I checked the spooler error log's and nothing is even in there at all. They are completely blank.
Any and all help would be much appreciated!
Thanks,
coolbeansdude51