[Solved] Postfix dsn=4.3.0, status=deferred (mail transport unavailable)

Issues related to applications and software problems
Blisk
Posts: 316
Joined: 2011/07/04 14:49:51
Contact:

Re: Postfix dsn=4.3.0, status=deferred (mail transport unavailable)

Post by Blisk » 2017/07/20 06:35:01

this is what I get from logs
/var/log/maillog:Jul 16 03:38:41 mydomain postfix/qmgr[3836]: warning: connect to transport private/amavis: No such file or directory
/var/log/maillog:Jul 16 03:40:18 mydomain postfix/qmgr[3836]: warning: connect to transport private/amavis: No such file or directory

Log is already enabled for amavis.
Don't know where that private/amavis folder is

Blisk
Posts: 316
Joined: 2011/07/04 14:49:51
Contact:

Re: Postfix dsn=4.3.0, status=deferred (mail transport unavailable)

Post by Blisk » 2017/07/20 06:52:22

Ok now I found a solution.
I googled more about this problem
warning: connect to transport private/amavis: No such file or directory

And I found out that I need to change this in main.cf
content_filter = amavis:[127.0.0.1]:10026
to this
content_filter = smtp-amavis:[127.0.0.1]:10026

now works ok
Last edited by Blisk on 2017/07/20 13:42:23, edited 1 time in total.

mghe
Posts: 766
Joined: 2015/11/24 12:04:43
Location: Katowice, Poland

Re: Postfix dsn=4.3.0, status=deferred (mail transport unavailable)

Post by mghe » 2017/07/20 06:53:33

Default : /var/spool/amavisd/

You can find it in config: /etc/amavisd/amavisd.conf


Post Reply