search for: default_transport

Displaying 12 results from an estimated 12 matches for "default_transport".

2009 Dec 02
2
Can't receive mail from outside
...=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -d ${recipient} ----------------------------------------------------------------- postconf > ----------------------------------------------------------------- 2bounce_notice_recipient = postmaster access_map_reject_code = 554 address_verify_default_transport = $default_transport address_verify_local_transport = $local_transport address_verify_map = address_verify_negative_cache = yes address_verify_negative_expire_time = 3d address_verify_negative_refresh_time = 3h address_verify_poll_count = 3 address_verify_poll_delay = 3s address_verify_positive_exp...
2012 Jan 10
1
Centos 6.2 Postfix - forward through SMTP smarthost with SMTP-AUTH
Hi All, I have set up three servers in a development environment. Via CR they're updated to Centos 6.2 It appears that these servers have postfix installed on them by default, which unfortunately I'm not very well acquainted with. All I want is a quick and dirty way to enable these hosts to send email through my own SMTP host. My (sendmail) SMTP host uses SMTP AUTH on a non-standard
2013 Dec 12
0
multiple passdbs and auth sockets
.../lib/postfix/smtpd: bad command startup -- throttling My settings for postfix and dovecot are as follows: root at jlaptop:/usr/local/etc/dovecot/conf.d# postconf -n alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases append_dot_mydomain = no biff = no config_directory = /etc/postfix default_transport = error home_mailbox = Maildir/ inet_interfaces = loopback-only mailbox_command = mailbox_size_limit = 0 myhostname = jlaptop mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 queue_directory = /var/spool/postfix readme_directory = no recipient_delimiter = + relay_transport = error relayhos...
2011 Mar 05
1
Dovecot, Postfix and Dovecot LDA (LMTP) delivery
.../dovecot-lmtp.log, the file remains empty. Anyone amongst you who is running the same kind of setup and can help? Thanks, Remy Postfix config (postfix -n output) alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases append_dot_mydomain = no biff = no config_directory = /etc/postfix default_transport = smtp inet_interfaces = all local_transport = lmtp:unix:private/dovecot-lmtp mailbox_command = mailbox_size_limit = 0 message_size_limit = 31457280 mydestination = hostname.domain.tld, localhost.domain.tld, localhost myhostname = hostname.domain.tld mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104...
2006 May 25
2
tls not working with postfix in chroot mode on centos4.0
...------------ next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20060525/562e030a/attachment-0002.html> -------------- next part -------------- 2bounce_notice_recipient = postmaster access_map_reject_code = 554 address_verify_default_transport = $default_transport address_verify_local_transport = $local_transport address_verify_map = address_verify_negative_cache = yes address_verify_negative_expire_time = 3d address_verify_negative_refresh_time = 3h address_verify_poll_count = 3 address_verify_poll_delay = 3s address_verify_positive_ex...
2015 Jan 23
2
sieve filter not working
HI, > You could set > > syslog_facility = local5 > > and have all the log messages in the messages file. According to the output of command # doveadm log find every type of message goes to the file I was looking at, "/var/spool/maillog". >> So, is it postfix doing the local mail delivery, not dovecot? >> > To answer this question please post relevant
2012 Apr 05
2
problem to configuration dovecot and postfix
...driver = passwd } protocol imap { mail_plugins = autocreate } protocol lda { mail_plugins = " sieve" } # postconf -n: alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases append_dot_mydomain = no biff = no broken_sasl_auth_clients = yes config_directory = /etc/postfix default_transport = error home_mailbox = Maildir/ inet_interfaces = all inet_protocols = all mailbox_command = /usr/lib/dovecot/deliver -c /etc/dovecot/conf.d/01-mail-stack-delivery.conf -m "${EXTENSION}" mailbox_size_limit = 1300000000 message_size_limit = 130000000 mydestination = qbu.example.com, qbu, l...
2015 Nov 18
2
[RFC] kvmtool: add support for modern virtio-pci
...ot;), \ OPT_STRING('k', "kernel", &(cfg)->kernel_filename, "kernel", \ @@ -517,6 +519,8 @@ static struct kvm *kvm_cmd_run_init(int argc, const char **argv) kvm->cfg.vmlinux_filename = find_vmlinux(); kvm->vmlinux = kvm->cfg.vmlinux_filename; + default_transport = kvm->cfg.old_virtio ? VIRTIO_PCI : VIRTIO_PCI_MODERN; + if (kvm->cfg.nrcpus == 0) kvm->cfg.nrcpus = nr_online_cpus; diff --git a/include/kvm/kvm-config.h b/include/kvm/kvm-config.h index 386fa8c..b1512a1 100644 --- a/include/kvm/kvm-config.h +++ b/include/kvm/kvm-config.h @@ -57,6...
2015 Nov 18
2
[RFC] kvmtool: add support for modern virtio-pci
...ot;), \ OPT_STRING('k', "kernel", &(cfg)->kernel_filename, "kernel", \ @@ -517,6 +519,8 @@ static struct kvm *kvm_cmd_run_init(int argc, const char **argv) kvm->cfg.vmlinux_filename = find_vmlinux(); kvm->vmlinux = kvm->cfg.vmlinux_filename; + default_transport = kvm->cfg.old_virtio ? VIRTIO_PCI : VIRTIO_PCI_MODERN; + if (kvm->cfg.nrcpus == 0) kvm->cfg.nrcpus = nr_online_cpus; diff --git a/include/kvm/kvm-config.h b/include/kvm/kvm-config.h index 386fa8c..b1512a1 100644 --- a/include/kvm/kvm-config.h +++ b/include/kvm/kvm-config.h @@ -57,6...
2014 Jun 13
2
Dovecot and Postfix - dovecot doesn't create sockets
...me = 1 hours submission_host = syslog_facility = mail valid_chroot_dirs = verbose_proctitle = no verbose_ssl = yes version_ignore = no postconf 2bounce_notice_recipient = postmaster access_map_defer_code = 450 access_map_reject_code = 554 address_verify_cache_cleanup_interval = 12h address_verify_default_transport = $default_transport address_verify_local_transport = $local_transport address_verify_map = btree:$data_directory/verify_cache address_verify_negative_cache = yes address_verify_negative_expire_time = 3d address_verify_negative_refresh_time = 3h address_verify_poll_count = ${stress?1}${stress:3} ad...
2014 Nov 16
1
UNIX perms appear ok (ACL/MAC wrong?)
...************************* --[postconf]----------------------------------------------------------------------------------------------------------- 2bounce_notice_recipient = postmaster access_map_defer_code = 450 access_map_reject_code = 554 address_verify_cache_cleanup_interval = 12h address_verify_default_transport = $default_transport address_verify_local_transport = $local_transport address_verify_map = btree:$data_directory/verify_cache address_verify_negative_cache = yes address_verify_negative_expire_time = 3d address_verify_negative_refresh_time = 3h address_verify_poll_count = ${stress?1}${stress:3} ad...
2013 Mar 14
8
Question regarding Postfix and Dovecot
...statistics: max cache size 1 at Mar 14 00:23:55 [/code] *Here is the output of postconf -d:* [code] root at andromeda:/etc/postfix# postconf -d 2bounce_notice_recipient = postmaster access_map_defer_code = 450 access_map_reject_code = 554 address_verify_cache_cleanup_interval = 12h address_verify_default_transport = $default_transport address_verify_local_transport = $local_transport address_verify_map = btree:$data_directory/verify_cache address_verify_negative_cache = yes address_verify_negative_expire_time = 3d address_verify_negative_refresh_time = 3h address_verify_poll_count = ${stress?1}${stress:3} ad...