Neil Tiffin: > Feb 4 15:17:03 fairwindsoft2 postfix/smtp[6671]: auto_clnt_create: > transport=local endpoint=private/scache
There is no need for verbose logging, the noise drowns out the useful information. > Feb 4 15:17:03 fairwindsoft2 postfix/smtp[6671]: fatal: event_enable_read: > epoll_ctl EPOLL_CTL_ADD: Operation not permitted That is your problem. Some "security" filter is not allowing EPOLL operations. Either build Postfix with "make CCARGS=-DNO_EPOLL" or fix the "security" filter. Wietse