Quantcast
Channel: iRedMail
Viewing all 45751 articles
Browse latest View live

Re: Questions re Throttling

0
0
rschilt wrote:

1) If a throttle limit is reach then how is one notified ?
3) What happens to emails that exceed the throttle limit - are these queued or discarded ?

Email will be rejected immediately.

rschilt wrote:

2) Where can we check behind the scenes (eg: logs) when and for who throttling has occurred?

iRedAPD will log this to log file /var/log/iredapd/iredapd.log.

How do you expect to know these? in iRedAdmin-Pro? Or email notification?


Re: Disable Sogo web interface?

Re: Roundcube plugins

0
0

You can try to do this as root user. Also, the error message is clear:

Marco2G wrote:

PHP Warning:  phpinfo() has been disabled for security reasons in - on line 371
...
The installation directory "/opt/www/roundcubemail-1.3.0" is not writable

Re: Email is being rejected

0
0
jsmontoya wrote:

I am trying to get an IP list from where the other party sends emails. However they are a big company (mercadolibre) and takes forever to respond.

Just check its DNS records, A, MX, SPF.

Re: Questions re Throttling

0
0

Thanks Zhang !


ZhangHuangbin wrote:
rschilt wrote:

1) If a throttle limit is reach then how is one notified ?
3) What happens to emails that exceed the throttle limit - are these queued or discarded ?

Email will be rejected immediately.

rschilt wrote:

2) Where can we check behind the scenes (eg: logs) when and for who throttling has occurred?

iRedAPD will log this to log file /var/log/iredapd/iredapd.log.

How do you expect to know these? in iRedAdmin-Pro? Or email notification?

Re: New : iRedMail-0.9.8 install not Receiving mail

0
0

- SPF record of "wordupmail.com": v=spf1 mx mx:wordupmail.com ~all
- But "wordupmail.com" doesn't have a MX record. this is critical.

It says DKIM is not valid. Is it due to DNS server didn't flush the cache or didn't load the new records yet?

Re: soGO from a subdomain but directly from /

0
0

With default iRedMail settings, SOGo already announces ActiveSync support by url:
https://<your-server-address>/Microsoft-Server-ActiveSync

I don't think you need to some anything.
If you're adding a new web host for your subdomain, just make sure your web host config file loads Nginx template /etc/nginx/templates/sogo.tmpl.

Re: Some problems for alias domains

0
0
Asrandor wrote:

"example.tld" is a domainAlias attribute added to the already existant domain "example.com"

The attribute name should be "domainAliasName", i suppose this is a typo.

Try command below and show us output:

cd /etc/postfix/ldap/
postmap -v -q 'alias-domain.com' ldap:./virtual_mailbox_domains.cf

It's better you can compare the LDAP query filter in "virtual_mailbox_domains.cf" with the real LDIF data your domain has.
Maybe missed "enabledService=domainalias" for this domain?


Re: Latest iRedmail instalation giveme Error Php 7.2 ?

0
0

iRedMail installs PHP from official apt repo by default, and it ships php-7.0.

Two ways you can use PHP 7.2 in this case, choose either one:

- Don't use third-party apt repo and just let iRedMail installs PHP 7.0. After iRedMail installation, you upgrade PHP manually.
- Open file "iRedMail-0.9.8/conf/php" BEFORE iRedMail installation, search variable 'PHP_VERSION=' and replace its value by a correct version number. save your change and start iRedMail installation.

Postfix disconnect allways if unknown user RCPT

0
0

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release):
- Linux/BSD distribution name and version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Web server (Apache or Nginx):
- Manage mail accounts with iRedAdmin-Pro?
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====
After update my server (debian jessie) and iredmail according to upgrade notes i have strange behavior from postfix.
If i connect and start mass emailing to our customers or employes and there will be a wrong email address from our domain (removed mailbox) postfix now disconnect, not only reject

Oct 01 12:21:47 mail postfix/smtpd[1342]: connect from host[ip]
Oct 01 12:21:47 mail postfix/smtpd[1342]: NOQUEUE: reject: RCPT from host[ip]: 550 5.1.1 <ludmila@ricom.ru>: Recipient address rejected: User unknown in virtual mailbox table; from=<morsov@ricom.ru> to=<wronguser@domain.tld> proto=ESMTP helo=<localhost>
Oct 01 12:21:47 mail postfix/smtpd[1342]: too many errors after RCPT from host[ip]
Oct 01 12:21:47 mail postfix/smtpd[1342]: disconnect from host[ip]

Here is log when i just try to send one email to one wrong person and it's "too many errors". I cant figure out where it get too many error for one email?

iredmail 0.9.8
debian 8.11 (jessie)
backend mysql
apache
no  iRedAdmin-Pro

Re: SMTP not working after fresh install

Re: Domain name changed

0
0

About the mail accounts part, how about this:

- Export "vmail" MySQL database to a SQL file from old server, replace all old domain name by new domain name.
- Import modified SQL file to new server, then you get new mail domain and all accounts directly.

Re: iRedAdmin-Pro migration from one server/isp to another server/isp

0
0

Just copy iRedAdmin-Pro to new server, then remove it on old server.

NOTE: the latest iRedMail needs the latest iRedAdmin-Pro release due to SQL/LDAP structure changes.

Re: Sieve is creating a duplicated maildir folder

0
0
vidalin wrote:

That %Lh was doing the mess, just leaving it like this:

"L" is used to convert strings to lower case, why does it cause the mess?

Re: any comercial antivirus with a non pear user licence recomendation?

0
0
gdewey wrote:

seems like clamp is missing some virus and causing trouble in our network.

What trouble?

Amavisd supports few commercial antivirus softwares, you can find their names in Amavisd sample config file installed on your server.


Re: install iRedMail-0.9.8 on fresh FreeBSD 11.2

0
0

Thanks for sharing.

Re: Blocking certain types of attachments from external address only

0
0

I didn't try to implement this before, maybe you can create a new policy bank for port 10024 in Amavisd config file, then define a custom $banned_filename_re setting for this policy bank. I'm not sure it will work, just an idea.

Re: MySQL: vmail.forwardings, "address" and forwarding" are the same?

0
0

blue@... was  not changed nor disabled.

I updated the "forwarding" column.

Before:

address = blue@example.com
forwarding = blue@example.com

(note: Nothing displayed in iRedAdminPro)

After:

Before:

address = blue@example.com
forwarding = red@example.com

(Note: Now it's shown correctly in iRedAdmin pro)


I think we should conclude wether this is a Bug or another error specific to my iRedMail installation.

If its a bug, I am happy to help in order to find a solution and fix it.

If it's a problem specific to my installation, I am consodering asking for paid support.
I like to get the problem fixed asap smile

Thank you!

Re: Postfix disconnect allways if unknown user RCPT

0
0

i don't quite understand what your question is. sad

It says "too many errors" AFTER smtp "RCPT" command.

Re: MySQL: vmail.forwardings, "address" and forwarding" are the same?

0
0

I need full sql records for troubleshooting, otherwise direct ssh access is required (with a support ticket).

Viewing all 45751 articles
Browse latest View live




Latest Images