1

Topic: Bypass greylisting

==== Required information ====
- iRedMail version: 0.8.4
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Linux/BSD distribution name and version: Debian/Squeeze
- Related log if you're reporting an issue:
====

Hello,

Is it possible for me to bypass greylisting for a list of trusted email senders ? Thus I will receive those trusted emails instantaneously.

Thanks.

----

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

2

Re: Bypass greylisting

Sure you can.

*) If you have the latest iRedAdmin-Pro installed, you can enable/disable greylisting for certain user in user profile page (under tab "Advanced"). Screenshot attached for your reference.

*) If you don't have iRedAdmin-Pro, you can achieve the same goal with MySQL command line tool by following Policyd document:
http://policyd.sourceforge.net/readme.html

http://iredmail.org/images/iredadmin/user_profile_advanced.png

3

Re: Bypass greylisting

ZhangHuangbin wrote:

Sure you can.
*) If you don't have iRedAdmin-Pro, you can achieve the same goal with MySQL command line tool by following Policyd document:
http://policyd.sourceforge.net/readme.html

Do you mean "Greylist Opt-in / Opt-out" in the url ?

4

Re: Bypass greylisting

aniyan.rajan6 wrote:

Do you mean "Greylist Opt-in / Opt-out" in the url ?

Yes. Here's tutorial for iRedMail:
http://iredmail.org/wiki/index.php?titl … ist.Opt.In

5

Re: Bypass greylisting

Good Morning,

I had a problem with GreyListing this morning while migrating from an old Sendmail server to my new iRedmail server (love it!).  I'm running the iRedAdmin-Pro 1.6.0 with a patch to fix a bug with the Search function.  I noticed that I have but a subset of the options on my user->advanced panel than what is shown here.  Did I missing something?  I don't recall any db schema updates needing to be done to enable?

Thank you smile

tonyd

Post's attachments

irmpro.png
irmpro.png 100.45 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

6

Re: Bypass greylisting

Hi Tony,

1) Don't hijack other's topic, please create a new forum topic for your own questions/issues.
2) iRedAdmin-Pro supports Policyd-1.8, but not Cluebringer (a.k.a. Policyd v2). But i'm working on it, hope we will have Cluebringer support in next 2 releases of iRedAdmin-Pro.

7

Re: Bypass greylisting

ZhangHuangbin wrote:
aniyan.rajan6 wrote:

Do you mean "Greylist Opt-in / Opt-out" in the url ?

Yes. Here's tutorial for iRedMail:
http://iredmail.org/wiki/index.php?titl … ist.Opt.In

Zhang,

Can I modify the policy table in postfixpolicyd database using the following user ?

mysql -u debian-sys-maint -p

I got the username and password from /etc/mysql/debian.cnf. I am not able to find the root user password. Can I reset the root password of mysql ?

Thanks.

8

Re: Bypass greylisting

Hi aniyan.rajan6,

You can find MySQL username/password in iRedMail installation directory. e.g. /root/iRedMail-0.8.4/iRedMail.tips.
If you lost this file, use MySQL root user is ok.

9

Re: Bypass greylisting

Thanks, I forgot about that tips file.

Now I got the password for the vmailadmin user, which I can use for modifying the databases for the iRedmail.

Thanks.