Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Email which is sended as "send later" stay's in the outbox and will never be sended #129

Open
mniehren opened this issue Feb 3, 2025 · 3 comments

Comments

@mniehren
Copy link

mniehren commented Feb 3, 2025

Hi,

subject say's it all. Create an new Mail in the Webapp with "send later" and
you see the issue ...

@crpb
Copy link
Contributor

crpb commented Feb 3, 2025

I just tried here and see the following
/var/lib/gromox/timer.txt

....
2       1738602900      /usr/bin/php\ /usr/share/gromox/sa/submit.php\ [email protected]\ 328869
2       0       EXEC-FAILURE
gromi:/var/lib/gromox # journalctl --since 18:14 --until 18:16
...
Feb 03 18:15:00 gromi zcore[16229]: rhost=[]:0 [email protected] zs_logon rejected: Authentication rejected
Feb 03 18:15:00 gromi timer[18724]: PHP Fatal error:  Uncaught TypeError: mapi_openentry(): Argument #1 ($ses) must be of type resource, bool given in /usr/share/gromox/sa/submit.php:28
Feb 03 18:15:00 gromi timer[18724]: Stack trace:
Feb 03 18:15:00 gromi timer[18724]: #0 /usr/share/gromox/sa/submit.php(28): mapi_openentry()
Feb 03 18:15:00 gromi timer[18724]: #1 {main}
Feb 03 18:15:00 gromi timer[18724]:   thrown in /usr/share/gromox/sa/submit.php on line 28
...

@mniehren you got something similiar?

@mniehren
Copy link
Author

mniehren commented Feb 3, 2025 via email

@mniehren
Copy link
Author

mniehren commented Feb 3, 2025

@crpb
It seem's for me that in the line 23 of submit.php
$session = mapi_logon_ex($argv[1], null, 0);
failed.

If i hardcoded my password instead of "null" it work's.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants