Hello,
I am in the process of setting up an internal mail server 
(carver-test.mydomain.local) using postfix, dovecot and squirrel mail.
I want the users of this system only be able send mail to a few users in 
mydomain.com
I imagine that there is an easy way to map this to a file, but I can't seem to 
find anything in my searches.

Thanks


Postconf -n:

alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
config_directory = /etc/postfix
inet_interfaces = all
mailbox_size_limit = 0
mydestination = carver-test.mydomain.local, carver-test.mydomain.com, localhost
mydomain = mydomain.local
myhostname = carver-test.mydomain.com
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
myorigin = /etc/mailname
readme_directory = no
recipient_delimiter = +
relay_domains = $mydestination, mydomain.com
relayhost = exchange.mydomain.com
smtp_generic_maps = hash:/etc/postfix/generic
virtual_gid_maps = static:1001
virtual_mailbox_base = /home/vmail/
virtual_mailbox_domains = mydomain.local
virtual_mailbox_maps = ldap:/etc/postfix/ldap-users.cf
virtual_uid_maps = static:1001



Carver Banks

Reply via email to