I know this is somewhat offtopic, but hopefully someone here can / is
willing to help me out a little... :)
I run a mail server for me, myself, and I. I create aliases as needed
to 'tag' where an address goes - ie if I sign up for ABC Corp, I
might give them abccorp@ my domain.
My mail server is set up that for my domain, my primary MX is a
anti-spam antivirus server. Mail is scanned, then delivered to my
postfix. As such, mail will ONLY come from a few IP's.
(I guess the above isn't quite related to this, but just some background).
Because of this, every mail is accepted - mail to sadnfkjsdnfkasd @
mydomain is accepted as long as it's not deemed spam.
My mail provider says they can query an LDAP database, but can't
offer much assistance to me in setting it up.
Baiscally now I use /etc/posfix/aliases, but that's obviously useless
for LDAP.
My aliases consists of aliases redirected to one account (I really
only have one mail account, every alias directs to that).
So I'm looking for a little help with the easiest way to convert this
aliases to use for LDAP. I've read quite a few help pages, but not
sure if I'm finding the right one or what the right way to do this
is. This is on a OS/X client box, and I have webmin and ldapadmin
(Windows GUI interface to ldap server)..
I've provided my postconf -n output below.. Apppreciate any help! Thanks!
Evan
# postconf -n
alias_database = hash:/etc/postfix/aliases
alias_maps = hash:/etc/postfix/aliases
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
inet_interfaces = all
mail_owner = postfix
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
message_size_limit = 0
mydomain = espphotography.com
mydomain_fallback = localhost
myhostname = espphotography.com
mynetworks = 192.168.1.0/24,216.200.134.247
mynetworks_style = subnet
newaliases_path = /usr/bin/newaliases
queue_directory = /private/var/spool/postfix
readme_directory = /usr/share/doc/postfix
relayhost = [smtp.comcast.net]:587
sample_directory = /usr/share/doc/postfix/examples
sendmail_path = /usr/sbin/sendmail
setgid_group = postdrop
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/saslpass
smtp_sasl_security_options = noanonymous
smtpd_sender_restrictions = check_sender_access hash:/etc/postfix/access
smtpd_tls_cert_file = /System/Library/OpenSSL/certs/smtpd.pem
smtpd_tls_key_file = $smtpd_tls_cert_file
smtpd_use_tls = yes
unknown_local_recipient_reject_code = 550