From: Hector . (no email)
Date: Wed Dec 01 2004 - 15:16:35 EST
Hello ,
I am reading some Faq about SMTP AUTH and I have followed the steps in the document, but have a problem,
I use virtual domain in Ldap and PAM AUTH (sasl), my problem is if I am a valid user (ldap user) and send a email to valid users in ldap, postfix dont need AUTH, I can send email free. I was looking for any mistake or directive in main.cf but dont found nothing.
Do you know What is happening?
Thanks!
PS. Here is my postconf -n
alias_database = hash:/etc/postfix/aliases
alias_maps = hash:/etc/postfix/aliases, ldap:ldap_aliases
append_dot_mydomain = no
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
disable_vrfy_command = yes
home_mailbox = Maildir/
inet_interfaces = all
local_transport = virtual
mail_owner = postfix
mailbox_size_limit = 0
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
mydestination = ldap:acceptdomains
mydomain = postfix1.com
myhostname = postfix1.com
mynetworks = 127.0.0.0/8
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.0.18/README_FILES
sample_directory = /usr/share/doc/postfix-2.0.18/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = unix:passwd.byname
smtpd_client_restrictions = permit_sasl_authenticated
smtpd_delay_reject = yes
smtpd_helo_required = yes
smtpd_recipient_restrictions = permit_sasl_authenticated, check_relay_domains, reject_unauth_destination, reject_rbl_client relays.ordb.org
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
unknown_local_recipient_reject_code = 450
virtual_gid_maps = static:100
virtual_mailbox_base = /CORREO
virtual_mailbox_maps = ldap:ldapvirtual
virtual_uid_maps = ldap:ldapuid
-- ______________________________________________ Check out the latest SMS services @ http://www.linuxmail.org This allows you to send and receive SMS through your mailbox. Powered by Outblaze
|
|
|