1

Topic: Notify owner when somebody subscribe or unsubscribe is not working...

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 0.9.9
- Deployed with iRedMail Easy or the downloadable installer? no
- Linux/BSD distribution name and version: Debian 9
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? YES
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

I create subscribable mail list and check

Notify owner(s) when someone subscribe to or unsubscribe from the mailing list

But owner is not notified ..... nothing in logs and no mail to owner.

How to fix that ?

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Notify owner when somebody subscribe or unsubscribe is not working...

- Did you set an owner for this mailing list?
- No log in /var/log/maillog and /var/vmail/mlmmj/<domain>/<list>/*log?
- Could you show me a screenshot of the mailing list profile page in iRedAdmin-Pro?
- Please show me output of commands below:

cd /var/vmail/mlmmj/<domain>/<list>/control/
ls -l
for i in $(ls); do echo "==> $i"; cat $i; done

Note: it may print some sensitive info like email address, you should replace it by some fake email address like 'user@example.com'.

3 (edited by kmihalj 2019-06-13 15:11:19)

Re: Notify owner when somebody subscribe or unsubscribe is not working...

ZhangHuangbin wrote:

- Did you set an owner for this mailing list?
- No log in /var/log/maillog and /var/vmail/mlmmj/<domain>/<list>/*log?
- Could you show me a screenshot of the mailing list profile page in iRedAdmin-Pro?
- Please show me output of commands below:

cd /var/vmail/mlmmj/<domain>/<list>/control/
ls -l
for i in $(ls); do echo "==> $i"; cat $i; done

Note: it may print some sensitive info like email address, you should replace it by some fake email address like 'user@example.com'.

here are all ...

Post's attachments

forumATT.zip 310.45 kb, 1 downloads since 2019-06-13 

You don't have the permssions to download the attachments of this post.

4

Re: Notify owner when somebody subscribe or unsubscribe is not working...

kmihalj wrote:

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 0.9.9
- Deployed with iRedMail Easy or the downloadable installer? no
- Linux/BSD distribution name and version: Debian 9
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? YES
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

I create subscribable mail list and check

Notify owner(s) when someone subscribe to or unsubscribe from the mailing list

But owner is not notified ..... nothing in logs and no mail to owner.

How to fix that ?

How did user subscribe to the mailing list? From the web UI (https://yourserver.com/newsletter/)? or by sending email to list+subscribe@domain.com directly?

Only the latter one will trigger the notification.

5

Re: Notify owner when somebody subscribe or unsubscribe is not working...

ZhangHuangbin wrote:

How did user subscribe to the mailing list? From the web UI (https://yourserver.com/newsletter/)? or by sending email to list+subscribe@domain.com directly?

Only the latter one will trigger the notification.

From WEB UI

6

Re: Notify owner when somebody subscribe or unsubscribe is not working...

Web UI doesn't sent the notification. sorry. sad