Displaying 4 results from an estimated 4 matches for "sendmailconfig".
2017 Oct 02
3
sendmail
...send mail?
>
> Does this help any?
>
> https://stackoverflow.com/questions/26215021/configure-sendmail-inside-a-docker-container
That post is a bit overwhelming. It has 20+ answers and all are different.
I have another container running debian buster and in there I do"
yes yes | sendmailconfig
and then I can send mail. But I don't see sendmailconfig in CentOS7.
Is there an equivalent?
2017 Oct 02
0
sendmail
...any?
>>
>> https://stackoverflow.com/questions/26215021/configure-sendmail-inside-a-docker-container
>
> That post is a bit overwhelming. It has 20+ answers and all are different.
>
> I have another container running debian buster and in there I do"
>
> yes yes | sendmailconfig
>
> and then I can send mail. But I don't see sendmailconfig in CentOS7.
> Is there an equivalent?
Sendmail is not the standard email server for EL7 so I am a bit rusty
here. The item that caught my attention was the following:
------
I figured out a way myself, although not the mos...
2017 Oct 02
1
sendmail
...ckoverflow.com/questions/26215021/configure-sendmail-inside-a-docker-container
> >
> > That post is a bit overwhelming. It has 20+ answers and all are
> different.
> >
> > I have another container running debian buster and in there I do"
> >
> > yes yes | sendmailconfig
> >
> > and then I can send mail. But I don't see sendmailconfig in CentOS7.
> > Is there an equivalent?
>
> Sendmail is not the standard email server for EL7 so I am a bit rusty
> here. The item that caught my attention was the following:
>
> ------
> I fig...
2017 Oct 02
3
sendmail
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 relay...
larry.martll at gmail.com... Deferred: Connection refused by [127.0.0.1]
Anyone know how I can configure