

![]() | Start a set with this search |
![]() | Include this search in one of my sets |
![]() | Exclude this search from one of my sets |
![]() | Permalink to these results Paste this link in email or IM: |
| Atom feed for tracking future search results Paste this URL into your reader: |
2 messages in net.sourceforge.lists.courier-maildrop[maildropl] Postfix+Maildrop+MySQL : ...| From | Sent On | Attachments |
|---|---|---|
| Giraya | Jun 29, 2005 8:17 am | |
| Tony Earnshaw | Jun 29, 2005 11:06 am |

![]() | Permalink for this message Paste this link in email or IM: |
![]() | Permalink for this thread Paste this link in email or IM: |
| Atom feed for this thread Paste this URL into your reader: |
| Subject: | [maildropl] Postfix+Maildrop+MySQL : "pipe: fatal: invalid option: ?" | Actions... |
|---|---|---|
| From: | Giraya (gir...@giraya.net) | |
| Date: | Jun 29, 2005 8:17:41 am | |
| List: | net.sourceforge.lists.courier-maildrop | |
Hi,
since I'm trying to enable the maildrop extension I obtain these errors from /var/log/maillog : Jun 29 16:59:50 jenny postfix/pipe[63284]: fatal: invalid option: ? Jun 29 16:59:51 jenny postfix/master[61491]: warning: process /usr/local/libexec/postfix/pipe pid 63284 exit status 1 Jun 29 16:59:51 jenny postfix/master[61491]: warning: /usr/local/libexec/postfix/pipe: bad command startup -- throttling
I'm running postfix 2.2.4 (from ports), maildrop 1.8.0_3 (from ports) on FreeBSD 4.10-BETA.
Here's my main.cf: queue_directory = /var/spool/postfix command_directory = /usr/local/sbin daemon_directory = /usr/local/libexec/postfix mail_owner = postfix myhostname = jenny.mydomain.net mydomain = mydomain.net myorigin = $myhostname mydestination = $myhostname unknown_local_recipient_reject_code = 450 mynetworks = 127.0.0.0/8 relay_domains = myrelaydomains.net... alias_maps = hash:/usr/local/etc/postfix/aliases home_mailbox = Maildir/ mail_spool_directory = /usr/local/virtual body_checks = regexp:/usr/local/etc/postfix/body_checks header_checks = regexp:/usr/local/etc/postfix/header_checks mime_header_checks = pcre:/usr/local/etc/postfix/mime_header_checks smtpd_banner = $myhostname NO UCE ESMTP local_destination_concurrency_limit = 2 default_destination_concurrency_limit = 20 debug_peer_level = 2 sendmail_path = /usr/local/sbin/sendmail newaliases_path = /usr/local/bin/newaliases mailq_path = /usr/local/bin/mailq setgid_group = maildrop html_directory = no manpage_directory = /usr/local/man sample_directory = /usr/local/etc/postfix readme_directory = no allow_untrusted_routing = no biff = no disable_vrfy_command = yes smtpd_delay_reject = no smtpd_helo_required = yes smtpd_sasl_auth_enable = yes smtpd_sasl_local_domain = $myhostname smtpd_sasl_security_options = noanonymous broken_sasl_auth_clients = yes smtpd_helo_restrictions = permit_mynetworks, reject_invalid_hostname, permit smtpd_sender_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_non_fqdn_sender, reject_unknown_sender_domain, permit smtpd_recipient_restrictions = reject_unauth_pipelining, reject_non_fqdn_recipient, reject_unknown_recipient_domain, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_rbl_client relays.ordb.org, reject_rbl_client sbl-xbl.spamhaus.org, reject_rbl_client bl.spamcop.net, reject_rbl_client list.dsbl.org, permit strict_rfc821_envelopes = yes virtual_transport = maildrop virtual_uid_maps = static:1002 virtual_gid_maps = static:1002 virtual_mailbox_base = /usr/local/virtual virtual_alias_maps = mysql:/usr/local/etc/postfix/mysql_virtual_alias_maps.cf virtual_mailbox_domains = mysql:/usr/local/etc/postfix/mysql_virtual_domains_maps.cf virtual_mailbox_maps = mysql:/usr/local/etc/postfix/mysql_virtual_mailbox_maps.cf maildrop_destination_recipient_limit = 1
Here's my master.cf (for maildrop): maildrop unix - n n - - pipe flags=DRhu user=postfix argv=/usr/local/bin/maildrop -d ${recipient}
And the permissions: [admin@jenny]/usr/local/etc/postfix# ll /usr/local/bin/maildrop -rwsr-sr-x 1 root postfix 171860 Jun 29 13:38 /usr/local/bin/maildrop
[admin@jenny]/usr/local/etc/postfix# ll /usr/local/ drwxrwx--- 8 postfix postfix 512 Jun 23 14:24 virtual
[admin@jenny]/usr/local/etc/postfix# ll /usr/local/var/spool/ drwxr-xr-x 2 postfix postfix 512 Jun 29 15:44 authdaemon
In fact, even if I don't use maildrop (I disable it in main.cf and let the 2 lines in master.cf), the message about pipe error always appears in /var/log/maillog
Can somebody help me, I don't understand why this configuration doesn't work :'(
Thanks
-- Giraya







