OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Subject: Postmap oddities
From: Björn Källarsson (bikxinit.se)
Date: Wed Jun 07 2000 - 07:56:00 CDT


I've stumbled upon a problem with postmap on Solaris 7/SPARC:

# ls -l virtual
-rw-r--r-- 1 root other 27601 Jun 7 14:17 virtual
# postmap virtual
postmap: fatal: error writing DBM database virtual: No space left on device

No problem with the filesystem, more than enough space left. After hacksawing the virtual file some it works like a charm. Is there a limit somewhere on how big the file to map can be? If so, surely you could split the file into chunks and use?:

virtual_maps = hash:/etc/postfix/virtual1, hash:/etc/postfix/virtual2

Regards
Bjorn