|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
aliases ignored
From: Adam Soltan (soltan
infra.kth.se)
Date: Fri Feb 11 2005 - 03:32:02 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, good people!
A serious problem has been bugging me lately. For some time
my postfix installation has stopped looking up things in
alias files. As usual, I can't see any particular incident
that can be connected to this. I have been staring myself
blind at the confs and running things in debug modes without
finding anything special. Files are just not read. I don't
get *any* error messages (like unreadable files). Accidentally,
they are readable and haven't changed their location.
Greatful for any tips.
/Adam Soltan (soltan
infra.kth.se)
Here's my postconf -n:
alias_database = hash:/etc/postfix/aliases, hash:/etc/postfix/lists.aliases
alias_maps = hash:/etc/postfix/aliases, hash:/etc/postfix/lists.aliases
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
debug_peer_list = arwen.infra.kth.se
disable_vrfy_command = yes
forward_path =
$home/.forward${recipient_delimiter}${extension},$home/public/.forward,$home/.forward
html_directory = /usr/share/doc/postfix-2.1.5-documentation/html
inet_interfaces = all
lmtp_destination_concurrency_limit = 10
local_transport = lmtp:unix:/var/imap/socket/lmtp
mail_owner = postfix
mailbox_transport = lmtp:unix:/var/imap/socket/lmtp
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
masquerade_domains = $mydomain
mydestination = $myhostname, localhost.$mydomain, $mydomain,
imap.infra.kth.se
mynetworks =
130.237.64.0/24,130.237.68.0/24,192.168.64.0/24,192.168.68.0/24,127.0.0.0/8,130.237.32.140,130.237.48.98,130.237.48.97,130.237.32.160
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.1.5-documentation/readme
sample_directory = /usr/share/doc/postfix-2.0.16/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtpd_recipient_restrictions = permit_sasl_authenticated,
permit_mynetworks, reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_tls_CAfile = /etc/httpd/conf/ssl.crt/server.crt
smtpd_tls_auth_only = yessmtpd_tls_cert_file =
/etc/httpd/conf/ssl.crt/server.crt
smtpd_tls_key_file = /etc/httpd/conf/ssl.key/server.key
smtpd_tls_loglevel = 1
smtpd_use_tls = yes
transport_maps = hash:/etc/postfix/transport
unknown_local_recipient_reject_code = 450
virtual_alias_maps = hash:/etc/postfix/virtual,
hash:/etc/postfix/lists.virtual, mysql:/etc/postfix/mysql-virtual.cf
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]