| Summary | Messages sent through SMTP server are truncated |
| Queue | IMP |
| Queue Version | 5.0.3 |
| Type | Bug |
| State | Not A Bug |
| Priority | 1. Low |
| Owners | |
| Requester | arjen+horde (at) de-korte (dot) org |
| Created | 5/14/11 (5445 days ago) |
| Due | |
| Updated | 5/16/11 (5443 days ago) |
| Assigned | |
| Resolved | 5/16/11 (5443 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Not A Bug
parameter 1 to be string, resource given [pid 9285 on line 862 of
"/usr/share/php5/PEAR/Net/SMTP.php"]
version is 1.4.0.
New Attachment: truncated_message.txt
the Sent map when using the SMTP mailer (but it is saved when using
the local sendmail binary). Attached the message that is received.
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Messages sent through SMTP server are truncated
Type ⇒ Bug
State ⇒ Unconfirmed
truncated and following message is logged around the same time:
May 14 16:37:29 mail HORDE: HORDE [imp] PHP ERROR: strlen() expects
parameter 1 to be string, resource given [pid 9285 on line 862 of
"/usr/share/php5/PEAR/Net/SMTP.php"]
Using the local sendmail binary, all is well. But since we would like
to use SASL authentication to determine if a user is allowed to use a
From address (which worked flawlessly in H3), the SMTP server is a
more convenient way.