Maybe this helps you out, but I use MySQL Workbench to connect to SQL on iRedMail.
There is an option to connect to the server over SSH, so as long as you have SSH open then you can connect without having 3306 open to the internet
Re: ISP Blocks 3306 Mysql Remote Connection Outbound/Recommendations
Re: Email Rejected hostname does not resolve to address
ideally, the people at davivienda.com should conform to RFC 1912 and set up a PTR record for their host mx1.davivienda.com
Re: New iRedMail 1.0 install with 1 relay domain => "Relay access denied"?
if you installed the beta version or the first version of December 9, then the solution is simple
faced the same problem yesterday the solution was simple
Open Dovecot config file dovecot.conf
find the plugin {} block and add 3 new parameters:
plugin {
...
# Used by quota-status service.
quota_status_success = DUNNO
quota_status_nouser = DUNNO
quota_status_overquota = "552 5.2.2 Mailbox is full"
...
}
or disable this line
postfix/main.cf in block smtpd_recipient_restrictions =
# check_policy_service inet:127.0.0.1:12340
Re: New iRedMail 1.0 install with 1 relay domain => "Relay access denied"?
Thanks for your contribution!
I downloaded and installed iRedMail 1.0 on December 12.
dovecot.conf does have the required configuration lines set.
netstat -lnp shows the service properly listening:
tcp 0 0 127.0.0.1:12340 0.0.0.0:* LISTEN 797/dovecot
IMHO this might not be the cause of my problem.
Re: logout iredadmin -> internal server error
no errors
Re: logout iredadmin -> internal server error
No idea right now if no error at all.
Could you reproduce the issue steadily?
Cannot connect to mail server, following letsencrypt renewal
==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 0.9.9 PGSQL edition.
- Deployed with iRedMail Easy or the downloadable installer?
- Linux/BSD distribution name and version: Ubuntu 18.04.3 LTS
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): PGSQL
- Web server (Apache or Nginx):Nginx
- Manage mail accounts with iRedAdmin-Pro? No
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====
My Lets Encrypt Certificates expired for my mail domain, and ftp, after renewing them I can no longer connect to my mail server, I am presneted with the following errror;
-----
Your connection is not private
Attackers might be trying to steal your information from mail.emporion.co.uk (for example, passwords, messages or credit cards). Learn more
NET::ERR_CERT_COMMON_NAME_INVALID
Subject: emporion.co.uk
Issuer: Let's Encrypt Authority X3
Expires on: 16 Mar 2020
Current date: 17 Dec 2019
----
At first I could not renew my certificates with the standard certbot renew command, as it kept failing the HTTP-01 Challenge, using the --nginx argument allowed me to renew the certificates, but has not fixed the issue with my mail server. FTP is working perfectly fine, with the renewed certificate.
Re: spam assasin and amavis not functionioning
i checked the setting it is enabled but still we are able to send the files
Disable Amavisd
==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 0.9.9
- Deployed with iRedMail Easy or the downloadable installer? Installer
- Linux/BSD distribution name and version: Centos7
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? No
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====
I was wondering, if I disable amavisd completely will this affect the white/blacklist functionality of Iredapd?
Re: Disable Amavisd
No. But you still need to keep the "amavisd" sql database.
Re: spam assasin and amavis not functionioning
Please turn on debug mode in Amavisd and show us the related log for troubleshooting. FYI:
https://docs.iredmail.org/debug.amavisd.html
Re: Cannot connect to mail server, following letsencrypt renewal
You need to restart Postfix/Dovecot/Nginx after renewed the cert to load new cert.
Re: Facing issue with mlmmj mailing list
Do you have required Dovecot settings mentioned in this post?
https://forum.iredmail.org/post71917.html#p71917
Re: A few questions regarding MySQL in iRedmail 1.0
hifall wrote:
the policy server sitting on 7777 port dies from time to time
>> Was/Is your iRedMail server always busy and under heavy load?
I did not pay attention to that. I did not notice abnormally heavy load though.
Each time I saw this, I was able to restart iredapd by:
cd /opt/iredapd
/usr/bin/python /opt/iredapd/iredapd.py
Now I have had iRedmail 1.0 up and running, I will keep an eye and see if this issue still persists.
Re: New iRedMail 1.0 install with 1 relay domain => "Relay access denied"?
Could you please show me output of "postconf -n" command on both servers?
Re: A few questions regarding MySQL in iRedmail 1.0
You should restart it with command "service iredapd restart".
Re: Disable Amavisd
Живой коллаген Москва, ПОДРОБНЕЕ по тел.: 8 800 350-33-24, либо...
<a href=https://collagen-pmt.ru/pishchevoy-kollagen.html>из чего состоит коллаген</a>
Re: Facing issue with mlmmj mailing list
It's working now. Thanks
-------
One small help in
2. All Domain users should send without any moderation (AccessPolicy: domain, Not sure if it works for mlmmj case)
Currently, the only members of the group can send mail without moderation.
Please suggest.
Re: Facing issue with mlmmj mailing list
2. All Domain users should send without any moderation (AccessPolicy: domain, Not sure if it works for mlmmj case)
I did't try it, but it should not work.
If you set access policy to "domain" in iRedAPD, iRedAPD will bypass emails sent from same domain users, and reject emails sent from other users during smtp session, at this stage, the email doesn't reach mlmmj yet, it's all handled by iRedAPD.
Re: Facing issue with mlmmj mailing list
If you set access policy to "domain" in iRedAPD, iRedAPD will bypass emails sent from same domain users, and reject emails sent from other users during smtp session, at this stage, the email doesn't reach mlmmj yet, it's all handled by iRedAPD.
iRedAPD is not rejecting the mail. It's doing DUNNO.
It's not rejecting but comes for moderation. More related to mlmmj or mlmmjadmin configurations.