search for: spamtrap

Displaying 20 results from an estimated 252 matches for "spamtrap".

2017 Mar 02
2
C 7.3 sshd will not reload
...same results. If I do not change the configuration, and just issue the restart, reload, etc. then it behaves as expected. Obviously that is not useful when you have configuration changes. I tested this on a couple of other VM's and get the same results. Regards, -- Tom me at tdiehl.org Spamtrap address me123 at tdiehl.org
2017 Mar 03
1
C 7.3 sshd will not reload
...pecial about the environment. a couple of VM's in question are brand new minimal installs. I spin them up for testing push new sshd configs to them with Ansible and tear them down. Before someone says Ansible is the problem I have tried this by hand also. Regards, -- Tom me at tdiehl.org Spamtrap address me123 at tdiehl.org > > On Thu, Mar 2, 2017 at 11:50 AM, <me at tdiehl.org> wrote: > >> Hi, >> >> On Thu, 2 Mar 2017, Tate Belden wrote: >> >> Might I suggest using "systemctl restart sshd", instead of reload? At the >>> le...
2017 Mar 02
4
C 7.3 sshd will not reload
...STEN 29249/sshd tcp 0 0 127.0.0.1:6010 0.0.0.0:* LISTEN 3012/sshd: root at pts (vnewman pts3) # If I reboot the machine, then everything is OK. Has anyone seen this behavior or more importantly know how to fix it? Regards, -- Tom me at tdiehl.org Spamtrap address me123 at tdiehl.org
2019 May 23
4
Catch all for dovecot authentication?
Hi I'm aware that there are several good reasons not to do what I want, but in my use-case it would be an interesting feature. So please no discussions about the reasonableness I have some spamtrap SMTP servers (postfix). Currently SMTP AUTH is disabled. But as I daily have thousands of AUTH tries I thought it would be nice to be able to accept any AUTH request from postfix in dovecot. Is something like this possible with dovecot? If so any good description available on how to achieve? Than...
2017 Jun 21
7
RDP for Centos 7
...way I can find to get it started again is to restart the program and login to the servers again. In addition, I cannot find a way to make copy and paste work. On the plus side, I like the way Remote desktop viewer displays the desktops in tabs. Suggestions? Regards, -- Tom me at tdiehl.org Spamtrap address me123 at tdiehl.org
2007 Mar 19
1
compiz/gl-x crashes my games!
I'm running Mandriva 2007 and like the eye candy of of the 3d desktop but wine is more important to me. Whenever I start with with the 3d desktop turned on though any 3d games I have will either crash or report that I don't have a 3d card. Is there any way round this or am I to be denied the pleasure of the wibbly wobbly windows?
2014 Aug 19
4
How do I do Centos 7 p2v migration?
...do live migrations but that does not help with p2v migrations. Does anyone know what the recommended procedure is for migrating either physical or virtual machines to Centos-7 is? I have tried searching for the answer but my google foo is not being helpful. Regards, -- Tom me at tdiehl.org Spamtrap address me123 at tdiehl.org
2017 Nov 15
7
How to maintain a persistent SSH connection?
...o be touched, but maybe provisions for such extensions already exist? Do you have any thoughts, gauges of success of such a wishlist, or short-term solutions? Thanks, -- @martinkrafft | http://madduck.net/ | http://two.sentenc.es/ who's general failure, and why's he reading my disk? spamtraps: madduck.bogus at madduck.net -------------- next part -------------- A non-text attachment was scrubbed... Name: digital_signature_gpg.asc Type: application/pgp-signature Size: 1118 bytes Desc: Digital GPG signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current) URL: <http://li...
2009 Sep 19
1
Problems with Adobe flash-plugin and Firefox-3.5.x under CentOs-5.3 (yum up to date) => libcurl.so.3/libcurl.so.4 missing
----- Original Message ---- > From: Martin Knoblauch <spamtrap at knobisoft.de> > To: Centos Discussions <centos at centos.org> > Sent: Monday, September 14, 2009 3:16:20 PM > Subject: Problems with Adobe flash-plugin and Firefox-3.5.x under CentOs-5.3 (yum up to date) > > Hi, > > I am running 32-bit Firefox-3.5.3 on Centos-5.3...
2013 Apr 03
2
virt-manager slow to connect, hangs on new host dialog
...me. Does anyone else know what might be going on? Thanks, -- martin | http://madduck.net/ | http://two.sentenc.es/ "es ist immer etwas wahnsinn in der liebe. es ist aber auch immer etwas vernunft im wahnsinn." - friedrich nietzsche spamtraps: madduck.bogus at madduck.net -------------- next part -------------- A non-text attachment was scrubbed... Name: libvirtd.stderr.connected.xz Type: application/octet-stream Size: 153516 bytes Desc: not available URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20130403/9f7ab3...
2005 Mar 25
4
Spam to this list
Hi, I'm not sure what the policy of this list is and I bet everyone has a spam filter, so nobody might have noticed, but we got spammed. Can anyone send mail to the list or do you have to subscribe first ? -- dag wieers, dag@wieers.com, http://dag.wieers.com/ -- [all I want is a warm bed and a kind word and unlimited power]
2006 Dec 07
3
Good value for /proc/sys/vm/min_free_kbytes
Hi, what would be a good value for /proc/sys/vm/min_free_kbytes on a Dual-CPU EM64T System with 8 GB of memory. Kernel is 2.6.9-42.0.3.ELsmp. I know that the default might be a bit low. Unfortunatelly the documentation is a bit weak in this area. We are experiencing responsiveness problems (and higher than expected load) when the system is under combined memory+network+disk-IO stress.
2012 Sep 29
1
AsteriskNOW x86_64 install GPT partitions
Hello everyone, I'm having an issue installing AsteriskNOW 2.0.2 on a Dell server. When I go to intall it, with BIOS legacy mode for partition tables, I get as far as setting pu the partition tables. However, the installer then informs me that GPT partition table schemes are required and that I have to resolve the issue. I changed from BIOS/MBR/Legacy mode to GPT/UEFI boot mode but then
2018 Dec 04
2
BUG: sieve does not set seen-Flag
...he following, and it works: > require ["include","fileinto","imap4flags","variables"]; > global "MyFlags"; > if header :contains ["X-LERCTR-Spam-Flag","X-TNTSCAN-Spam-Flag"] "YES" > { > redirect "spamtrap at spambouncer.org"; > addflag "MyFlags" "\\Seen Junk"; > fileinto :flags "${MyFlags}" "SPAM"; > stop; > } > > FWIW. > > > On Tue, Dec 4, 2018 at 8:25 AM Jakobus Sch?rz <wertstoffe at nurfuerspam.de> > wrote:...
2014 May 01
3
p2v conversion questions
...en googling all afternoon with no real progress. Some old threads I have found seem to indicate that /usr/share/virtio-win is the correct place but those threads are from 2011. I need to do the migration tomorrow and I would like to be as prepared as possible. Regards, -- Tom me at tdiehl.org Spamtrap address me123 at tdiehl.org
2016 Dec 13
2
7.3 srpms
Hi, Can someone tell me when the 7.3 srpms will be available? They are usually in vault but I do not see them at this time. I need the centos-release srpm ASAP. Regards, -- Tom me at tdiehl.org Spamtrap address me123 at tdiehl.org
2017 Jun 21
1
RDP for Centos 7
...ers again. > > In addition, I cannot find a way to make copy and paste work. > > On the plus side, I like the way Remote desktop viewer displays the > desktops > in tabs. > > Suggestions? > > Regards, > > -- > Tom me at tdiehl.org Spamtrap address > me123 at tdiehl.org > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos > > > Looks like Remmina can be found in Nux Dextop repo's - https://li.nux.ro/r...
2017 Jun 22
2
RDP for Centos 7
...d xfreerdp ? I started playing with it yesterday but the problem I have is I cannot get it to prompt for a password unless I start it from a terminal. That is a non-starter for me. I need something I can run from <alt><f2> and be able to connect. Regards, -- Tom me at tdiehl.org Spamtrap address me123 at tdiehl.org
2017 Jun 12
1
Log authentication attempts
...database. > > > -- > > > Atenciosamente / Sincerily, > Leonardo Rodrigues > Solutti Tecnologia > http://www.solutti.com.br > > Minha armadilha de SPAM, N?O mandem email > gertrudes at solutti.com.br > My SPAMTRAP, do not email it >
2008 Jul 17
1
child xxxxx (imap) returned error 83 (Out of memory)
...in the logs this morning. The system has ample free memory. What's going on? -- martin | http://madduck.net/ | http://two.sentenc.es/ "i wish i hadn't slept all day, it's really lowered my productivity" -- robert mcqueen spamtraps: madduck.bogus at madduck.net -------------- next part -------------- A non-text attachment was scrubbed... Name: digital_signature_gpg.asc Type: application/pgp-signature Size: 197 bytes Desc: Digital signature (see http://martin-krafft.net/gpg/) URL: <http://dovecot.org/pipermail/dovecot/atta...