|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
smtp_auth on OS X Server
From: Ian Roberts (ianto_panto
mac.com)
Date: Mon Nov 03 2003 - 04:11:14 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello all,
Im desperate to get smtp authentication working on Mac OS X Server (10.2.x). I have
postfix running very good, but cant get authentication to work.
Has anybody done this (apple have with os 10.3 - but won''t be
upgrading for a while yet), if so could there be instructions posted so
that I can at last get this working.
I have postfix 2.0.15 installed, have installed cyrus-sasl2 from fink
(couldnt compile it myself!) and have modified the makefiles and
compiled postfix to use sasl and mysql.
The fink sasl stuff is in /sw/, I have trued everything, but nothing
works :(
here is my main.cf
alias_database = hash:/etc/postfix/aliases
alias_maps = hash:/etc/postfix/aliases, netinfo:/aliases
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
fallback_transport = virtual
home_mailbox = Maildir/
local_recipient_maps = unix:passwd.byname $alias_maps
$virtual_mailbox_maps
mail_owner = postfix
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
mydestination = $myhostname, $mydomain, localhost
mydomain = *mydomain*
myhostname = *myghostname*
mynetworks = my_cidr_list, 127.0.0.0/8, localhost
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = no
relay_domains = $transport_maps
sample_directory = /etc/postfix/sample
sendmail_path = /usr/sbin/sendmail
setgid_group = maildrop
smtpd_banner = $myhostname ESMTP $mail_name
transport_maps = mysql:/etc/postfix/sql/transport
unknown_local_recipient_reject_code = 450
#virtual stuff
virtual_gid_maps =
virtual_mailbox_base =
virtual_mailbox_maps =
virtual_minimum_uid =
virtual_uid_maps = static:
Thanks very much,
Ian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]