1

Topic: FTP + iredmail

I have installed iredmail. Works like charm !!
The problem I have is I need to install an FTP server on same machine.

I have installed proftpd and modified iptables rules adding 21 port to accepted connections.
# http/https, smtp/smtps, pop3/pop3s, imap/imaps, ssh
-A INPUT -p tcp -m multiport --dport 80,21,443,25,465,110,995,143,993,587,465,2222 -j ACCEPT


I cant access FTP, My users login but instead getting files list I get disconnected (timmed out).
Any ideas to fix this?
Thanx a lot folks !

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: FTP + iredmail

Two ports are required: 20, 21. you missed 20.

- we have a sample rule at the bottom of the iptable rule file you configured above.
- you can find a tutorial about ftp & mail hosting with pureftpd + iRedMail here: http://www.iredmail.org/doc.html