Replies: 1 comment 2 replies
-
The mail-in-a-box has a working config file |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I couldn't find any mailing list or group to ask this.
I am using debian bookworm with apache 2.4.62, postfix and dovecot for my mail. I am trying to get z-push v 2.75. working for imap. It does connect to the imap server fine and displays the mailbox with all folders and their content correct, but fails to send an email using smtp. I tried following settiings in the IMAP backend config.php:
define('IMAP_SMTP_METHOD', 'smtp');
$imap_smtp_params = array('host' => 'tls://127.0.0', 'port' => 587, 'auth' => true, 'username' => 'imap_username', 'password' => 'imap_password', 'allow_self_signed' => 'true', 'verify_peer' => 'false', 'verify_peer_name' => 'false',);
or
$imap_smtp_params = array('host' => '127.0.0.1', 'port' => 587, 'auth' => true, 'username' => 'imap_username', 'password' => 'imap_password', 'allow_self_signed' => 'true', 'verify_peer' => 'false', 'verify_peer_name' => 'false',) ;
The Client shows "Cannot Send Mail Check the settings for the outgoing servers in Settings > Apps > Mail >Accounts
The Client is native IPhone 12 Pro Mail on IOS V 18.4.1
The logs for z-push don't show any entries even in Debug Mode, it appears that it didn't connect at all. Anyone out there has this working and can please share configuration details or let me know where else to check/configure.
Horst
Beta Was this translation helpful? Give feedback.
All reactions