Platform: SuSE Linux/Apache/PHP 4.02
I've got 2 problems, which I think are related. The first one is that mail sent via mail() never gets delivered. I've got the sendmail path setup correctly, what phpinfo() shows is right. I don't get any error messages either.
The other problem is that when I use imap_delete() or imap_mail_move() (followed by imap_expunge()) no errors are generated and nothing happens. I'm getting this behavior in my code and also in the aeromail program.
Is is possible it's because apache is running as wwwrun? When I try sending mail manually via sendmail -t as the wwwrun I never get anything either. If this is the problem, any suggested workarounds?
TIA!