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

Adding website beside iredmail

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release):
- Linux/BSD distribution name and version: Debian Stretch
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- 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 have the same problem as described in forum here -> iRedmail/nginx adding website to home server and I followed the Steps Zhang described. But when calling the new vhost I'm always ending in SOGo instead of the new vhost.

Any hints anyone?


SOGo global addressbook and searches

$
0
0

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

Hi,

Let me first say that the setup works ok and it is a good product.
But I have faced an issue: in SOGo web UI, I can browse/search all email contacts (mailboxes created on the server) and I can have a link to my Personal Address Book, which is great.
If I configure a mail client, I can attach my Personal Address Book and it works, but I cannot browse/search all mail contacts (users/mailboxes created), which I have configured on the server, which I can see from SOGo web UI, as I mentioned.

Is it possible to be able to browse/search inside Global Address book from mail clients and if yes how?

Thanks in advance.

BR,
Stan

postmaster sharing folder via SOGo disappear

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.7 MARIADB edition
- Linux/BSD distribution name and version: CentOS 7.2 64bit
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- 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.
====

Dear Support,

I shared my postmaster inbox to 1 of my same domain account, it working good until I installed iRedmail-Pro.
After installed, share folder is disappeared. I checked the vmail database and I can see it. Could you please advise where I can find the log to see what happening?

Thanks a lot.

Regards,
Matt

TLS vs SSL

$
0
0

Is there any big difference between:
POP3 service: port 110 over TLS vs port 995 with SSL.
IMAP service: port 143 over TLS vs port 993 with SSL.

Why TLS is most recommended?

So, since TLS is the most recommended, how can I leave POP3 and IMAP services working only in TLS?



==== TRANSLATED FROM ORIGINAL TEXT ====
Há alguma grande diferença entre:
POP3 service: port 110 over TLS vs port 995 with SSL.
IMAP service: port 143 over TLS vs port 993 with SSL.

Porque TLS é mais recomendado?

Então, já que TLS é o mais recomendado, como posso deixar os serviços POP3 e IMAP trabalhando apenas em TLS?

Using dsync with iRedMail and SOGo

$
0
0

I am currently running iRedMail 0.9.7 on two CentOS 7 servers dedicated to mail services only. Both servers run GlusterFS and /var/vmail is mounted with FUSE.

Generally it works great, but there is an issue when creating dovecot rules. E. g. when creating an auto-reply in SOGo a symbolic link is created in /var/vmail. For some reason these symbolic links are reproducibly broken and thus dovecot rules do not work.

Now the question is if when using dsync two-way replication, would it only sync mail contents or would it also sync dovecot rules created in SOGo? I’d like to know this before setting up two test servers.

Possible to call a user script on user modification/creation?

$
0
0

I'm planning to migrate to a per user fully encrypted setup using the mail-crypt plugin provided by dovecot.

For this to work and be maintenance free (or light) I'd need to call shell script post user modification or creation, passing username password.
Do such hooks currently exist?

