search for: kocik

Displaying 17 results from an estimated 17 matches for "kocik".

2020 Jan 26
2
Vacation use different SMTP server
...em are really internal/local, this is decided by sending SMTP everytime something is sent, based on MX records). Problem is that Dovecot/Sieve is using wrong SMTP server (one used for receiving e-mails which should NEVER be used for sending [and is never is, except sieve]). Cit?t "KOCIK Fabien (Acoss)" <fabien.kocik at acoss.fr>: > Hi, > > I had the same problem and solved it at architectural design level. > > Instead of forcing Sieve to use a different SMTP server, I declared > some transports in the sending SMTP server to force it to route >...
2020 Jan 31
2
Vacation use different SMTP server
...something is sent, based on MX records). Problem is that >> Dovecot/Sieve is using wrong SMTP server (one used for receiving >> e-mails which should NEVER be used for sending [and is never is, >> except sieve]). >> >> >> >> >> >> Cit?t "KOCIK Fabien (Acoss)" <fabien.kocik at acoss.fr>: >> >>> Hi, >>> >>> I had the same problem and solved it at architectural design level. >>> >>> Instead of forcing Sieve to use a different SMTP server, I declared >>> some transports...
2007 May 19
3
form question
...k; probably because I''m not doing it right. Maybe someone knows how to use fields_for to accomplish the above? I think what I tried was something like this: <% fields_for :manufacturer, @car.manufacturer do |m_field| %> <%= m_field.text_field :name %> <% end %> -- Bill Kocik --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send...
2020 Jan 28
0
Vacation use different SMTP server
...by sending SMTP everytime > something is sent, based on MX records). Problem is that > Dovecot/Sieve is using wrong SMTP server (one used for receiving > e-mails which should NEVER be used for sending [and is never is, > except sieve]). > > > > > > Cit?t "KOCIK Fabien (Acoss)" <fabien.kocik at acoss.fr>: > >> Hi, >> >> I had the same problem and solved it at architectural design level. >> >> Instead of forcing Sieve to use a different SMTP server, I declared >> some transports in the sending SMTP server...
2007 Jun 14
1
HABTM and acts_as_list
..., :integer t.column :language_position, :integer end end class Language < ActiveRecord::Base acts_as_list :scope => :product has_and_belongs_to_many :products end class Product < ActiveRecord::Base has_and_belongs_to_many :languages, :order => WHAT GOES HERE? end -- Bill Kocik http://bkocik.net --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe fro...
2020 Jan 31
0
Vacation use different SMTP server
...). Problem is that >>> Dovecot/Sieve is using wrong SMTP server (one used for receiving >>> e-mails which should NEVER be used for sending [and is never is, >>> except sieve]). >>> >>> >>> >>> >>> >>> Cit?t "KOCIK Fabien (Acoss)" <fabien.kocik at acoss.fr>: >>> >>>> Hi, >>>> >>>> I had the same problem and solved it at architectural design level. >>>> >>>> Instead of forcing Sieve to use a different SMTP server, I >>>&...
2020 Aug 24
4
Incremental purge?
On 24/8/20 7:12, Fabien KOCIK wrote: > First, extract user list using doveadm users '*'. > Then process this list to fit your needs (seven parts for a week and a > part processed by week day for example). > Finally, use -u option of doveadm purge into a loop. This is a good idea for installations with tons...
2020 Jan 24
2
Vacation use different SMTP server
Hi, in our setup, we have two SMTP servers: - one for receiving messages (this one is using Dovecot's LMTP for delivery) - one for sending messages (this one is used by our users as outgoing SMTP server) Only the first one has list of local domains, local e-mail accoutns etc. so the second one will ALWAYS use MX records for delivery - with this setup, we can allow to our users to
2008 May 22
3
SOAP client in Ruby/Rails
Hi all. I have a need to build a SOAP client using Ruby and Rails. I''m accessing a document/literal style SOAP service. I''ve been poring over documentation (well, there really doesn''t seem to be any, so that''s a little misleading), blog posts, and outdated tutorials all day, and I still don''t really have anywhere to begin. Every tutorial seems to have a
2020 Aug 24
0
Incremental purge?
> On 24/08/2020 08:30 Jesus Cea <jcea at jcea.es> wrote: > > > On 24/8/20 7:12, Fabien KOCIK wrote: > > First, extract user list using doveadm users '*'. > > Then process this list to fit your needs (seven parts for a week and a > > part processed by week day for example). > > Finally, use -u option of doveadm purge into a loop. > > This is a good ide...
2020 Aug 23
2
Incremental purge?
I am using mdbox storage format. As far as I know, ?doveadm purge? does a complete purge. The time and disk activity would be proportional to the number mdbox files on the storage. The purge time could be huge. I wonder if there is some way of doing a kind of incremental purge, stopping/restarting purging, etc. Purging by file range would be nice too. Advice? Thanks Enviado desde mi iPhone
2007 Aug 05
1
Activerecord Query Generation
Is there a way to just retrieve the sql that would be generated by an activerecord call without actually executing the call? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2007 Apr 28
3
Learning ruby question
I''m having trouble understanding Ruby''s concept of scope. Could someone explain the difference between the following 2 programs. They both return the same output "aaaaaaaa", but I''m just not sure about self in #1. Is self.day and self.title referring to and setting class variables or are they instance variables? Thanks in advance. # 1. class Session
2009 May 04
6
cucumber - when to stub/mock
I''m just curious about this, since my solution involved stubbing a call to GeoIp. Is there a good rule of thumb for when you make exceptions to the ''no stubbing'' philosophy of Cucumber? My step was: "Given I am accessing the site from Japan," but I can think of other situations - mostly when interacting with web services, that I''d probably
2020 Jan 24
0
Vacation use different SMTP server
Hi, I had the same problem and solved it at architectural design level. Instead of forcing Sieve to use a different SMTP server, I declared some transports in the sending SMTP server to force it to route internal domains directly to receiving SMTP server without going to the Internet. So, internal mails remains on internal network and there is only one SMTP server for all mail traffic. Sorry, I
2020 Aug 24
0
Incremental purge?
Hi, I think you can achieve file range approach using a small piece of shell script. First, extract user list using doveadm users '*'. Then process this list to fit your needs (seven parts for a week and a part processed by week day for example). Finally, use -u option of doveadm purge into a loop. That is just a trivial first idea. You can notice that it will trigger a doveadm
2019 Nov 08
0
[2.3.8] possible replication issue
Hi, I'm dealing for few days with replication issues between two dovecot containerized instances in Kubernetes environment. After some search, I found this thread that reports exactly the same symptoms I encountered : https://dovecot.org/pipermail/dovecot/2019-October/117353.html I can confirm that downgrade of dovecot to 2.3.7.2 fixes the issue. Testing usage of -T parameter with a very low