Problems receiving email in dovecot-mysql

0

What happens to me is that when I want to receive mail I get it ..

  

May 22 12:06:41 midomain postfix / qmgr [1843]: warning: connect to transport private / virtual: No such file or directory

I do not really know what it's headed for. I have the virtual table if it is necessary to pass the content. But as there calls a directory that does not exist and passes me the emails to deferred, if I do mailq I see them but they do not reach their respective boxes something happens in the qmanager .

Here is the log of the mail.log

May 22 12:06:41 midomain postfix/qmgr[1843]: 6F0A511A0B4D: from=<[email protected]>, size=5118, nrcpt=1 (queue active)
May 22 12:06:41 midomain postfix/qmgr[1843]: warning: connect to transport private/virtuales: No such file or directory
May 22 12:06:41 midomain postfix/qmgr[1843]: A327611A0BD3: from=<[email protected]>, size=2439, nrcpt=1 (queue active)
May 22 12:06:41 midomain postfix/error[2182]: 6F0A511A0B4D: to=<[email protected]>, relay=none, delay=5820, delays=5820/0.01/0/0.08, dsn=4.3.0, status=deferred (mail$
May 22 12:06:41 midomain postfix/error[2183]: A327611A0BD3: to=<[email protected]>, relay=none, delay=5772, delays=5772/0.01/0/0.09, dsn=4.3.0, status=deferred (mail$

postconf -n

root@midomain:/var/mail/midomain.com/ventas# postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
compatibility_level = 2
inet_interfaces = all
inet_protocols = all
mailbox_size_limit = 0
mydestination = localhost, $mydomain, localhost.$mydomain, $virtual_mailbox_domains
mydomain = midomain.com
myhostname = midomain.com
mynetworks = 127.0.0.0/8, 192.168.1.100/32, miip
myorigin = /etc/mailname
readme_directory = no
recipient_delimiter = +
relayhost =
        smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
        smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
        smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination
        smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
        smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
        smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
        smtpd_use_tls = yes
        transport_maps = mysql:/etc/postfix/transport.cf
        virtual_gid_maps = mysql:/etc/postfix/gids.cf
        virtual_mailbox_base = /var/mail
        virtual_mailbox_domains = mysql:/etc/postfix/virtual_domains.cf
        virtual_mailbox_maps = mysql:/etc/postfix/mysql_virt.cf
        virtual_maps = mysql:/etc/postfix/virtuales.cf
        virtual_uid_maps = mysql:/etc/postfix/uids.cf

    postconf -M

        root@midomain:/var/mail/midomain.com/ventas# postconf -M
        smtp       inet  n       -       y       -       -       smtpd
        pickup     unix  n       -       y       60      1       pickup
        cleanup    unix  n       -       y       -       0       cleanup
        qmgr       unix  n       -       n       300     1       qmgr
        tlsmgr     unix  -       -       y       1000?   1       tlsmgr
        rewrite    unix  -       -       y       -       -       trivial-rewrite
        bounce     unix  -       -       y       -       0       bounce
        defer      unix  -       -       y       -       0       bounce
        trace      unix  -       -       y       -       0       bounce
        verify     unix  -       -       y       -       1       verify
        flush      unix  n       -       y       1000?   0       flush
        proxymap   unix  -       -       n       -       -       proxymap
        proxywrite unix  -       -       n       -       1       proxymap
        smtp       unix  -       -       y       -       -       smtp
        relay      unix  -       -       y       -       -       smtp
        showq      unix  n       -       y       -       -       showq
        error      unix  -       -       y       -       -       error
        retry      unix  -       -       y       -       -       error
        discard    unix  -       -       y       -       -       discard
        local      unix  -       n       n       -       -       local
        virtual    unix  -       n       n       -       -       virtual
        lmtp       unix  -       -       y       -       -       smtp
        anvil      unix  -       -       y       -       1       anvil
        scache     unix  -       -       y       -       1       scache
        maildrop   unix  -       n       n       -       -       pipe flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
        uucp       unix  -       n       n       -       -       pipe flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
        ifmail     unix  -       n       n       -       -       pipe flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
        bsmtp      unix  -       n       n       -       -       pipe flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
        scalemail-backend unix - n       n       -       2       pipe flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
        mailman    unix  -       n       n       -       -       pipe flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py ${nexthop} ${user}
    
asked by pablo 22.05.2017 в 18:15
source

0 answers