4 Apr
2008
4 Apr
'08
10:12 a.m.
On Mar 28, 2008, at 10:38 PM, Vitalij Satanivskij wrote:
2008-03-28 22:23:10 1JfL6U-000LBj-24
:
dovecot_virtual_delivery transport output: /libexec/ld-elf.so.1:
environment corrupt; mi
What OS is this with? Googling the error shows that this would happen
if there some some garbage in the enviroment. You could check what
Dovecot creates for the environment by setting sendmail_path to a
script like:
#!/bin/sh set > /tmp/deliver.env
Then see if the file contains something weird.. It should contain only
key=value pairs, no empty lines or things like that.
Question is - how deliver sending mail thru sendmail_path = "/usr/ sbin/sendmail"? Via pipe?
Yes, to sendmail's stdin.