Displaying 20 results from an estimated 206 matches for "colost".
Did you mean:
colos
2008 Aug 11
2
Auto Vacation replies again
...red to any local mail servers.
Once I did this my auto vacation replies are getting canned due to the
fact the from header line is empty in the reply message. You can see
that it is empty from my mail logs (soon after the line where is
executes my .dovecot.sievec file):
Aug 11 13:24:51 mail2.engr.colostate.edu dovecot: [ID 107833 mail.info]
auth(default): new auth connection: pid=15539
Aug 11 13:24:51 mail2.engr.colostate.edu postfix/smtpd[15539]: [ID
197553 mail.info] connect from akron.colostate.edu[129.82.103.160]
Aug 11 13:24:52 mail2.engr.colostate.edu postfix/smtpd[15539]: [ID
197553 mail.in...
2008 Aug 04
2
Help with auto vacation replies
...t out the sieve plugin and having no luck in getting a
simple auto vacation reply to work. Here is my .dovecot.sieve script:
require ["fileinto", "vacation"];
# BEGIN VACATION
vacation
:days 30
:subject "Out of Office Reply"
:addresses ["cj.keist at colostate.edu"]
"OUT OF THE OFFICE";
I know the dovecot delivery program is reading my script as the
.dovecot.sievec file is being created and there is no .dovecot.sieve.err
file. Permissions of the files are in my ownership. The files are
located in my home directory as well. The log f...
2008 Aug 06
1
Dovecot auto vacation with sieve doesn't work
...: /userM/mail-services/dovecot/var/run/dovecot/auth-master
mode: 384
user: postfix
group: postfix
My .dovecot.sieve file:
require ["vacation"];
if header :matches "subject" "*" {
vacation
:days 30
:addresses "cj.keist at colostate.edu"
:subject "Automatic response to: ${1}"
"I'm away -- send mail to foo in my absence";
}
I made some modifications to the vacation reply base on the following URL:
http://ietfreport.isoc.org/idref/draft-ietf-sieve-vacation/
In my testi...
2008 Aug 05
1
Dovecot sieve plugin reject not working
...group: postfix
.dovecot.sieve:
require ["fileinto", "vacation", "reject"];
if address :is "from" "someaccount at yahoo.com" {
reject "I don't like your email message";
}
When I send message from yahoo.com to my cjay at engr2.colostate.edu
account on this server no rejection notice is being sent back. It looks
like at the end of the log file section below that it is sending
something back, but nothing shows up. Also see how the "From" is empty?
I don't think this is postfix problem as I can send and receive mail...
2014 Jul 10
2
Fatal: master: service(imap): child 20258 killed with signal 6 (core not dumped - set service imap { drop_priv_before_exec=yes })
...dovecot -n
# 2.2.13: /userM/mail-services/dovecot/etc/dovecot/dovecot.conf
# OS: SunOS 5.11 i86pc
auth_failure_delay = 5 secs
auth_mechanisms = plain login cram-md5
auth_worker_max_count = 300
base_dir = /userM/mail-services/dovecot/var/run/dovecot/
disable_plaintext_auth = no
hostname = mail2.engr.colostate.edu
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope
encoded-character vacation subaddress comparator-i;ascii-numeric
relational regex imap4flags copy include variables body enotify
environment mailbox date ihave duplicate
namespace inbox {
inb...
2014 Feb 13
1
samba4.1.4 samba-tool fails to join domain
...I have compiled and installed samba with no errors on OmniOS
151.008j-r1. Reading the following wiki to join to an existing AD domain:
https://wiki.samba.org/index.php/Samba4/HOWTO/Join_a_domain_as_a_DC
All steps go through with out any issues until I run:
bin/samba-tool domain join engr.colostate.edu DC -Uadministrator
--realm=engr.colostate.edu --dns-backend=BIND9_DLZ
I get the following error:
Traceback (most recent call last):
File "bin/samba-tool", line 33, in <module>
from samba.netcmd.main import cmd_sambatool
File
"/opt/samba-4.1.4/lib/python2.6/...
2006 Nov 28
1
Can't drop root group privileges
...ld be greatly appreciated!
Jackie
---
Jackie Hunt
ACNS Voice: (970) 663-3789
Colorado State University FAX: (970) 491-1958
Fort Collins, CO 80523 Email: jackie.hunt at colostate.edu
2008 Aug 07
1
How to do line breaks in sieve scripts?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
In working with auto vacation replies I'd like to do a sieve script as
follows:
require ["vacation"];
vacation
:days 30
:addresses "cj.keist at colostate.edu"
:subject "Out of Office"
"***************** Out of Office ******************
I'm away -- send mail to foo in my absence
***************************************************";
But the libsieve-php.sourceforge.net check site doesn't like the line
breaks. I...
2008 Aug 19
1
sendmail permissions denied
...u deliver(joeblow): [ID 260232 mail.error] Sendmail
process terminated abnormally, exit status 75
Aug 19 13:12:52 goku deliver(joeblow): [ID 344163 mail.info] sieve
runtime error: Vacation: Error sending mail
Aug 19 13:12:52 goku deliver(joeblow): [ID 702911 mail.info]
msgid=<48AB1B2E.4000007 at colostate.edu>: saved mail to INBOX
Aug 19 13:12:52 goku deliver(joeblow): [ID 368532 mail.error]
sieve_execute_bytecode(/top/students/UNGRAD/ES/joeblow/home/.dovecot.sievec)
failed
Aug 19 13:12:52 goku postfix/local[10821]: [ID 197553 mail.info]
EF96F2363C: to=<joeblow at engr.colostate.edu>, re...
2007 Dec 20
6
samba 3.0.28 and dropboxes
...create mask = 0770
directory mask = 02770
inherit permissions = Yes
inherit acls = Yes
inherit owner = Yes
dos filemode = Yes
This is on Solaris 9 UFS filesystem with quotas enabled.
Thanks...
--
C. J. Keist Email: cj.keist@colostate.edu
UNIX/Network Manager Phone: 970-491-0630
Engineering Network Services Fax: 970-491-5569
College of Engineering, CSU
Ft. Collins, CO 80523-1301
All I want is a chance to prove 'Money can't buy happiness'
2010 Feb 17
2
rlimit_max errors
...ndows limit
(16384)
I've tried adding "ulimit -n 16384" to the samba start scripts, but
still getting these errors. Anyone know what I should do about this.
Could these errors cause slowness to the samba share for clients?
--
C. J. Keist Email: cj.keist at colostate.edu
UNIX/Network Manager Phone: 970-491-0630
Engineering Network Services Fax: 970-491-5569
College of Engineering, CSU
Ft. Collins, CO 80523-1301
All I want is a chance to prove 'Money can't buy happiness'
2014 Jul 10
0
dovecot lda invalid user settings
...ot/dovecot.conf
# OS: SunOS 5.11 i86pc
auth_failure_delay = 5 secs
auth_mechanisms = plain login cram-md5
auth_worker_max_count = 3000
base_dir = /userM/mail-services/dovecot/var/run/dovecot/
default_client_limit = 30000
default_process_limit = 5000
disable_plaintext_auth = no
hostname = mail2.engr.colostate.edu
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope
encoded-character vacation subaddress comparator-i;ascii-numeric
relational regex imap4flags copy include variables body enotify
environment mailbox date ihave duplicate
namespace inbox {
inb...
2003 Aug 07
2
Samba 2.2.8a file permissions not working
...erver too.
This did work in 2.2.7a and compiled the same way as above.
Is there something different in 2.2.8a, or is this a bug????
Thanks...
------------------------------------------------------------------------
---------------------------
C. J. Keist Email: cj.keist@engr.colostate.edu
UNIX/Network Manager Phone: 970-491-0630
Engineering Network Services Fax: 970-491-5569
College of Engineering, CSU
Ft. Collins, CO 80523-1301
All I want is a chance to prove 'Money can't buy happiness'"
2002 Jul 08
2
Setting file permissions through SAMBA
...e a problem where the files are
accessed via NFS. Changing permissions on files local to the web server
works fine.
SAMBA version: 2.2.4 and 2.2.5
I just want the chance to prove 'Money can't buy Happiness'" - a bumper sticker
C. J. Keist Email: cjay@engr.colostate.edu
UNIX/Network Manager Phone: 970-491-0630
Engineering Network Services Fax: 970-491-5569
College of Engineering, CSU
Ft. Collins, CO 80523-1301
-------------- next part --------------
HTML attachment scrubbed and removed
2006 Sep 21
6
Dovecot Usage Poll
...39;s query about big
sites spurred my curiousity.
I'd like to take an informal poll and will post results to the list.
I'm interested in hearing from those of you who are using dovecot
in a real-life/production type environment (not just testing).
Please email me directly [jackie.hunt at colostate.edu] and send the
following info:
(1) Type of organization: commercial/government/educational/etc.
(2) Number of users supported with Dovecot
(3) Approx. length of time you've used Dovecot in "production"
(4) Whether or not you are using the Dovecot LDA
Thanks much,
Jackie...
2010 Oct 04
1
More strangeness with ZFS and Samba
...0
inherit permissions = Yes
inherit acls = Yes
nt acl support = No
map archive = No
map readonly = permissions
store dos attributes = Yes
vfs objects = zfsacl
nfs4:mode = special
nfs4:acedup = merge
--
C. J. Keist Email: cj.keist at colostate.edu
Systems Group Manager Phone: 970-491-0630
Engineering Network Services Fax: 970-491-5569
College of Engineering, CSU
Ft. Collins, CO 80523-1301
All I want is a chance to prove 'Money can't buy happiness'
2002 Jul 01
2
SAMBA setting file permissions
...e seen this behavior? This happens on SAMBA shares for both
Linux and Solaris.
Apache version: 1.3.19
SAMBA version: 2.2.5
Linux: RH 7.2
Solaris 8
I just want the chance to prove 'Money can't buy Happiness'" - a bumper sticker
C. J. Keist Email: cjay@engr.colostate.edu
UNIX/Network Manager Phone: 970-491-0630
Engineering Network Services Fax: 970-491-5569
College of Engineering, CSU
Ft. Collins, CO 80523-1301
-------------- next part --------------
HTML attachment scrubbed and removed
2003 Nov 13
4
stop further sourcing of an R file
Hello,
Thanks to people who responded to previous mail!
Is there a way in which we can stop further sourcing
of an R file? i.e., i am sourcing an R file and keep
an equivalent of 'exit' in it and run the code till that point?
Thanks again
Regards
Ramakrishna
2005 Mar 29
2
dependency help for FC2 rpm
I am having difficulty with dependencies for the R rpm for Fedora Core 2.
In attempting to load R-2.0.0.0.fdr.1.fc2.i386.rpm it fails the
libtk8.4.so dependency even though I have this library loaded. The
library is located in: /usr/local/lib.
How might I tell R where to find this library? I am new to Linux and
loading rpms so I am hoping there is a simple answer and that the
problem is
2004 Nov 24
3
dovecot only answers to imap connections
Hey list,
Finally got up and running, and now am trying to figure out why
dovecot would only accept imap connections - I have people that are
happy with pop, but they can only authenticate when they use imap.
Is there a conf setting for this somewhere that I am missing?
-- Mitch