Mail delivery does not work with my MTA. Im using qmail and the normal drupal mail-delivery works without any problems. Unfortunately there are no error-messages ...
The same applies to mail.module which also uses activemaillib. I assume the problem lies there.
PS: Previous forum topic about that issue: http://drupal.org/node/29113
Comments
Comment #1
DriesK commentedI'm afraid we can't help if you don't provide more information (e.g. your OS, PHP version,...).
Both Drupal's user_mail() and activeMailLib.php use PHP's mail() function to send mail. Since I can't reproduce it, I have no place to start looking. It indeed seems related to activeMailLib as you experience the same with mail.module, but probably also a system specific component is involved because nobody else reported this problem so far.
In your forum topic you wondered why we don't use user_mail(): that is because with activeMailLib it is easier to set extra headers, and because it supports attachments (a feature not yet implemented in Simplenews however, see http://drupal.org/node/28908 and http://drupal.org/node/28604).
Comment #2
crac commentedOk, here are some further infos:
- OS: mandrake linux 10.0 with
- PHP: patched version of 4.3.4 (distro specific)
I also tried playing with the following options in
.htaccess:But I think I found the problem: Somehow the sender gets set wrongly. Here the output of my qmail logfiles:
Why
anonymous@.mydomain.com? This is not the addess I specified in the settions. Futhermore why that.(dot) in front of the domain name?Comment #3
crac commentedI also tried this, but it still uses the strange sender:
Comment #4
crac commentedok, I give it up, didnt found a solution ... my mail-server seems not to be the probem, therefore I assume its really a module-bug.
Comment #5
DriesK commented