Good morning. Yesterday I decided after had a succesfull upgrade of ISPConfig Beta1 to Beta 2 on the development server, I decided to upgrade to the live server. The only difrence between them is that the development server doesnt do email, for the rest they are both the same. Anyhow: this morning I looked into my mailboxes to read the loggings and I got a bit confused, (didnt had my coffee yet), there was no email. I start looking into it and I found: The errors I get is: Sep 2 09:10:00 amatek postfix/pipe[29742]: E3F6EB61C8: to=, relay=maildrop, delay=838, delays=838/0.02/0/0.1, dsn=4.3.0, status=deferred (temporary failure. Command output: /usr/bin/maildrop: Unable to open mailbox. ) Sep 2 09:10:00 amatek maildrop[29752]: Unable to open mailbox. my postconf -n output is: ----------------------------------------------------------------------- alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases body_checks = regexp:/etc/postfix/body_checks broken_sasl_auth_clients = yes command_directory = /usr/sbin config_directory = /etc/postfix content_filter = amavis:[127.0.0.1]:10024 daemon_directory = /usr/libexec/postfix data_directory = /var/lib/postfix debug_peer_level = 2 header_checks = regexp:/etc/postfix/header_checks html_directory = no inet_interfaces = all inet_protocols = all mail_owner = postfix mailbox_size_limit = 0 mailq_path = /usr/bin/mailq.postfix manpage_directory = /usr/share/man message_size_limit = 0 mime_header_checks = regexp:/etc/postfix/mime_header_checks mydestination = mail.amatek.nl, localhost, localhost.localdomain myhostname = mail.amatek.nl mynetworks = 127.0.0.0/8 [::1]/128 nested_header_checks = regexp:/etc/postfix/nested_header_checks newaliases_path = /usr/bin/newaliases.postfix proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps $recipient_canonical_maps $relocated_maps $transport_maps $mynetworks $virtual_mailbox_limit_maps queue_directory = /var/spool/postfix readme_directory = /usr/share/doc/postfix-2.5.5/README_FILES receive_override_options = no_address_mappings relay_domains = mysql:/etc/postfix/mysql-virtual_relaydomains.cf relayhost = sample_directory = /usr/share/doc/postfix-2.5.5/samples sendmail_path = /usr/sbin/sendmail.postfix setgid_group = postdrop smtpd_client_restrictions = check_client_access mysql:/etc/postfix/mysql-virtual_client.cf smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, check_recipient_access mysql:/etc/postfix/mysql-virtual_recipient.cf, reject_unauth_destination smtpd_sasl_auth_enable = yes smtpd_sasl_authenticated_header = yes smtpd_sender_restrictions = check_sender_access mysql:/etc/postfix/mysql-virtual_sender.cf smtpd_tls_cert_file = /etc/postfix/smtpd.cert smtpd_tls_key_file = /etc/postfix/smtpd.key smtpd_tls_security_level = may smtpd_use_tls = yes transport_maps = proxy:mysql:/etc/postfix/mysql-virtual_transports.cf unknown_local_recipient_reject_code = 550 virtual_alias_domains = virtual_alias_maps = proxy:mysql:/etc/postfix/mysql-virtual_forwardings.cf, mysql:/etc/postfix/mysql-virtual_email2email.cf virtual_gid_maps = static:5000 virtual_mailbox_base = /var/vmail virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql-virtual_domains.cf virtual_mailbox_limit_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailbox_limit_maps.cf virtual_mailbox_limit_override = yes virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailboxes.cf virtual_maildir_extended = yes virtual_maildir_limit_message = "The user you are trying to reach is over quota." virtual_overquota_bounce = yes virtual_transport = maildrop virtual_uid_maps = static:5000 ------------------------------------------------------------------------ Im using Fedora 10, build with the perfect server guide and never had any problems, most of the times I get linux apps to run as they should be. Anyone have a suggestion where I have too look. As I said its the live server and Im in big-mess-pool right now. Im really embarrised right now having to ask this all..
There seems to be a problem with the maildrop version in Fedora as it does not seem to use the tolower keyword correctly. See here for a workaround: http://www.howtoforge.com/forums/showpost.php?p=202716&postcount=8
Good morning Till, you made my day... Thanks for the reply, very apriciated. It all works again.. didnt know fedora didnt like the lowerchars function. As a payback for your help I will subscribe myself to How2Forge. Holger aka Ketama