Ok,
So what my company has opted to have me try and do is the following, mount a cifs share, (which went flawlessly), and point message storage there. I realize while this may not be ideal, our server wont be hitting huge volume and if possible we'd like to stick to this model.
So far so good. I can see it making directories etc for new accounts and inbound messages after creating a new message store volume under servers.
Upon sending email to first test account I can see it trying to create a folder in which it fails... and was curious if the exception meant anything to anyone.
If I create the rightmost 0 folder manually and resend the message arrives at given destination just fine.
Code:
2006-12-12 14:49:04,922 INFO [LmtpServer-6] [name=rich@zimbra.testserver.com;] FileBlobStore - Stored size=3142 wrote=3142 path=/mnt/nas/ZimbraMailBoxes/incoming/1165961751349-8.msg vol=3 digest=OozHJFBgx,+sbfYKZQ+ljC5PUDY=
2006-12-12 14:49:04,932 INFO [LmtpServer-6] [name=rich@zimbra.testserver.com;] ZimbraLmtpBackend - try again for rich@zimbra.testserver.com: exception occurred
java.io.IOException: Unable to create blob store directory /mnt/nas/ZimbraMailBoxes/0/3/msg/0
at com.zimbra.cs.store.FileBlobStore.ensureDirExists(FileBlobStore.java:353)
at com.zimbra.cs.store.FileBlobStore.ensureParentDirExists(FileBlobStore.java:359)
at com.zimbra.cs.store.FileBlobStore.renameTo(FileBlobStore.java:220) Anyone with any sort of advice whatsoever? I can create permissions from unix side of things via the mountpoint in fedora etc with no problems.
Thanks in advance
Weston