Quantcast
Channel: iRedMail — iRedMail Support
Viewing all 43361 articles
Browse latest View live

Re: Unable to forward

$
0
0
ZhangHuangbin wrote:

You didn't follow our tutorial strictly at all, the sql commands on our tutorial have correct syntax, but you didn't use them. Again:
https://docs.iredmail.org/sql.create.mail.alias.html

Compare your sql commands with the ones on tutorial.

That's why I said initially it's too vague.  I've read that tutorial over and over but I don't understand.  Is the syntax in the tutorial exact?  In other words, should my command look more like this?


INSERT INTO alias (info@xxxdomain.com, xxxdomain.com, active) VALUES ('info@xxxdomain.com', 'xxxdomain.com', 1);


I'm sorry to sound like I'm not following instructions.  Once I understand more about the syntax in your tutorials I'm sure I'll be fine.  I'm new to iredmail but so far I love it.  Just need to understand how to do a few tweaks. 

thanks.


Re: whitelisting not working

$
0
0
ZhangHuangbin wrote:

Default setting should have few plugins enabled, like below:

plugins = ["reject_null_sender", "wblist_rdns", "reject_sender_login_mismatch", "greylisting", "throttle", "amavisd_wblist", "sql_alias_access_policy"]

Order of plugin names doesn't matter, iRedAPD will handle it internally.

OK, so if my file doesn't have "avavisd_wblist"  should I just add the entry in the plugins line or does it have to be installed first?

Re: Should we drop RHEL/CentOS 6 support for NEW iRedMail installation?

$
0
0

I'm still using CentOS6.9. I think everyone that wants security on his server must migrate to CentOS7. I'm planning to migrate a lot of time but as usual we have no time to do such things and if you can help with step-by-step instructions how to migrate IRM itself it will push people to migrate asap.

Re: No access to iRedadmin anymore

$
0
0

No I do not use LetsEncrypt, I bought the SSL certificate I am using.
Thx

Re: mmap() Error, Invalid Argument - Double slash in path?

$
0
0
nowhere99 wrote:

I noticed there's a double slash before Maildir

It's fine, it will be treated as single slash.

Re: IMAP and Gsuite Data Migration not working

Re: No access to iRedadmin anymore

$
0
0

The output of upgrade script looks fine.

Did you have iRedAdmin related settings in Nginx?

Re: whitelisting not working

$
0
0

Just add the plugin name in "plugins =", then restart iredapd service.


Re: Unable to forward

$
0
0

Nevermind.  A little testing and I figured it out.  It's really not complicated once you understand how it was written.  However, if you've never done it before, it's nice to have someone explain it.

Thank you.

Re: Unable to forward

$
0
0

You need to understand syntax of SQL command.

The syntax is:

INSERT INTO <table-name> (<column-name>, <column-name>, ...) VALUES (<value-for-first-column>, <value-for-second-column>, ...);

You missed list of column names.

Re: Should we drop RHEL/CentOS 6 support for NEW iRedMail installation?

$
0
0
romanmm wrote:

I'm still using CentOS6.9. I think everyone that wants security on his server must migrate to CentOS7. I'm planning to migrate a lot of time but as usual we have no time to do such things and if you can help with step-by-step instructions how to migrate IRM itself it will push people to migrate asap.

FYI: https://docs.iredmail.org/migrate.to.ne … erver.html

Re: Should we drop RHEL/CentOS 6 support for NEW iRedMail installation?

$
0
0

i would drop support for unsupported os/dependencies at least 1year after the last security fix... otherwise you have to bother about insecure setups and provide hacks/quirks to keep old stuff running. the security world is turning faster than ever, so we constantly have to keep on patching/migrating anyway.

Re: > MD5 check failed. Script exit

$
0
0

Hi Zhang,

wget https://dl.iredmail.org/yum/misc/roundc … ete.tar.gz

