search for: mailout

Displaying 13 results from an estimated 13 matches for "mailout".

Did you mean: bailout
2008 Jul 03
2
Bug#489172: logcheck: please add Auto-Submitted header field to mailouts
Package: logcheck Version: 1.2.54 Severity: wishlist Please add the header "Auto-Submitted: auto-generated" to mails generated by logcheck. This header should be supported by many email autoresponders and should prevent the need to set up logcheck specific rules for "vacation"-type autoresponders. Headers can be added in mail using the -a switch, e.g. mail -a
2002 Oct 09
5
Value too large for defined data type
Howdy, I am just starting to use rsync and now have an rsync server set up to back up our various machines. I recently started getting an error that is confusing and I can't find info documented on it. I searched the news group and found it mentioned but no solution yet. I get the error when sync'ing from a Solaris 8 machine to my Solaris 8 server. stat
2013 Feb 10
1
Patch to add gpg support to logcheck.
...02111-1307 USA =================================================================== RCS file: /usr/sbin/logcheck,v retrieving revision 1.1 diff -u -r1.1 /usr/sbin/logcheck --- /usr/sbin/logcheck 2013/02/10 04:17:53 1.1 +++ /usr/sbin/logcheck 2013/02/10 05:11:26 @@ -83,6 +83,7 @@ LOGCHECKDEBUG=0 MAILOUT=0 MAILASATTACH=0 +MAILASGPG=0 NOCLEANUP=0 REBOOT=0 FQDN=0 @@ -174,7 +175,13 @@ $(export) EOF - } | eval mime-construct $MIMECONSTRUCTARGS \ + } | if [ "$MAILASGPG" -eq 1 ]; then + debug "Sending error as gpg" + mime-construct $MIMECONSTRUCTARGS --subpart \ + --file...
2009 Jul 05
2
AUTH PLAIN error with Thunderbird and Dovecot 1.2
...idle_notify_interval(managesieve): 120 auth default: mechanisms: plain login verbose: yes passdb: driver: ldap args: /etc/dovecot/dovecot-ldap.conf userdb: driver: ldap args: /etc/dovecot/dovecot-ldap.conf socket: type: listen client: path: /var/spool/postfix-mailout/private/auth mode: 432 user: postfix group: postfix master: path: /var/run/dovecot/auth-master mode: 384 user: vmail plugin: quota: maildir quota_rule: *:storage=500M Thanks, Bernhard
2008 Aug 31
1
Bug#491694: setting package to logcheck-database logtail logcheck, tagging 491694, tagging 474239, tagging 489172 ...
# Automatically generated email from bts, devscripts version 2.10.35 # via tagpending # # logcheck (1.3) unstable; urgency=low # # * Formalise the dropping of violations.d/logcheck. Please see # /usr/share/doc/logcheck-database/NEWS.Debian.gz for more information # (closes: #471072). # * Add Auto-Submitted header to outgoing mails (closes: #489172). # * ignore.d.server/kernel: # -
2010 Aug 21
3
problems with merge() - the output has many repeated lines
Hi everyone, I have been merging many big dataframes (about 80000 rows each) and I never had this problem, but now it happened to me and I want to know if someone knows what could be happening. The final dataframe has many rows, an impossible number! I have done edit(dataframe) and I saw that there are many repeated rows (all equal). Thanks for any help, Cec?lia Carmo Universidade de
2004 Sep 01
2
dedup and sort rules
A non-text attachment was scrubbed... Name: parse_logcheck Type: application/octet-stream Size: 3860 bytes Desc: not available Url : http://lists.alioth.debian.org/pipermail/logcheck-devel/attachments/20040901/b1727d89/attachment.obj
2010 Mar 21
3
2.0.beta3 imapd running hot
...} plugin { quota = dict:user::file:%h/dovecot-quota quota_rule = *:storage=500M sieve = ~/.dovecot.sieve sieve_dir = ~/sieve } postmaster_address = postmaster at birkenwald.de protocols = imap pop3 lmtp managesieve quota_full_tempfail = yes service auth { unix_listener /var/spool/postfix-mailout/private/auth { group = postfix mode = 0660 user = postfix } unix_listener /var/spool/postfix/private/auth { group = postfix mode = 0660 user = postfix } unix_listener auth-userdb { group = vmail mode = 0660 } } service imap-login { inet_listener imap {...
2020 Sep 24
2
OrcV1 removal
Hi All, The Kaleidoscope tutorials have now been updated on the orcv1-removal branch. I will try to summarise the state of the work and provide some examples in the ORC JIT Weekly mailout tomorrow. The short version is that I think this is ready to land on the mainline. If anyone wants to check out the OrcV1 removal branch and provide feedback now is the time. Otherwise I will aim to land the work in the mainline early next week. -- Lang. On Mon, Sep 21, 2020 at 9:51 PM Lang Hame...
2020 Sep 16
4
OrcV1 removal
Hi All, I've updated the orcv1 removal branch ( https://github.com/lhames/llvm-project/tree/orcv1-removal) with an initial patch for removable code. If anyone wants to follow along with the development or share thoughts on the design you're very welcome to. I'll be adding tests and comments this week, but for anyone who wants to take an early look the main elements are defined in
2018 Sep 24
2
Problem getting quota-warning script to function.
...ently overquota=1 Sep 24 16:12:44 ezm11-pco postfix/smtpd[4268]: NOQUEUE: reject: RCPT from pco.easydns.net[64.68.203.197]: 552 5.2.2 <other at quailmail.ca>: Recipient address rejected: Mailbox is full; from=<ted at edwardcsmith.ca> to=<other at quailmail.ca> proto=ESMTP helo=<mailout.easymail.ca>
2018 Sep 19
3
Problem getting quota-warning script to function.
Hello, Most of the work was done with dovecot 2.2.27 but I just upgraded to 2.3.2 and didn't see any change.? Some debug logs are below, is there something specific I could search them for? Sep 17 23:19:16 ezm11-pco dovecot: auth-worker(8299): Debug: Loading modules from directory: /usr/lib/dovecot/modules/auth Sep 17 23:19:16 ezm11-pco dovecot: auth-worker(8299): Debug: Module loaded:
2010 Aug 24
0
mlm for within subject design
...matches >> with another firm/year row in df2. Df1 has more >>firm/year >> rows than df2, and them don't match with none in df2. > > To get to the bottom of this you may have to show > us some of the relevant rows of data (80000 rows > per dataset would be a lot to mailout). For starters > it would be nice to see the output of > str(df1) > str(df2) > str(m) # where m is merge(df1,df2) > Then it would nice to see the output of > table(duplicated(df1[, c("firm","year")])) > and the same for df2 and m. > > You said...