Displaying 3 results from an estimated 3 matches for "myvirtu".
Did you mean:
myvirt
2011 Jun 29
1
Ref Classes: bug with using '.self' within initialize methods?
...em occurs when, say 'someInitFoo()' calls yet another Ref
Class method (as is the case in the example below with a call to
'.self$someFoo()').
Is this a desired behavior?
Thanks for any clarifying comments!
Janko
##### CODE EXAMPLE #####
# CLASSES
setRefClass(
Class="MyVirtual",
contains=c("VIRTUAL"),
methods=list(
initialize=function(...){
callSuper(...)
return(.self)
},
someInitFoo=function(flds, ...){
someInitFooRefInner(
.self=.self,
flds=fld...
2009 Aug 15
11
Postfix : lda problem
...ache
smtpd_tls_session_cache_timeout = 3600s
smtpd_use_tls = yes
strict_rfc821_envelopes = yes
tls_random_source = dev:/dev/urandom
unknown_local_recipient_reject_code = 550
virtual_gid_maps = proxy:mysql:/etc/postfix/mygid.cf
virtual_mailbox_base = /
virtual_mailbox_maps = proxy:mysql:/etc/postfix/myvirtual.cf
virtual_minimum_uid = 1000
virtual_transport = dovecot
virtual_uid_maps = static:33
# POSTFIX master.cnf
#
# Postfix master process configuration file. For details on the format
# of the file, see the master(5) manual page (command: "man 5 master").
#
# Do not forget to execute &q...
2009 Aug 18
0
alias does not work
...l to user_domain.tld except of
user at domain.tld in master.cf ?
Thanks
Denis
# main.cf
virtual_alias_maps = proxy:mysql:/etc/postfix/myalias.cf,
hash:/etc/aliases
virtual_mailbox_domains = mysql:/etc/postfix/mydomain.cf
virtual_mailbox_maps = proxy:mysql:/etc/postfix/myvirtual.cf
virtual_transport = dovecot
dovecot_destination_recipient_limit = 1
# master.cf
dovecot unix - n n - - pipe
flags=DRhu user=www-data:www-data argv=/usr/lib/dovecot/deliver -d
$(recipient)