Poll: Replace Awstats by netdata (https://my-netdata.io)?

$
0
0

Dear all,

How about we replace Awstats by netdata (https://my-netdata.io ) in iRedMail?

Awstats analyzes Apache+Postfix log files, but netdata monitors more applications with beautiful charts, also easy to setup, configure, AND upgrade.

You can check netdata live demos here: https://my-netdata.io/#demosites

It's API is flexible, we can integrate the charts in iRedAdmin-Pro also.

Please reply below to share your opinions. big_smile

Allow server to use relay on TCP/25 without auth and SSL

$
0
0

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

We have some systems that we need to have mail from. These systems though dosen't have much of configurations enabled more than setting from/to address and which relay server you want to use. Our relay server is an iredmail server which only handles relay, nothing else. So I thought we could still use it for this.

What I've done so far is change the smtpd settings in master.cf to handle non SSL/TLS connections, disabled sasl_auth, and remove the helo restrictions
smtpd     pass  -       -       -       -       -       smtpd
  -o smtpd_tls_security_level=none
  -o smtpd_sasl_auth_enabled=no
  -o smtpd_helo_required=no
  -o smtpd_helo_restrictions=

On that, I've added one of the machines mailaddresses in iredadmin as an account, and then tried to add it to the sender_access.pcre
/server\@example\.com/        OK

But we're not getting through the relay server. This is the error from mail.log (with changed IP and mailadresses):
postfix/smtpd[30439]: NOQUEUE: reject: RCPT from unknown[10.0.100.10]: 454 4.7.1 <reciever@external.com>: Relay access denied; from=<server@example.com> to=<reciever@external.com> proto=SMTP helo=<NXS-B01-000-13E500B6-0>

So, to me it seems that the sender_access.pcre is not used? Should I add more options to the smtpd in master.cf?

(Also, please update http://www.iredmail.org/docs/allow.user … tion.html, as this is not handling sender_access.pcre)

Best Regards
Johan Olsson


Delivering mail from a richo scanner

$
0
0

==== Required information ====
- 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.
====

So I have went round and round with this.  But here is where I am today.

I have a richo all in one, it is set up to send scanned documents via our new iredmail server here it the error: 

554 5.7.1 <tfasko@premalux.com>: Recipient address rejected: SMTP AUTH is required, or it is a spam with forged sender domain; from=<premaluxscan@premalux.com> to=<xxxxx@premalux.com> proto=SMTP helo=<ricoh>

The send address is valid, the to address is valid.
I have tried using SMTP authentication and that fails in a whole diffrent way.  I have tried sending it from noreply@premalux.com that tells me the send from user is not in the table.  I have the IP address of this device listed in mynetworks.

What am I missing?

Thank you for your assistance.

Travis

450 4.7.1 Client host rejected: cannot find your hostname, [xxx.xxx.xx

$
0
0

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

Hi Team,

I have a proxmox hypervisor (192.168.30.11) installed that runs iredmail (192.168.30.22)and win20r2 (192.168.30.21). On proxmox, i do the backups and its supposed to send an email notification to the users that the backup is completed. It uses postfix. Under mail relay, I have added iredmail ip address.

Here is the postfix config of proxmox:

# See /usr/share/postfix/main.cf.dist for a commented, more complete version

#myhostname=server.domain.local

myhostname=server.domain.com
myorigin = $mydomain


smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no

# appending .domain is the MUA's job.
append_dot_mydomain = no

# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h

alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
mydestination = $myhostname, localhost.$mydomain, localhost
relayhost = 192.168.30.22 (ip address of iremail server)
mynetworks = 127.0.0.0/8
inet_interfaces = loopback-only
recipient_delimiter = +

Now when it sends the email to be replayed via proxmox, I can see the following errors in iredmail:

Oct 12 01:00:05 cyclops clamd[945]: SelfCheck: Database status OK.
Oct 12 01:07:57 cyclops postfix/postscreen[3806]: CONNECT from [192.168.30.11]:34408 to [192.168.30.22]:25
Oct 12 01:08:03 cyclops postfix/postscreen[3806]: PASS NEW [192.168.30.11]:34408
Oct 12 01:08:03 cyclops postfix/smtpd[3817]: connect from unknown[192.168.30.11]
Oct 12 01:08:06 cyclops postfix/smtpd[3817]: NOQUEUE: reject: RCPT from unknown[192.168.30.11]: 450 4.7.1 <server.domain.com>: Helo command rejected: Host not found; from=<root@domain.com> to=<support@mydomain.com> proto=ESMTP helo=<server.domain.com>
Oct 12 01:08:06 cyclops postfix/smtpd[3817]: NOQUEUE: reject: RCPT from unknown[192.168.30.11]: 450 4.7.1 <server.domain.com>: Helo command rejected: Host not found; from=<root@domain.com> to=<user1@domain.com> proto=ESMTP helo=<server.domain.com>
Oct 12 01:08:06 cyclops postfix/smtpd[3817]: NOQUEUE: reject: RCPT from unknown[192.168.30.11]: 450 4.7.1 <server.domain.com>: Helo command rejected: Host not found; from=<root@domain.com> to=<user2@domain.com> proto=ESMTP helo=<server.domain.com>
Oct 12 01:08:06 cyclops postfix/smtpd[3817]: disconnect from unknown[192.168.30.11]
Oct 12 01:10:05 cyclops clamd[945]: SelfCheck: Database status OK.

Can someone advise please.

Rajbps

IredAPD - Is it possible to limit # of emails per destination domain?

$
0
0

======== Required information ====
- iRedMail version (check /etc/iredmail-release):  0.9.7
- Linux/BSD distribution name and version: Ubuntu 16.04 or Centos 7.3
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx):Apache
- Manage mail accounts with iRedAdmin-Pro?: No, free version
- Related log if you're reporting an issue: no
====

I need to limit amount of emails delivered (serverwide, all users all incoming domains) to different email destinations (domains) to improve deliverability.

I am about to dive into IredAPD but thought I'll ask first just in case it is not possible:
Can this be accomplished using IredAPD?

Example:
Yahoo = max of 1000 emails/day
Google = max of 5000 emails/day
Hotmail = max of 500 emails/day

Do I need to write a plugin? Is there any documentation for this?

Thank you!

known email contacts are bouncing

$
0
0

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

Hi,

I am having a problem with one email address that continually rejects emails from another email address. It is a known email address that is on my iRedMail erver.  So if I send from one account to this email account in question, it is rejected with SMTP unknown or not authenticated.    But the sender email account is fully authenticated scoring 10/10 in mail – tester. 

This is very strange. It only occurs with this 1 email account rejecting emails.

Repeating, both (all of my emails) reside in the same iRedMail server.   So in essence, it is as if I am sending from me to me simply using different email addresses.

How do I solve this?

Configuring a catch all email

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.7 MARIADB edition.
- Linux/BSD distribution name and version:
Distributor ID: Debian
Description:    Debian GNU/Linux 8.9 (jessie)
Release:        8.9
Codename:       jessie
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MariaDB / MySQL
- Web server (Apache or Nginx): Apache2
- Manage mail accounts with iRedAdmin-Pro?: Regular version
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

How do I go about adding a catch-all e-mail, I followed some tutorial from your documentations but it is not working.

These two errors keep popping up

$
0
0

==== Required information ====
- 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.
error1
error2
====

хороший магазин запчастей для автомобилей

$
0
0

Возможно, вам очень нелегко присмотреть лучшие запчасти? Запчасти приобретения начинают становиться проблемой?
У нас большой ассортиментный набор продуктов, и у нас обязательно будет то, что вам нужно. Наш выбор автозапчастей для иномарок охватывает широкий спектр продукции для посетителей. Если вам надо приобрести запчасти для иномарок для вашего автомобиля, то приглашаем вас к нам в магазин автозапчастей, где можно найти все для таких авто как Lincoln Mark LT.  Также у нас есть свой собственный интернет магазин автозапчастей в котором можно купить сливная пробка заднего моста для BMW E46  в интернет магазине запчастей. Наш магазин выдает ссуду под беспроцентный. Уточняйте нашим менеджерам о наличие запчастей для Geely Emgrand EX6. Гарантия и качество от autocomponent63.ru.

Мы вам напишем где и как нас найти. Расскажем о том, как доставляем ваши автозапчасти для отечественного авто для корзина сцепления.

Запчасти для автомобилей - <a href=https://autocomponent63.ru>купить автозапчасти</a>


Disolving Amoxicillin For Oral Use RonJops

$
0
0

Intolerance To Amoxil Antibiotics Elocon Cream To Buy Gen Health Levitra  <a href=http://genericcial.com>buy cialis</a> Baclofene Intrathecal

Roundcube - can't change password for users

$
0
0

==== Required information ====
- iRedMail version: 0.9.7
- Linux/BSD distribution name and version: Ubuntu 14.04
- Store mail accounts in which backend: mySQL
- Web server: Apache
====

When trying to change the password for a user via Roundcube, I am greeted with this errormessage:

"Could not save new password. Encryption function missing."

According to this thread:
http://www.iredmail.org/forum/topic1122 … ssing.html

The solution is simple, just make sure that "

$config['password_dovecotpw'] =

" value is "

/usr/bin/doveadm pw

" as below:

$config['password_dovecotpw'] = '/usr/bin/doveadm pw';

I have commented out the other entry which is this, as mentioned as a solution in the forum post mentioned above.

#$config['password_dovecotpw_method'] = "SSHA";

new install username and password not working

$
0
0

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

New install of iRedMail.
I typed in exactly the username and password from the iRedMail.tips and it says wrong username or password
How do I correct this?

Amavisd/SpamAssassin not blocking e-mail

$
0
0

I am running iRedMail 0.9.7 on CentOS 7 64-bit.

amavisd is adding the ***SPAM*** headers when the $sa_tag2_level_deflt is reached, which is 5.0 in my case. Every mail with a X-Spam-Score equal or above 5.0 in the header is tagged  with ***SPAM*** as expected.

$sa_kill_level_deflt is set to 7.9 in my case and $final_spam_destiny is set to  D_DISCARD. That means that e-mails with a X-Spam-Score equal or above 7.9 should not be delivered.

However I got several e-mails with a higher X-Spam-Score. One example:

X-Spam-Flag: YES
X-Spam-Score: 10.912
X-Spam-Level: **********
X-Spam-Status: Yes, score=10.912 tagged_above=-999 required=5
    tests=[HTML_MESSAGE=0.001, RDNS_NONE=6, T_REMOTE_IMAGE=0.01,
    URIBL_ABUSE_SURBL=4.9, URIBL_BLOCKED=0.001]

This should not be delivered with the above settings. Any ideas?

Официальный интернет-магазин автозапчастей для иномарок

$
0
0

Может быть, вам затруднительно присмотреть качественные запчасти для иномарок? Автозапчасти покупки начинают становиться проблемой?
У нас более сотни автозапчастей, и вы найдёте то, что вам надо. Наш выбор автозапчастей охватывает широкий спектр продукции для покупателей. Если вам надо приобрести автозапчасти для иномарок для вашего авто, то приглашаем вас к нам в магазин автозапчастей для иномарок, где можно найти все для таких машин как BMW 530 .  Также у нас есть свой собственный интернет магазин автозапчастей для иномарок в котором можно купить глушитель задняя часть для Kia K9 в интернет магазине запчастей. Наш магазин запчастей предоставляет займ под низкие проценты. Узнавайте нашим менеджерам о наличие запчастей для Dodge Challenger. Гарантия и качество от autocomponent63.ru.

Мы вам напишем где и как нас найти. Расскажем о том, как доставляем ваши запчасти для машин отечественных для раздатка.

Авто запчасти: <a href=https://autocomponent63.ru>купить автозапчасти</a>

Viewing all 12157 articles
Browse latest View live


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