search for: notify_flags

Displaying 8 results from an estimated 8 matches for "notify_flags".

2010 Jul 29
1
permisions problems to setup dovecot lda in postfix with sieve
...x Jul 29 15:19:33 xxxx postfix/pipe[18600]: send attr recipient = xxxxx at xxxxx Jul 29 15:19:33 xxxx postfix/pipe[18600]: send attr offset = 4294967295 Jul 29 15:19:33 xxxx postfix/pipe[18600]: send attr dsn_orig_rcpt = rfc822;xxxxxxx at xxxxxxxx Jul 29 15:19:33 xxxx postfix/pipe[18600]: send attr notify_flags = 0 Jul 29 15:19:33 xxxx postfix/pipe[18600]: send attr status = 4.3.0 Jul 29 15:19:33 xxxx postfix/pipe[18600]: send attr diag_type = x-unix Jul 29 15:19:33 xxxx postfix/pipe[18600]: send attr diag_text = temporary failure Jul 29 15:19:33 xxxx postfix/pipe[18600]: send attr mta_type = Jul 29 15:19...
2012 Dec 27
4
Help Getting Postfix relaying via Gmail
...ipient = clint.dilks at gmail.com Dec 27 23:15:39 hbc postfix/smtp[2605]: send attr recipient = clint.dilks at gmail.com Dec 27 23:15:39 hbc postfix/smtp[2605]: send attr offset = 203 Dec 27 23:15:39 hbc postfix/smtp[2605]: send attr dsn_orig_rcpt = Dec 27 23:15:39 hbc postfix/smtp[2605]: send attr notify_flags = 0 Dec 27 23:15:39 hbc postfix/smtp[2605]: send attr status = 4.7.0 Dec 27 23:15:39 hbc postfix/smtp[2605]: send attr diag_type = x-sasl Dec 27 23:15:39 hbc postfix/smtp[2605]: send attr diag_text = no mechanism available Dec 27 23:15:39 hbc postfix/smtp[2605]: send attr mta_type = Dec 27 23:15:39...
2020 Mar 15
3
lmtp and recipient_delimiter
...eth postfix/lmtp[5077]: send attr recipient = foo-bar at sapienti-sat.org Mar 15 17:57:06 batleth postfix/lmtp[5077]: send attr offset = 700 Mar 15 17:57:06 batleth postfix/lmtp[5077]: send attr dsn_orig_rcpt = rfc822;foo-bar at sapienti-sat.org Mar 15 17:57:06 batleth postfix/lmtp[5077]: send attr notify_flags = 0 Mar 15 17:57:06 batleth postfix/lmtp[5077]: send attr status = 5.1.1 Mar 15 17:57:06 batleth postfix/lmtp[5077]: send attr diag_type = smtp Mar 15 17:57:06 batleth postfix/lmtp[5077]: send attr diag_text = 550 5.1.1 <foo-bar at sapienti-sat.org> User doesn't exist: foo at sapienti-sat...
2020 Mar 11
2
lmtp and recipient_delimiter
Hi list, I have a small problem with recipient_delimiters contained in usernames. Recently I have extended recipient_delimiter from "+" to "+-" in both Postfix and Dovecot (using lmtp) and now any user that have a '-' in it's username can't receive mail anymore, because lmtp truncates the localpart after the '-' and of course can't find the first
2019 Apr 13
1
[RFC 3/3] RDMA/virtio-rdma: VirtIO rdma driver
...ib_pd *pd, u64 start, u64 length, > + u64 virt_addr, int access_flags, > + struct ib_udata *udata) > +{ > + printk("%s:\n", __func__); > + > + return NULL; > +} > + > +int virtio_rdma_req_notify_cq(struct ib_cq *ibcq, > + enum ib_cq_notify_flags notify_flags) > +{ > + printk("%s:\n", __func__); > + > + return 0; > +} > + > +static const struct ib_device_ops virtio_rdma_dev_ops = { > + .get_port_immutable = virtio_rdma_port_immutable, > + .query_device = virtio_rdma_query_device, > + .query_port = vir...
2019 Apr 11
1
[RFC 3/3] RDMA/virtio-rdma: VirtIO rdma driver
...+} + +struct ib_mr *virtio_rdma_reg_user_mr(struct ib_pd *pd, u64 start, u64 length, + u64 virt_addr, int access_flags, + struct ib_udata *udata) +{ + printk("%s:\n", __func__); + + return NULL; +} + +int virtio_rdma_req_notify_cq(struct ib_cq *ibcq, + enum ib_cq_notify_flags notify_flags) +{ + printk("%s:\n", __func__); + + return 0; +} + +static const struct ib_device_ops virtio_rdma_dev_ops = { + .get_port_immutable = virtio_rdma_port_immutable, + .query_device = virtio_rdma_query_device, + .query_port = virtio_rdma_query_port, + .get_netdev = virtio_rdma_g...
2019 Apr 11
9
[RFC 0/3] VirtIO RDMA
Data center backends use more and more RDMA or RoCE devices and more and more software runs in virtualized environment. There is a need for a standard to enable RDMA/RoCE on Virtual Machines. Virtio is the optimal solution since is the de-facto para-virtualizaton technology and also because the Virtio specification allows Hardware Vendors to support Virtio protocol natively in order to achieve
2019 Apr 11
9
[RFC 0/3] VirtIO RDMA
Data center backends use more and more RDMA or RoCE devices and more and more software runs in virtualized environment. There is a need for a standard to enable RDMA/RoCE on Virtual Machines. Virtio is the optimal solution since is the de-facto para-virtualizaton technology and also because the Virtio specification allows Hardware Vendors to support Virtio protocol natively in order to achieve