Displaying 20 results from an estimated 20000 matches similar to: "sendmail"
2017 Oct 02
3
sendmail
On Mon, Oct 2, 2017 at 5:29 PM, Stephen John Smoogen <smooge at gmail.com> wrote:
> On 2 October 2017 at 17:21, Larry Martell <larry.martell at gmail.com> wrote:
>> I an running CentOS7 in a docker container. I need to send email from
>> that container so I installed sendmail and then I run:
>>
>> m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf` and when
2017 Oct 02
1
sendmail
On Mon, Oct 2, 2017 at 6:26 PM Stephen John Smoogen <smooge at gmail.com>
wrote:
> On 2 October 2017 at 18:03, Larry Martell <larry.martell at gmail.com> wrote:
> > On Mon, Oct 2, 2017 at 5:29 PM, Stephen John Smoogen <smooge at gmail.com>
> wrote:
> >> On 2 October 2017 at 17:21, Larry Martell <larry.martell at gmail.com>
> wrote:
> >>>
2017 Oct 02
0
sendmail
On 2 October 2017 at 18:03, Larry Martell <larry.martell at gmail.com> wrote:
> On Mon, Oct 2, 2017 at 5:29 PM, Stephen John Smoogen <smooge at gmail.com> wrote:
>> On 2 October 2017 at 17:21, Larry Martell <larry.martell at gmail.com> wrote:
>>> I an running CentOS7 in a docker container. I need to send email from
>>> that container so I installed
2017 Oct 02
2
sendmail
On Mon, Oct 2, 2017 at 6:26 PM Stephen John Smoogen
> Sendmail is not the standard email server for EL7
What is the the standard email server?
2017 Oct 02
0
sendmail
On 2 October 2017 at 17:21, Larry Martell <larry.martell at gmail.com> wrote:
> I an running CentOS7 in a docker container. I need to send email from
> that container so I installed sendmail and then I run:
>
> m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf` and when I try and
> send mail it fails with:
>
> larry.martll at gmail.com... Connecting to [127.0.0.1] via
2017 Nov 29
5
Preventing repeated package installation, or pre installing packages
I have a R script that I call from python using rpy2. It uses dplyr, doBy,
and ggplot2. The script has install.packages commands for these 3 packages.
Even thought the packages are already installed it still downloads,
builds, and installs them, which is very time consuming. Is there a way to
have it only do the install if the package is not already installed?
Also, I run in a docker container,
2018 Sep 06
6
postfix on centos 7
When I try and send mail I see this in the maillog:
Sep 6 11:59:48 postfix/sendmail[11059]: fatal: open
/etc/postfix/main.cf: Permission denied
But /etc/postfix/main.cf is world readable:
$ ls -l /etc/postfix/main.cf
-rw-r--r--. 1 root root 27176 Jun 9 2014 /etc/postfix/main.cf
2017 May 12
3
strange system outage
On Fri, May 12, 2017 at 11:44 AM, Larry Martell <larry.martell at gmail.com>
wrote:
> On Thu, May 11, 2017 at 7:58 PM, Alexander Dalloz <ad+lists at uni-x.org>
> wrote:
> > Am 11.05.2017 um 20:30 schrieb Larry Martell:
> >>
> >> On Wed, May 10, 2017 at 3:19 PM, Larry Martell <larry.martell at gmail.com
> >
> >> wrote:
> >>>
2017 May 11
2
strange system outage
Am 11.05.2017 um 20:30 schrieb Larry Martell:
> On Wed, May 10, 2017 at 3:19 PM, Larry Martell <larry.martell at gmail.com> wrote:
>> On Wed, May 10, 2017 at 3:07 PM, Jonathan Billings <billings at negate.org> wrote:
>>> On Wed, May 10, 2017 at 02:40:04PM -0400, Larry Martell wrote:
>>>> I have a CentOS 7 system that I run a home grown python daemon on. I
2017 May 10
4
strange system outage
On Wed, May 10, 2017 at 3:07 PM, Jonathan Billings <billings at negate.org> wrote:
> On Wed, May 10, 2017 at 02:40:04PM -0400, Larry Martell wrote:
>> I have a CentOS 7 system that I run a home grown python daemon on. I
>> run this same daemon on many other systems without any incident. On
>> this one system the daemon seems to die or be killed every day around
>>
2017 Sep 22
6
Connecting to internet with USB tethered iphone
On Fri, Sep 22, 2017 at 11:30 AM Stephen John Smoogen <smooge at gmail.com>
wrote:
> On 22 September 2017 at 10:33, Larry Martell <larry.martell at gmail.com>
> wrote:
> > I am trying to get a centos 6 system on the internet with a tethered
> > iPhone. I can see the phone with lsusb as bus 001 device 011. A post on
> > stackoverflow said I would need to run
2017 Jul 21
2
Installing R 3.4.0 on Red Hat 6
On Fri, Jul 21, 2017 at 11:39 AM, Tom Callaway <tcallawa at redhat.com> wrote:
> On 07/21/2017 11:18 AM, Larry Martell wrote:
>> I am trying to install R 3.4.0 on RHEL6. If I look here is it there:
>>
>> http://mirror.sjc02.svwh.net/fedora-epel/6/x86_64/
>>
>> I did this:
>>
>> sudo subscription-manager repos --enable rhel-6-server-optional-rpms
2018 Sep 06
1
postfix on centos 7
On Thu, Sep 6, 2018 at 3:42 PM, Phil Perry <pperry at elrepo.org> wrote:
> On 06/09/18 20:15, Larry Martell wrote:
>>
>> When I try and send mail I see this in the maillog:
>>
>> Sep 6 11:59:48 postfix/sendmail[11059]: fatal: open
>> /etc/postfix/main.cf: Permission denied
>>
>> But /etc/postfix/main.cf is world readable:
>>
>> $ ls
2017 Oct 15
1
sendmail
On Mon, Oct 2, 2017 at 7:25 PM, Pete Biggs <pete at biggs.org.uk> wrote:
> On Mon, 2017-10-02 at 23:18 +0000, Larry Martell wrote:
>> On Mon, Oct 2, 2017 at 6:26 PM Stephen John Smoogen
>>
>> > Sendmail is not the standard email server for EL7
>>
>>
>> What is the the standard email server?
>>
>
> Postfix
Thanks. I was able to get
2017 Sep 14
2
JRE 8.1 for CentOS6
On Thu, Sep 14, 2017 at 2:32 PM, Ulf Volmer <u.volmer at u-v.de> wrote:
> On 14.09.2017 19:54, Larry Martell wrote:
>
>> Where would I do that? This is something running from a browser.
>
> Is the java plugin enabled in your browser? That's not the default nowadays.
>
> if you are running firefox you can check this by opening 'about:plugins'.
>
>
2017 Sep 22
5
Connecting to internet with USB tethered iphone
I am trying to get a centos 6 system on the internet with a tethered
iPhone. I can see the phone with lsusb as bus 001 device 011. A post on
stackoverflow said I would need to run "# ip link set usb0 up && dhcpcd
usb0"
But how do I reference my phone in that command?
2017 Sep 14
7
JRE 8.1 for CentOS6
On Thu, Sep 14, 2017 at 11:38 AM, Rich Huff <rich at richhuff.com> wrote:
> On Thu, 2017-09-14 at 11:25 -0400, Larry Martell wrote:
>> On Thu, Sep 14, 2017 at 11:08 AM, Darr247 <darr247 at gmail.com> wrote:
>> >
>> >
>> > > I have some software that says it requires JRE 8.1 or higher.
>> >
>> > That's very odd, since
2017 Sep 22
1
Connecting to internet with USB tethered iphone
On 09/22/2017 11:50 AM, Stephen John Smoogen wrote:
> On 22 September 2017 at 11:39, Larry Martell <larry.martell at gmail.com> wrote:
>> On Fri, Sep 22, 2017 at 11:30 AM Stephen John Smoogen <smooge at gmail.com>
>> wrote:
>>
>>> On 22 September 2017 at 10:33, Larry Martell <larry.martell at gmail.com>
>>> wrote:
>>>> I am
2016 Oct 21
3
NFS help
On Fri, Oct 21, 2016 at 11:21 AM, <m.roth at 5-cent.us> wrote:
> Larry Martell wrote:
>> We have 1 system ruining Centos7 that is the NFS server. There are 50
>> external machines that FTP files to this server fairly continuously.
>>
>> We have another system running Centos6 that mounts the partition the files
>> are FTP-ed to using NFS.
> <snip>
2016 Oct 24
3
NFS help
On Fri, Oct 21, 2016 at 11:42 AM, <m.roth at 5-cent.us> wrote:
> Larry Martell wrote:
>> On Fri, Oct 21, 2016 at 11:21 AM, <m.roth at 5-cent.us> wrote:
>>> Larry Martell wrote:
>>>> We have 1 system ruining Centos7 that is the NFS server. There are 50
>>>> external machines that FTP files to this server fairly continuously.
>>>>