Hello. Maybe some of you have successfully whitelisted some rcpt_to? Some of users are complaining to get emails too slow. And asked to disable greylisting. So i have tried different configurations, but with no luck, message is not accepted for the first time, until the block_expires.
What could be wrong ? I have tried this varriants: insert into relaytofrom values (0,NULL,NULL,"[EMAIL PROTECTED]","2000-01-01 01:01:01","9999-12-31 23:59:59",0,0,0,"AUTO","2000-01-01 01:01:01",NOW()); insert into relaytofrom values (0,NULL,NULL,"[EMAIL PROTECTED]","2000-01-01 01:01:01","9999-12-31 23:59:59",0,0,0,"MANUAL","2000-01-01 01:01:01",NOW()); insert into relaytofrom values (0,NULL,NULL,"[EMAIL PROTECTED]","0000-00-00 00:00:00","9999-12-31 23:59:59",0,0,0,"MANUAL",NOW(),NOW()); with no luck. i am doing something wrong, probably. Could someone point me on the errors I do ? thanks you.