I have a Fedora 6 server with ISPConfig running on it. Postfix is my SMTP Server...I need to let users relay mail through Postfix from networks external to the server so they can use Outlook instead of the webmail. What needs to be changed in the Postfix config file to allow relay? Below is my main.cf file with all commented lines removed...
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/libexec/postfix
mail_owner = postfix
inet_interfaces = all
unknown_local_recipient_re
ject_code = 550
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
debug_peer_level = 2
debugger_command =
PATH=/bin:/usr/bin:/usr/lo
cal/bin:/u
sr/X11R6/b
in
xxgdb $daemon_directory/$process
_name $process_id & sleep 5
sendmail_path = /usr/sbin/sendmail.postfix
newaliases_path = /usr/bin/newaliases.postfi
x
http://www.google.com/ mailq_path = /usr/bin/mailq.postfix
setgid_group = postdrop
html_directory = no
manpage_directory = /usr/share/man
sample_directory = /usr/share/doc/postfix-2.3
.3/samples
readme_directory = /usr/share/doc/postfix-2.3
.3/README_
FILES
smtpd_sasl_local_domain =
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_option
s = noanonymous
broken_sasl_auth_clients = yes
smtpd_recipient_restrictio
ns = permit_sasl_authenticated,
permit_myn
etworks,re
ject_unaut
h_destinat
ion
mynetworks = 127.0.0.0/8
smtpd_tls_auth_only = no
smtp_use_tls = yes
smtpd_use_tls = yes
smtp_tls_note_starttls_off
er = yes
smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pe
m
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_ti
meout = 3600s
tls_random_source = dev:/dev/urandom
virtual_maps = hash:/etc/postfix/virtuser
table
mydestination = /etc/postfix/local-host-na
mes
Start Free Trial