twhiting9275
Verified User
Ok, I'm a bit stumped here. It seems that this ONLY is happening on a DA server, with php configured the same as it would be on every other server I manage.
The problem is that php is sending out two mails for every one that come into it, or is it the pipe? I'm confused here, unfortunately.
Here's the entry from exim mainlog for just ONE of the mails
The alias for this specific mail address:
There's only ONE forwarder, yet the mail is getting processed twice?
The problem is that php is sending out two mails for every one that come into it, or is it the pipe? I'm confused here, unfortunately.
Here's the entry from exim mainlog for just ONE of the mails
Note, the double entry?2006-11-28 01:40:53 1GoxaH-0000wS-KP <= MECHANICS@ H=hostname.linux-tech.net [ip] P=esmtps X=TLSv1:AES256-SHA:256 S=12146 id=001001c712bf$fcc2d930$0000000
0@dexx T="Wicker Man" from <MECHANICS@> for root@localhost
2006-11-28 01:40:54 1GoxaH-0000wS-KP => |/path/to/home/domains/localhost/private_html/pipe/logger.php (root@localhost) <root@localhost> F=<MECHAN
ICS@> R=virtual_aliases T=virtual_address_pipe S=12204
2006-11-28 01:40:54 1GoxaH-0000wS-KP => |/path/to/home/domains/localhost/private_html/pipe/logger.php (root@localhost) <root@localhost> F=<MECHAN
ICS@> R=virtual_aliases_nostar T=virtual_address_pipe S=12204
2006-11-28 01:40:54 1GoxaH-0000wS-KP Completed
The alias for this specific mail address:
Yes, I've edited the domain and real paths out of the alias and the entries, but that's all.root@localhost "|/path/to/domains/localhost/private_html/pipe/logger.php"
There's only ONE forwarder, yet the mail is getting processed twice?
Last edited: