Open Relay - Postfix
Posted: 06 Jun 2009, 15:38
I have the need to allow a specific client to relay messages with out authentication. The client does not support authenticated emails.
I have modified main.cf in init.d\postfix it looks like this:
the ip of my 'client' is 172.16.10.3
I cannot send mail from this client.
Any help?
Thanks.
I have modified main.cf in init.d\postfix it looks like this:
Code: Select all
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = no
# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h
# Entries that might change
# myhostname = bubba
mydomain = localdomain
relayhost =
home_mailbox = Mail/
mynetworks_style = subnet
mynetworks = 172.16.10.0/24
mydestination = $myhostname $mydomain localhost.$mydomain localhost
alias_maps = ash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
disable_vrfy_command = yes
smtpd_helo_required = yes
smtpd_recipient_restrictions =
permit_mynetworks
permit
I cannot send mail from this client.
Any help?
Thanks.