search for: my_address

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

2019 Dec 04
2
[Bug 1385] New: Incorrectly evaluated expression with negated ip saddr and negated ip daddr
...well as Raspbian Buster Lite (RPi 4B) I noticed, that there an expression which contains both an ip daddr and an ip saddr subexpression and both are negated, it seems as if only one of them needs to match in order that the whole expression matches. The following example triggers the bug: define my_address = <IPv4 address> define some_other_address = 1.2.3.4 table ip filter { chain output { type filter hook output priority 0; policy accept; ip saddr != $my_address drop ip saddr != $my_address ip daddr != $some_other_address log group 1 q...
2010 Apr 09
2
Dovecot-sieve vacation proposal, use address in addresses as recipient
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Dovecot list, In my setup I have several email addresses that uses same account. When I set a vacation the answer is not necessarily send from the destination address. I propose to use the addresses found in addresses (if one match) as From address in vacation reply. I've made a little patch who do that [1]. Best regards. [1]
2006 Oct 11
1
MGCP stuff
...quot;outside world" via MGCP. I suppose I must set an MGCP peer to route outgoing calls. So, I must set the endpoint syntax of the Asterisk server (Asterisk will act as an MGCP gateway and will talk with an MGCP Gatekeeper) and with other MGCP gateways via RTP. Ex: DALN/S1/SU0/0@<my_address>.<mydomain>.<my_dns_suffix> Where the part after "@" is stored in BTS and contains my telephone number, etc (this is the provider's problem). The question: is this possible with Asterisk? Where can I find some documentation for configuring mgcp.conf? The documen...
2008 Mar 14
0
problem using NAT in dom0 + Xen
...roc/sys/net/ipv4/ip_forward --------- If I sniff traffic on eth1 (tcpdump -i eth1) I see that IP packets are sent using the private address! Of course, before enable xen daemon, I see that this IP packets are sent using my public IP address (-j MASQUERADE, same effect if I use -j SNAT --to-address my_address) Any clue? Why is it happening? I think that I''m having all possible problems using Xen :-) Thank you! -- Carles Pina i Estany GPG id: 0x8CBDAE64 http://pinux.info Manresa - Barcelona _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.c...
2009 Dec 09
1
More logging for Deliver (eg file name)
Hello, I can't see from the wiki if it's possible to log extra information with Deliver - such as the file name it's using to save the message in (Maildir). Currently I get the date, address, ID and folder, eg: Dec 09 12:07:06 deliver(my_address at invalid): Info: msgid=<302ce8b50912090406y634d1340j96ebd54466a2d08b at mail.gmail.com>: saved mail to INBOX.Lists.centos Thanks. -- Andrew
2011 Aug 08
2
How to make dovecot-lda/deliver mark a message as seen
Hello everybody, I am using dovecot 2.0.13 and have a special case here in which I want a mail that is delivered locally with dovecot-lda to be marked as "seen". In dovecot 1.1.7 I succeeded to achive this, by modifing deliver.c so that upon adding a -S switch to the command arguments, the flag MAIL_SEEN was added to the call of mailbox_copy(). This seemed to work pretty good.
2006 Sep 01
2
Include ActiveResource
...veResource derived model, Address: class Address < ActiveResource::Base self.site = "http://ws.geonames.org/findNearestAddress?lat=:lat&lng=:long" end When I try to use it, I get the trace below. Any ideas? Help very much appreciated. Loading development environment. >> my_address = Address.new NameError: uninitialized constant ActiveResource from ./script/../config/../config/../vendor/rails/activerecord/lib/../../activesu pport/lib/active_support/dependencies.rb:237:in `load_missing_constant'' from ./script/../config/../config/../vendor/rails/activ...
2009 Feb 02
3
libsieve problems / wishes
...ed case-sensitivly, e.g.: vacation :addresses [ "Steffen.Kaiser at example.com" ] ""; it won't match "steffen.kaiser at ...". attached patch makes a first shot about that problem, leaving: 1a) maybe one should lower-case :addresses argument at compile time and my_address at run-time and then use strcmp() again. 1b) duplicate checks are case-sensitive, too. This is probably no big issue, because if the same person uses different variants of his/her mail address for sending, s/he does not deserve better. 1c) Suppression of replies to own mails are case-sensitive,...