1

Topic: newsletter-style mailing list 404 error

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.8
- Linux/BSD distribution name and version: Debian 9
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MYSQL
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? Yes
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

I have enabled the "Enable newsletter-style mailing list" in iRedAdmin-Pro for a testing mailing list.
Under the " Get a newsletter signup form" link i get the following link for subscribing online:

https://xxxx/newsletter/subscribe/e3424245-2eae-4db8-b9b9-638548026327

However, when i visit the url above i get a 404 error from the apache webserver.

Is there a configuration i can perform in the apache configuration?

thanks

----

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

2 (edited by nikos.frangakis 2018-05-21 19:15:37)

Re: newsletter-style mailing list 404 error

ok, i found the issue.

the correct link should be
https://xxxx/iredadmin/newsletter/subscribe/e3424245-2eae-4db8-b9b9-638548026327

However, all the actions still refer to https://xxxx/newsletter/subscribe/e3424245-2eae-4db8-b9b9-638548026327

So, i still need a fix for this.

Should i just create a redirection in apache?

3

Re: newsletter-style mailing list 404 error

nikos.frangakis wrote:

Should i just create a redirection in apache?

Yes.

The configuration for Nginx is available here:
https://bitbucket.org/zhb/iredmail/src/ … pl#lines-8