Questions tagged [iredmail]

iRedMail is a free, open source mail server solution for Linux/BSD, provides services POP3/IMAP/SMTP, anti-spam, anti-virus, etc.

iRedMail is a free, open source mail server solution for Linux/BSD, provides services POP3/IMAP/SMTP, anti-spam, anti-virus, etc.

46 questions
1
vote
2 answers

Chrome upload "too fast" for inspecting

I have a stupid problem. I have a page which uses roundcube webmail. When I create a new mail and want to attach a file, there is a
  • element that is appended to a
      element while the file is uploading. After the upload is finished the
    • is…
  • BluePrint
    • 1,926
    • 4
    • 28
    • 49
    1
    vote
    1 answer

    Can't log in to roundcube through HAProxy

    For a school project we have to set up webmail. I chose for iRedMail. We have chosen for HAProxy as a loadbalancing service for our other sevices (webhosting, openvas, VPS). The loadbalancer sends the user to the right iRedMail server I created, but…
    1
    vote
    1 answer

    Iredmail DKIM configuration

    I copy from directory /iRedMail-0.9.7/iRedMail.tips this text only in round brackets : DNS record for DKIM support: ; key#1 1024 bits, i=dkim, d=linuxbabe.ge, /var/lib/dkim/linuxbabe.ge.pem dkim._domainkey.linuxbabe.ge. 3600 TXT ( "v=DKIM1;…
    1
    vote
    0 answers

    MYSQL Roundcube mail id problems

    Okay so I am using iRedmail on a linux ubuntu 14.01 I am trying to configure my password plugin and have granted all the necessary privileges, but I am at the following error: Mar 24 13:31:59 MailServer roundcube: <7vd67dj0> DB Error: [1054]…
    Cameron Gilbert
    • 95
    • 1
    • 10
    1
    vote
    1 answer

    Mail loops back to myself

    So, i have set up iredmail in iredadmin with 2 virtual domains, one is domain.com and another is domain.net The domain.net is used for testing / development purposed so since the mail server launched, we stopped using it anymore, hence it was…
    pasaisea
    • 111
    • 2
    • 13
    1
    vote
    1 answer

    Python cannot send email via iRedMail

    I have installed iRedEmail on my mail server. Now it has default certificate. When I use a normal email client, it asks me to TRUST certificate of the mail server and then it starts Receiving / Sending email from the mail server But if I write my…
    Tahseen
    • 1,027
    • 1
    • 12
    • 32
    0
    votes
    1 answer

    Cant setup iredmail behind existing jwilder-nginx-proxy ERR_TOO_MANY_REDIRECTS 301 Moved Permanently

    This is my first time to setup iredmail. Am very happy to find this Group and really hope I will get some useful answers. Has someone here ever succeed to setup iredmail/mariadb:stable behind an existing nginx jwilder/docker-gen reverse proxy…
    0
    votes
    0 answers

    Configure email send using SMTP SSL/Port 465 on Python.(Redmail)

    from redmail import EmailSender from smtplib import SMTP_SSL email = EmailSender( host="smtp-es.securemail.pro", port=465, cls_smtp=SMTP_SSL, username= "xxxxxxxxx", password= "zzzzzzzzz" ) email.send( subject="An example…
    0
    votes
    0 answers

    502 Bad Gateway error after iRedMail installation

    Just installed iRedMail on a server, the admin panel works fine but the mail url is not working https:///mail. When I open it in the browser it throws a 502 bad gateway error.
    user11900732
    0
    votes
    0 answers

    Configure iRedMail to use Mysql instaed of MariaDB on Debian 10

    I have a development server with Mysql. I need mysql specifically as I have used the C++ connector API extensively in my code and this API does not work with MariaDB. I need to install a very secure, easily configurable mail server on this server…
    Jason Orr
    • 1
    • 1
    0
    votes
    0 answers

    Iredmail local server with pfsense, nginx and ssl problems

    I have a problem that bothers me for few days. I have 2 local servers on same IP, at my office, on one we run an apache webapp that uses port 443 and port 80, and on the other one i tried to install ubuntu iredmail server, all good until i asked for…
    0
    votes
    1 answer

    iRedMail messages missing DKIM header

    I setup a clean iRedMail installation on a new server. I followed the instructions here: https://docs.iredmail.org/install.iredmail.on.debian.ubuntu.html and then setup the dns records like so: https://docs.iredmail.org/setup.dns.html I also added a…
    user2741831
    • 2,120
    • 2
    • 22
    • 43
    0
    votes
    0 answers

    How to use same PHP and MySQL for all applications with SSH

    I have installed WordPress in example.com. When i install WordPress it automatically install all dependencies like PHP, MySQL, Apache/nginx, etc Now, I have installed iRedMail in example.com/email and it will again install PHP, MySQL, Apache/nginx,…
    Sted
    • 111
    • 6
    0
    votes
    1 answer

    Connection timed out while sending email from Roundcube Webmail v1.4.11 ( iRedMail )

    I am trying to setup a email server on Google clou for which I have used iRedMail. I have followed this link to setup. There was no error in logs while sending email to this email server but when I try to send from the UI to my email ID it is giving…
    TheAkashKamble
    • 181
    • 2
    • 17
    0
    votes
    1 answer

    Postfix Server - How do I block an IP thats is constantly trying to connect

    Firstly, thanks for looking. I have recently set up a postfix mailserver with dovecot using the following guide: https://www.linuxbabe.com/mail-server/ubuntu-18-04-iredmail-email-server I have been monitoring the logs on /var/log/mail.log and the…
    kayboxa
    • 37
    • 6