|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: Old postfix directives vs new ones
From: Andrej Ricnik-Bay (andrej.groups
gmail.com)
Date: Wed May 03 2006 - 23:31:14 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Yes, this isn't the output of postconf -n, but then postconf -n
silently ignores the deprecated virtual_maps while postfix
honours them .... I feel it's ok to post this instead.
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/libexec/postfix
mail_owner = postfix
myhostname = mail1.igw.domain.tld
mydomain = domain.tld
myorigin = $mydomain
mydestination = $myhostname, $mydomain, *.domain.tld, domain.tld,
mailhost.$mydomain, ose.domain.tld, igw.domain.tld
local_recipient_maps =
unknown_local_recipient_reject_code = 450
mynetworks = /etc/postfix/internal_networks
relay_domains = $mydestination, $mydomain, *.domain.tld, eir.domain.tld
relayhost = mail1.igw.domain.tld
transport_maps = btree:/etc/postfix/transport
alias_maps = dbm:/etc/mail/aliases_local
alias_database = dbm:/etc/mail/aliases_local
header_checks = pcre:/etc/postfix/head_check
debug_peer_level = 2
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin; export PATH; (echo cont;
echo where) | gdb $daemon_directory/$process_name $process_id 2>&1
>$config_directory/$process_name.$process_id.log & sleep 5
sendmail_path = /usr/lib/sendmail
newaliases_path = /usr/bin/newaliases
mailq_path = /usr/bin/mailq
setgid_group = postdrop
manpage_directory = /usr/local/man
sample_directory = /etc/postfix/samples
readme_directory = /etc/postfix/postfix_docs
canonical_maps=regexp:/etc/postfix/common_map,
btree:/etc/postfix/sender_canonical
sender_canonical_maps=
virtual_maps=dbm:/etc/mail/aliases,btree:/etc/postfix/recipient_canonical,regexp:/etc/postfix/manual_recipient_canonical
message_size_limit = 51200000
inet_interfaces = DD.DDD.D.DD
Now: the person who set this up has decided that aliases should
be part of virtual; it uses aliases (5) format, however. Is that a
problem? It appears to be working (for as long as I don't introduce
my own virtual domain to main.cf).
And what tool (postmap or postalias) would I be using on
/etc/mail/aliases in the virtual_maps above?
Cheers,
Andrej
--
Please don't top post, and don't use HTML e-Mail :} Make your quotes concise.
http://www.american.edu/econ/notes/htmlmail.htm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]