mail troubles after installing Maia - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: mail troubles after installing Maia (/thread-12500.html) Pages: 1 2 |
RE: mail troubles after installing Maia - fluser - 12-23-2010 11:55 PM Delaying is produced by greylisting. You can edit the config of postgrey to delay mails only 1 minute instead of 5 minutes. Change /etc/default/postgrey the line Code: POSTGREY_OPTS="--inet=127.0.0.1:60000" to Code: POSTGREY_OPTS="--inet=127.0.0.1:60000 --delay=60" To show that postgrey works fine you can run this command: Code: cat /var/log/mail.log | postgreyreport \ Maybe it solves your problem. If not, please have a look for policyd-weight here: http://www.policyd-weight.org/ Please test first if it works with the postgrey tuning. Best Regards Fluser |