converted 'https://dl.iredmail.org/yum/misc/roundc … ete.tar.gz' (ANSI_X3.4-1968) -> 'https://dl.iredmail.org/yum/misc/roundc … ete.tar.gz' (UTF-8)
--2017-12-05 08:07:18--  https://dl.iredmail.org/yum/misc/roundc … ete.tar.gz
Resolving dl.iredmail.org (dl.iredmail.org)... 139.162.146.87
Connecting to dl.iredmail.org (dl.iredmail.org)|139.162.146.87|:443... connected.
ERROR: The certificate of 'dl.iredmail.org' is not trusted.
ERROR: The certificate of 'dl.iredmail.org' hasn't got a known issuer.
Where is the problem?

Thank's for help

ZhangHuangbin wrote:

*) Can you access https://dl.iredmail.org/yum/misc/ on this server?
*) Try to download these 3 packages manually and copy them to directory "pkgs/misc/", then run iRedMail installer again.

Re: Should we drop RHEL/CentOS 6 support for NEW iRedMail installation?

$
0
0

I'm fine with droping support for new instalations. I used CentOS 6 before, migrated to CentOS 7 a year ago.

Re: No access to iRedadmin anymore

$
0
0
# Web applications
include /etc/nginx/templates/iredadmin.tmpl;
-rw-r--r-- 1 root root 678 janv22 2017 iredadmin.tmpl
Error log:

/var/www/iredmail/index.php is not found (2: No such file or directory)
cd /var/www
/var/www# ls
html  index.html robots.txt

No iredmail folder
But I do have an iredmail folder at: /opt/www


Re: > MD5 check failed. Script exit

$
0
0

Mostly caused due to no ca cert info on your server.

You can run wget with '--no-check-certificate' option, or download the package manually from web browser and upload to server.

Re: No access to iRedadmin anymore

$
0
0
Thierry wrote:

/var/www/iredmail/index.php is not found (2: No such file or directory)

The URL is https://<server>/iredadmin/ , not 'iredmail'.

Whitelist management syntax

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.7
- Linux/BSD distribution name and version: Debian9.1
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): PGSQL
- Web server (Apache or Nginx):Apache
- Manage mail accounts with iRedAdmin-Pro?no
====

As per docs, I can add a whitelist entry by adding :

# python wblist_admin.py --add --whitelist 192.168.1.10 user@domain.com

what is 192.168.1.10 referred to ? can it be omitted ?
What about to whitelist a whole domain , so allusers@desireddomain.com ?

Thank you

Re: Default installation - SPAM getting through like crazy.

$
0
0
ZhangHuangbin wrote:
steveaggie wrote:

I couldn't tell if greylisting was enabled

Try command:

cd /opt/iredapd/tools/
python greylisting_admin.py --list

It looks like it's enabled.

root@nas:/opt/iredapd/tools# python greylisting_admin.py --list
Status   Sender                             -> Local Account                 
------------------------------------------------------------------------------
enabled  @. (anyone)                        -> @. (anyone)

The current status right now is that the spam filtering has gotten a little better.  I'm getting 10-15 per day in my inbox instead of 100.  My spam threshold is set very low though so I'm getting a lot of false positives.  The spam that is getting through often has lower scores than legitimate email.  So right now I'm trying to train the bayes filter to recognize what is and isn't spam.

Correct me if I'm wrong, but it looks like the bayes process is enabled by default.

Global Address Book not sync on mobile phones.

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release):  0.9.7
- Linux/BSD distribution name and version:  Ubuntu 16.04 LTS
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):  LDAP (AD2012)
- 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.
====

In web client of SoGo (https://my.domain.com/Sogo) search in Global Address Book work good.

But when i start search  on mobile phone (Android),Exchane Acount i have no results and error in sogo.log

sogod[8811] EXCEPTION: <NSException: 0x55906e16afa0> NAME:NSInvalidArgumentException REASON:NSConstantString(instance) does not recognize objectEnumerator INFO:(null)

When i add some contact in Personal Address Book all works good on Android.

Viewing all 43361 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>