Ronnie,
Apparently your postfix build doesn't support the hash dbtype.
Check your main.cf and look at the line starting with
alias_maps
Use for your transport_maps line the same dbtype specified there.
So if it reads
alias_maps = btree:/etc/aliases
use
transport_maps = btree:/etc/postfix/transports
assuming of course your postfix installations' configs reside in
/etc/postfix
The other standard possibility besides btree and hash is dbm. It very
much depends on
the lib(g)db(m) your installations supports.
Ronnie Tartar wrote:
in my /var/adm/messages log
--Dec 26 21:21:22 laksunprod1
postfix/trivial-rewrite[2218]: [ID 947731 mail.crit] fatal:
unsupported dictionary type: hash
in my /var/log/syslog I get the following:
Dec 26 22:53:56 laksunprod1 postfix/master[360]: [ID 947731
mail.warning] warning: /usr/libexec/postfix/trivial-rewrite: bad comm
and startup -- throttling
Dec 26 22:54:56 laksunprod1 postfix/trivial-rewrite[2328]: [ID
947731 mail.crit] fatal: unsupported dictionary type: hash
Dec 26 22:54:57 laksunprod1 postfix/master[360]: [ID 947731
mail.warning] warning: process /usr/libexec/postfix/trivial-rewrite p
id 2328 exit status 1
Dec 26 22:54:57 laksunprod1 postfix/master[360]: [ID 947731
mail.warning] warning: /usr/libexec/postfix/trivial-rewrite: bad comm
and startup -- throttling
---Original Message-----
*From:* Dave Meador [mailto:[EMAIL PROTECTED]
*Sent:* Thursday, December 26, 2002 1:48 PM
*To:* dbmail@dbmail.org
*Subject:* Re: [Dbmail] Postfix/dbmail
Most of the logs go to /var/log/maillog... I think you might be
checking only /var/log/messages. Try checking there for more
clues to why it is not relaying mail if you have not already.
--Dave
----- Original Message -----
*From:* Ronnie Tartar <mailto:[EMAIL PROTECTED]>
*To:* 'dbmail@dbmail.org' <mailto:[EMAIL PROTECTED]>
*Sent:* Thursday, December 26, 2002 10:13 AM
*Subject:* [Dbmail] Postfix/dbmail
Postfix problems,
On solaris 8, I installed postfix and tested without modifying
the configuration files. It relays no problem. I do the
modifications in the dbmail INSTALL file and postfix will not
relay, will not forward to the local domain.
I changed the debugs to 5 on smtp in the dbmail.conf file.
Nothing is coming through on the syslog.
Any suggestions would be appreciated.
Thank You.