Hello All,

I was having problems with postfix and was getting this error 

fatal: open database /etc/postfix/virtual.db: No such file or directory

so I altered the main.cf file and removed the line

hash:/etc/postfix/virtual

from 

virtual_alias_maps = hash:/etc/postfix/virtual,
mysql:/etc/postfix/mysql-virtual.cf

so my virtual_alias_maps now looks like

virtual_alias_maps = mysql:/etc/postfix/mysql-virtual.cf

Will that be an issue in any way. After that postfix started working okay.

In addition on checking my master.cf file I found two entries that had
invalid paths so I altered them from

ifmail    unix  -       n       n       -       -       pipe
  flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp     unix  -       n       n       -       -       pipe
  flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient

since the files do exist at that location , but I think this might be
wrong. Changed too

ifmail    unix  -       n       n       -       -       pipe
  flags=F user=ftn argv=/var/spool/postfix/private/ifmail -r $nexthop
($recipient)
bsmtp     unix  -       n       n       -       -       pipe
  flags=Fq. user=foo argv=/var/spool/postfix/private/bsmtp -f $sender
$nexthop $recipien

Now when I send email using telnet login to postfix to the cyrus user,
I get this error in the Cyrus email log

Jun  9 13:20:39 lb01-s06 lmtpunix[15749]: lmtp connection preauth'd as postman
Jun  9 13:20:39 lb01-s06 lmtpunix[15749]: verify_user(user.postfix)
failed: Mailbox does not exist
Jun  9 13:20:39 lb01-s06 lmtpunix[15750]: accepted connection
Jun  9 13:20:39 lb01-s06 lmtpunix[15750]: lmtp connection preauth'd as postman
Jun  9 13:20:39 lb01-s06 lmtpunix[15750]: verify_user(user.postfix)
failed: Mailbox does not exist
Jun  9 13:20:39 lb01-s06 lmtpunix[15749]: accepted connection
Jun  9 13:20:39 lb01-s06 lmtpunix[15749]: lmtp connection preauth'd as postman
Jun  9 13:20:39 lb01-s06 lmtpunix[15749]: verify_user(user.postfix)
failed: Mailbox does not exist
Jun  9 13:21:39 lb01-s06 master[6665]: process 15750 exited, status 0
Jun  9 13:21:39 lb01-s06 master[6665]: process 15749 exited, status 0
Jun  9 13:23:34 lb01-s06 master[15775]: about to exec /usr/cyrus/bin/lmtpd
Jun  9 13:23:34 lb01-s06 lmtpunix[15775]: executed
Jun  9 13:23:34 lb01-s06 lmtpunix[15775]: accepted connection
Jun  9 13:23:34 lb01-s06 lmtpunix[15775]: lmtp connection preauth'd as postman
Jun  9 13:23:34 lb01-s06 lmtpunix[15775]: IOERROR: fstating sieve
script /usr/sieve/c/cyrus/defaultbc: No such file or directory
Jun  9 13:23:34 lb01-s06 lmtpunix[15775]: duplicate_check:
<[EMAIL PROTECTED]> user.cyrus      
    0
Jun  9 13:23:34 lb01-s06 lmtpunix[15775]: mystore: starting txn 2147483656
Jun  9 13:23:34 lb01-s06 lmtpunix[15775]: mystore: committing txn 2147483656
Jun  9 13:23:34 lb01-s06 lmtpunix[15775]: duplicate_mark:
<[EMAIL PROTECTED]> user.cyrus      
    1118319814 1
Jun  9 13:24:34 lb01-s06 master[6665]: process 15775 exited, status 0

when I login to the cyrus account using the OpenGroupware install I
have on my server, the email is there for this internal test.

What should I do to get rid of this error in the logs?

Imran
_______________________________________________
This mailing list is hosted and supported
by bit-heads GmbH | http://www.bit-heads.ch

_______________________________________________
Web-cyradm mailing list
[email protected]
http://www.web-cyradm.org/mailman/listinfo/web-cyradm

Reply via email to