search for: aliasedto

Displaying 2 results from an estimated 2 matches for "aliasedto".

Did you mean: aliased
2001 Aug 02
1
Is there a test for .Alias?
...#39; is aliased TO 'x', or is both 'x' and 'y' said to be aliased to an internal object? Example continued: y$a <- NULL # Here 'y' becomes a shallow copy since the slot 'a' is removed. y$a <- 1 Is there an is.Alias(y)? I could see how to do a is.AliasedTo(y, x) by testing if a modification in 'y' is reflected in 'x'. The reason for using .Alias is that I would like to use it because of memory and speed issues in function calls etc. Thanks to everyone Henrik Bengtsson Statistics Department Lund University -.-.-.-.-.-.-.-.-.-.-.-.-...
2012 Mar 06
5
restrict postfix to only certain users getting incoming mail
Perhaps I am trying to do the impossible. centos6, spamassassin, procmail, dovecot, postfix. Postfix, by default, accepts all incoming mail to any user listed in the shadow/passwd and alias files. I cannot find a way to stop that without manually blocking each non wanted user (like nobody, apache) without killing local delivery. For most of the users listed in those files, who cares. However