[exim] Exim and Maildrop - This account is currently not ava…

Pàgina inicial
Delete this message
Reply to this message
Autor: redmyrlin
Data:  
A: exim-users
Assumpte: [exim] Exim and Maildrop - This account is currently not available
My setup runs on FreeBSD4.10 and uses Exim as the MTA which hands off to
maildrop for local delivery for virtual users. I do this to enforce
maildir quotas and to read user .mailfilter files. Originally the
.mailfilters were used only to deliver to a user's local folders but I
have just added the ability for users to cc to an email address.

Unfortunately maildrop requests to exim in respect of the cc'd mail
address fail and exim generates a "Mail delivery failed" message in
respect of the cc'd email - although the original is delivered
correctly. My Exim config uses 2 acl's - acl_smtp_rcpt and acl_smtp_data.

exim -bV gives:

Exim version 4.41 #0 built 09-Aug-2004 01:05:26
Copyright (c) University of Cambridge 2004
Probably Berkeley DB version 1.8x (native mode)
Support for: iconv() IPv6 PAM Perl OpenSSL
Lookups: lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmnz dnsdb
dsearch mysql nis nis0 passwd
Authenticators: cram_md5 plaintext spa
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile/maildir/mailstore/mbx autoreply lmtp pipe smtp
Fixed never_users: 0
Contains exiscan-acl patch revision 24 (c) Tom Kistner
[http://duncanthrax.net/exiscan/]
Configuration file is /usr/local/etc/exim/configure

The mainlog shows the following:

2004-10-04 14:09:31 1CESap-000Gs3-5W **
/path/to/vdomains/dom.tld/users/xyz/Maildir/ (xyz@???)
<xyz@???> R=virtual_user T=address_courier: Child process of
address_courier transport returned
1 from command: /path/to/maildrop

and the mail delivery failed message contains the filter output:

Matching /^Subject:.*MatchText / against Subject: test MatchTest 22
maildrop: Delivering to |/usr/sbin/sendmail -oi abc@???
This account is currently not available.:

Any help would be much appreciated.

Thanks
Graeme