Lähettäjä: A M HaneefPäiväys: 2001-07-29 04:04 UTC Vastaanottaja: exim-usersAihe: [Exim] delivery error
Hi all,
This is the configuration for my virtual_delivery, I have set
"create_directory=true" which according to the documentation will create
all necessary directories if needed.
virtual_delivery:
driver = appendfile
maildir_format = true
create_directory = true
directory_mode = 0770
check_string = ""
prefix = ""
suffix = ""
maildir_tag = ,S=$message_size
quota_size_regex = S=(\d+)$
directory = /var/spool/mail/${domain}/${local_part}/Maildir/
# file = /var/spool/mail/${domain}/${local_part}
user = exim
group = mail
mode = 0660
But when Exim receives a mail it generates an error:
2001-07-29 11:38:13 15QuW5-0001gF-00 <= abjin@???
H=qmail.accesscomm.ca [204.83.142.82] P=smtp S=1622
id=001701c117dd$c82a2120$ed234818@???
2001-07-29 11:38:13 15QuW5-0001gF-00 == abjin@???
T=virtual_delivery defer (20): Not a directory: stat() error for
/var/spool/mail/haneefs.com/abjin/Maildir/: Not a directory
2001-07-29 11:38:13 15QuW5-0001gF-00 Frozen
I have compiled Exim with the option SUPPORT_MAILDIR=yes
Thanks in advance
Abjin