On 3/4/2009 9:56 AM, Scent-Sations Support wrote:
Robert A. Ober wrote:
On 3/4/2009 9:48 AM, Charles Marcus wrote:
No, postfix -n does not return anything except a posfix generated
error. It does not like the -n .
Charles means 'postconf -n'.
This gives us a better picture of what Postfix is using and avoids fat
finger mistakes.
Brian
But of course!
Here it is;
alias_database = hash:/etc/postfix/aliases
alias_maps = hash:/etc/postfix/aliases
canonical_maps = hash:/etc/postfix/canonical
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/lib/postfix
data_directory = /var/lib/postfix
html_directory = /usr/share/doc/postfix/html
local_recipient_maps = proxy:unix:passwd.byname $alias_maps
mail_owner = postfix
mail_spool_directory = /home/spool/mail
mailbox_size_limit = 1000000000
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
maps_rbl_domains = blackholes.mail-abuse.org
mydestination = $myhostname, localhost.$mydomain, $mydomain,
bradleyconsult.com, eoberjr.com
mydomain = robob.com
mynetworks = 76.224.200.64/29
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix/README_FILES
relay_domains = $mydestination /etc/postfix/relay_domains
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtpd_banner = $myhostname ESMTP $mail_name ($mail_version) (Mandriva Linux)
smtpd_client_restrictions = permit_mynetworks,
permit_sasl_authenticated, check_client_access
hash:/etc/postfix/pop-before-smtp
smtpd_recipient_restrictions = permit_mynetworks,
permit_sasl_authenticated, reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = robob.com
smtpd_sasl_security_options = noanonymous
smtpd_sender_restrictions = permit_mynetworks, permit_sasl_authenticated
unknown_local_recipient_reject_code = 450
Robert;-)
PS:Turned off the sasl_auth_type = dovecot as it kept my IMAP from
sending as well.