From: Jan-Hendrik Heuing (no email)
Date: Mon Jul 01 2002 - 12:39:29 EDT
Hi !
As far as I can see, anything should work fine now. But the mail-client is not asked for the password and mail is relayed in any way.
I did it also with telnet:
mail from:<>
OK
rcpt to:<>
OK
sasl2 is compiled into postfix, both with mysql as database backend.
It should not to that after the sasl-docs: http://howto.state-of-mind.de/
I followed it, and I didn't get any working results. This is what I am having now, as it made sense to me, but didn't help much:
I can send mails with my clients as I want, no restrictions realy.
main.cf:
myhostname = mail2.domain.com
mydomain = domain.com
mynetworks_style = host (because mynetworks didn't do anything, I always could send mails. No change with this too. I am sending mails from another server !)
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = mail2.domain.com
smtpd_sasl_security_options = noanonymous
smtpd_recipient_restrictions =
permit_sasl_authenticated,
permit_mynetworks,
check_relay_domains,
permit
broken_sasl_auth_clients = yes
transport_maps=mysql:/etc/postfix/transport.cf
virtual_mailbox_maps=mysql:/etc/postfix/mysql_virt.cf
virtual_uid_maps=mysql:/etc/postfix/uids.cf
virtual_gid_maps=mysql:/etc/postfix/gids.cf
virtual_mailbox_base=/data/mail/
mydestination = $mydomain, $myhostname, $transport_maps
virtual_maps =mysql:/etc/postfix/virtual.cf
Any ideas what is wrong ?
Thanks, jhh
-
To unsubscribe, send mail to with content
(not subject): unsubscribe postfix-users
|
|
|