On 2014-05-09 23:27, Gregory P. Ennis wrote:
> Everyone,
>
> I am looking for a utility that I can use to do a mail merge of data to
> a pdf image file. The image file does not have any active fields, but
> will be just an image file. I would like to overlay names addresses
> etc.
>
> We curre
Send CentOS-announce mailing list submissions to
centos-annou...@centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-requ..
Hi,
A consultant, long gone, set up postfix, dovecot, amavisd and
squirrelmail for my wife.
It works fine but my wife wants to change the server name from old.com
to new.com so the name is more appropriate for her business.
My approach would be to use sed to change all occurences of old.com to
n
- Maybe check /etc/hosts.
- What about the old domain ? You may not be able to receive e-mails for
it. You can think about add the new.com in parallel with old.com on the
same server.
On Mon, May 12, 2014 at 2:12 PM, Joseph Hesse wrote:
> Hi,
> A consultant, long gone, set up postfix, dovecot,
Following the most recent kernel updates I restarted our outgoing SMTP MTA
which was recently reconfigured to DKIM sign messages using OpenDKIM. This
morning I discovered that Postfix had stopped on that server. Whether it is
related to the Postfix issue or not is yet to be determined but, in the
Am 12.05.2014 um 14:56 schrieb Laurent CREPET :
>
> On Mon, May 12, 2014 at 2:12 PM, Joseph Hesse wrote:
>
>> A consultant, long gone, set up postfix, dovecot, amavisd and
>> squirrelmail for my wife.
>> It works fine but my wife wants to change the server name from old.com
>> to new.com so the
On 05/12/2014 09:17 AM, James B. Byrne wrote:
> Following the most recent kernel updates I restarted our outgoing SMTP MTA
> which was recently reconfigured to DKIM sign messages using OpenDKIM. This
> morning I discovered that Postfix had stopped on that server. Whether it is
> related to the P
On 05/12/2014 01:26 PM, Daniel J Walsh wrote:
> On 05/12/2014 09:17 AM, James B. Byrne wrote:
>> Following the most recent kernel updates I restarted our outgoing SMTP MTA
>> which was recently reconfigured to DKIM sign messages using OpenDKIM. This
>> morning I discovered that Postfix had stoppe
I still don't like gnome
Got a user who wants the "whole gnome experience" (i.e., he can't deal w/
the command line), so I'm testing this: I'm running 6.5, KDE. On the
server, I've installed both Xnest, "Gnome Desktop Environment", and "X
Window System". Xnest works fine, I can start xclock, o
Remember to be especially aware if you have systems that can potentially
have code uploaded and run (ftp to httpd vhost or improper php config and
file ownership/permissions).
This does not affect el5 ... an el6 update is pending.
https://access.redhat.com/security/cve/CVE-2014-0196
_
On 2014-05-12, James Hogarth wrote:
>
> This does not affect el5 ... an el6 update is pending.
>
> https://access.redhat.com/security/cve/CVE-2014-0196
Are there any mitigation steps we can take? I've chased down some of
the links looking for any, but haven't had success yet.
--keith
--
kkel
On Mon, May 12, 2014 at 11:23 AM, Keith Keller
wrote:
> On 2014-05-12, James Hogarth wrote:
>>
>> This does not affect el5 ... an el6 update is pending.
>>
>> https://access.redhat.com/security/cve/CVE-2014-0196
>
> Are there any mitigation steps we can take? I've chased down some of
> the links
Hi,
I have sssd set up and it mostly works how I would expect, but the
ldap_chpass_uri does not seem to work correctly with the passwd command.
I have two configs, one working and one not:
Working:
ldap_uri = ldap://ldap.example.com
ldap_chpass_uri = ldap://ldap.example.com
Non Working:
ldap_ur
On 12/05/2014 10:02 PM, Eric Falbe wrote:
> Hi,
>
> I have sssd set up and it mostly works how I would expect, but the
> ldap_chpass_uri does not seem to work correctly with the passwd
> command.
>
> I have two configs, one working and one not:
>
> Working:
> ldap_uri = ldap://ldap.example.com
On 2014-05-12, Akemi Yagi wrote:
>
> According to the upstream BZ 1094232, there is a patch from kernel.org:
>
> https://git.kernel.org/cgit/linux/kernel/git/gregkh/tty.git/commit/?h=tty-linus&id=4291086b1f081b869c6d79e5b7441633dc3ace00
Actually, I was wondering about mitigation along the lines o
Hello,
My only hard drive failed on a private server so I had to replace it and
reinstall Centos 6.5 and Samba.
My smb.conf file is OK according to "testparm".
I configured smb and nmb, with chkconfig, to start when the system boots.
After the system boots if I do "service nmb status" I get the
Em 12-05-2014 18:33, Joseph Hesse escreveu:
> Hello,
>
> My only hard drive failed on a private server so I had to replace it and
> reinstall Centos 6.5 and Samba.
> My smb.conf file is OK according to "testparm".
> I configured smb and nmb, with chkconfig, to start when the system boots.
>
> After
The change host name in /etc/sysconfig/network is really the primary one,
unless it has been hardcoded into main.cf
The main.cf entries you should concern yourself with is myhostname
(defaults to actual hostname if missing) and mydestination which is the
list of domains you accept mail for.
I'd su
Why not copy the directory elsewhere, then delete the rest and move it
back? You'd take a copy of it anyway, if it is important, right?
Cheers,
Cliff
On Mon, May 12, 2014 at 4:44 AM, Tim Dunphy wrote:
> Thanks. But what if I want to turn that statement into one that will delete
> everything i
yes it's working. but do it care fully, if you made any mistake you will
find error in maillog.
On Tue, May 13, 2014 at 5:32 AM, David Beveridge wrote:
> The change host name in /etc/sysconfig/network is really the primary one,
> unless it has been hardcoded into main.cf
> The main.cf entrie
On 12 May 2014 22:15, "Keith Keller"
wrote:
> Actually, I was wondering about mitigation along the lines of
> blacklisting a module, tuning a sysctl parameter, or some other
> mitigation that wouldn't require a new kernel. Perhaps such mitigation
> isn't even possible with this issue.
>
Yeah I'v
> On Mon, May 12, 2014 at 4:44 AM, Tim Dunphy wrote:
>
>> Thanks. But what if I want to turn that statement into one that will delete
>> everything it finds? I need to preserve the contents of that directory.
>>
>> As in : find / -path '/usr/local/digitalplatform/*' -prune -o -name
>> "*varnish*"
22 matches
Mail list logo