Hi,

I've got a number of message (150-200) on each of three mail relays stuck in 
the maildrop queue generating pickup permission denied warnings as follows:

Jan  3 18:18:29 megalon postfix/pickup[12469]: warning: maildrop/BC4872E769C: 
Permission denied

The messages are not particularly unusual.  The permission of the maildrop 
directory are:

drwx-wx--- 2 postfix postdrop 4096 Jan  3 17:30 

And the files are all:

-rwx------ 1 postfix postfix 3973 Dec  2 20:19 84AA92E75BC

And I can do 'sudo -u postfix postcat <QUEUEFILE>' on them and see the 
messages.  I can also do postsuper -d <QUEUEFILE> on individual messages and 
delete them that way.  

Here is my postconf -n output:

alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_at_myorigin = no
append_dot_mydomain = no
canonical_maps = proxy:ldap:/etc/postfix/ldap-canonical.cf
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = smtp-amavis:[127.0.0.1]:10024
daemon_directory = /usr/libexec/postfix
debug_peer_level = 1
default_destination_concurrency_limit = 20
default_process_limit = 150
defer_transports = hold
disable_vrfy_command = yes
html_directory = no
inet_interfaces = all
local_destination_concurrency_limit = 10
local_recipient_maps = $alias_maps  
proxy:ldap:/etc/postfix/ldap-localrecipient.cf
mail_owner = postfix
mail_spool_directory = /var/spool/mail
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
maps_rbl_reject_code = 554
maximal_queue_lifetime = 10d
message_size_limit = 15050000
mydestination = megalon.clarku.edu clarku.edu muse.clarku.edu iris.clarku.edu 
alum.clarku.edu black.clarku.edu physics.clarku.edu nmr.clarku.edu 
planck.clarku.edu cci.clarku.edu
mydomain = clarku.edu
myhostname = megalon.clarku.edu
mynetworks = 140.232.0.0/16, 127.0.0.0/8
mynetworks_style = subnet
myorigin = clarku.edu
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
rbl_reply_maps = hash:/etc/postfix/dnsbl-reply-map
readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES
recipient_canonical_maps = 
proxy:ldap:/etc/postfix/ldap-canonical-mailalternate.cf
relay_domains = clarku.edu
sample_directory = /usr/share/doc/postfix-2.3.3/samples
sender_canonical_maps = hash:/etc/postfix/sender-canonical.cf
sendmail_path = /usr/lib/sendmail
setgid_group = postdrop
smtp_skip_5xx_greeting = no
smtpd_banner = $myhostname NO UCE ESMTP Clark University Mail Relay. Authorized 
Use only.
smtpd_client_restrictions = reject_rbl_client bl.dnsbl,                         
   reject_rbl_client clarkbl.dnsbl,                            
permit_mynetworks,                            check_client_access 
hash:/etc/postfix/client_exceptions,                            permit
smtpd_delay_reject = no
smtpd_recipient_restrictions = check_client_access 
hash:/etc/postfix/relay_hosts,                               
check_recipient_access pcre:/etc/postfix/valid_domains,                         
      reject_unauth_destination
soft_bounce = no
strict_rfc821_envelopes = yes
transport_maps = hash:/etc/postfix/transport, 
proxy:ldap:/etc/postfix/ldap-transport.cf
undisclosed_recipients_header = To: "Undisclosed Recipients" 
<unkn...@clarku.edu>
virtual_alias_maps = proxy:ldap:/etc/postfix/ldap-alias.cf


--- 
Aaron Bennett
Manager of Systems Administration
Clark University ITS


Reply via email to