Displaying 20 results from an estimated 3000 matches similar to: "Sendmail not working"
2020 Apr 19
3
[Off topic] sending mail from Comcast was: Sendmail not working
> -----Original Message-----
> From: Tim Evans
> Sent: Sunday, April 19, 2020 12:50 PM
>
> On 4/19/20 12:38 PM, S.Bob wrote:
> >
> > On 4/19/20 10:36 AM, Tim Evans wrote:
> >> On 4/19/20 12:28 PM, S.Bob wrote:
> >>> All;
> >>>
> >>>
> >>> I installed sendmail via yum, but if I test it like this:
> >>>
2020 Apr 19
5
[Off topic] sending mail from Comcast was: Sendmail not working
> -----Original Message-----
> From: S.Bob
> Sent: Sunday, April 19, 2020 2:26 PM
> To: centos at centos.org
> Subject: Re: [CentOS] [Off topic] sending mail from Comcast was: Sendmail not working
>
> I followed this guide:
>
>
> https://pepipost.com/tutorials/install-sendmail-server-centos-7/
Sigh - bad examples for you.... undo if you can.
Postfix provides the
2020 Apr 19
1
Sendmail not working
On 4/19/20 10:36 AM, Tim Evans wrote:
> On 4/19/20 12:28 PM, S.Bob wrote:
>> All;
>>
>>
>> I installed sendmail via yum, but if I test it like this:
>>
>>
>
>> The original message was received at Sun, 19 Apr 2020 10:02:56 -0600
>> from localhost [127.0.0.1]
>>
>> ??? ----- The following addresses had permanent fatal errors -----
2020 Apr 19
4
[Off topic] sending mail from Comcast was: Sendmail not working
> -----Original Message-----
> From: S.Bob
> Sent: Sunday, April 19, 2020 2:52 PM
>
>
>
> I get this:
>
> # rpm -qf `which sendmail`
> postfix-2.10.1-7.el7.x86_64
> sendmail-8.14.7-5.el7.x86_64
>
yum erase sendmail # undo what you did before...
yum reinstall postfix # just in case it is messed up
rpm -V postfix # lets verify if postfix is ok
systemctl
2020 Apr 19
1
[Off topic] sending mail from Comcast was: Sendmail not working
See other thread/reply.
> -----Original Message-----
> From: CentOS <centos-bounces at centos.org> On Behalf Of S.Bob
> Sent: Sunday, April 19, 2020 3:11 PM
> To: centos at centos.org
> Subject: Re: [CentOS] [Off topic] sending mail from Comcast was: Sendmail not working
>
> OK, I've fired up a new VM, new CentOS 7 install, now I get this:
>
> # rpm -qf
2010 Jun 04
5
help with sendmail closing relay
I have centos 4.8 i686. It has stock sendmail. see file below.
I am getting reports that it is an open relay. I have searched all
around and
it seems like it should be closed. I have dnl for
accept_unresolvable_domains.
What can I do to close my sendmail.
Thanks,
Jerry
My sendmail.mc is as follows:
---------------------------------
divert(-1)dnl
dnl #
dnl # This is the sendmail macro config
2020 Apr 19
1
[Off topic] sending mail from Comcast was: Sendmail not working
> On Apr 19, 2020, at 3:47 PM, S.Bob <sbob at quadratum-braccas.com> wrote:
>
> my relay will be smtp.fastmail.com <http://smtp.fastmail.com/> and it requires authentication and SSL, are there added settings in main.cf that will allow this?
Yes. You?ll want to use your favorite search engine to look up "centos postfix relayhost sasl?. Ignore any of the wiki.centos.org
2005 Nov 09
2
sendmail & mail() in php
Hello everyone,
I tried to configure sendmail so that I can use mail() in php. I don't
host my email server, my ISP does. I just want to configure sendmail so
that it uses external email server (my ISP) to send mail. When I executed
mail(), i got no error report from php. I checked /var/log/maillog and it
indicated that the message was accepted for delivery. However, it didn't
2008 Jun 09
8
sendmail not sending after reboot
HI folks,
I've an up-to-date CentOS 5.x box on a small intranet (<20 users).
We did a reboot over the weekend and all appears well except that
clients on the LAN can no longer send email. Just hangs/times out. No
clear identifiers in the /var/log/maillog or /var/log/messages.
We're not setup for ESMTP as it's a closed network and I'm really hoping
for a kickstart as to
2020 Apr 19
1
[Off topic] sending mail from Comcast was: Sendmail not working
> Date: Sunday, April 19, 2020 13:47:32 -0600
> From: "S.Bob" <sbob at quadratum-braccas.com>
>
> my relay will be smtp.fastmail.com and it requires authentication
> and SSL, are there added settings in main.cf that will allow this?
What port is that delivering to -- that doesn't sound like port 25,
which is the default that an MTA delivers to.
The postfix list
2020 Apr 19
1
Sendmail not working
I have almost zero experience with sendmail.
I'd be willing to pay someone to set this up for me, interested? KNow of
someone?
On 4/19/20 12:18 PM, Alexander Dalloz wrote:
> Am 19.04.2020 um 18:28 schrieb S.Bob:
>>
>> I installed sendmail via yum, but if I test it like this:
>>
>>
>> echo "Subject: sendmail test" | sendmail sbob at
2020 Apr 19
0
[Off topic] sending mail from Comcast was: Sendmail not working
I followed this guide:
https://pepipost.com/tutorials/install-sendmail-server-centos-7/
now I get this:
# echo "Subject: sendmail test4" | sendmail kevink at psalm19pix.com
[root at kdb-bugs auth]# echo "Subject: sendmail test4" | sendmail -v
kevink at psalm19pix.com
kevink at psalm19pix.com... Connecting to [127.0.0.1] via relay...
kevink at psalm19pix.com... Deferred:
2020 Apr 19
0
[Off topic] sending mail from Comcast was: Sendmail not working
I get this:
# rpm -qf `which sendmail`
postfix-2.10.1-7.el7.x86_64
sendmail-8.14.7-5.el7.x86_64
On 4/19/20 12:39 PM, Jason Pyeron wrote:
>> -----Original Message-----
>> From: S.Bob
>> Sent: Sunday, April 19, 2020 2:26 PM
>> To: centos at centos.org
>> Subject: Re: [CentOS] [Off topic] sending mail from Comcast was: Sendmail not working
>>
>> I
2020 Apr 19
0
Sendmail not working
On 4/19/20 12:28 PM, S.Bob wrote:
> All;
>
>
> I installed sendmail via yum, but if I test it like this:
>
>
> The original message was received at Sun, 19 Apr 2020 10:02:56 -0600
> from localhost [127.0.0.1]
>
> ?? ----- The following addresses had permanent fatal errors -----
> <sbob at quadratum-braccas.com>
> ??? (reason: 554 5.7.1 Service
2020 Apr 19
0
[Off topic] sending mail from Comcast was: Sendmail not working
OK, I've fired up a new VM, new CentOS 7 install, now I get this:
# rpm -qf `which sendmail`
postfix-2.10.1-7.el7.x86_64
Can you point me to how to set this up properly? Note that I won the
psalm19pix.com domain, it's hosted at fastmail.com, and as far as I know
requires SSL. Can I setup sendmail to use this as it's SMPT connection?
Thanks again...
On 4/19/20 12:39 PM,
2020 Apr 19
0
[Off topic] sending mail from Comcast was: Sendmail not working
my relay will be smtp.fastmail.com and it requires authentication and
SSL, are there added settings in main.cf that will allow this?
Thanks
On 4/19/20 1:09 PM, Jason Pyeron wrote:
>> -----Original Message-----
>> From: S.Bob
>> Sent: Sunday, April 19, 2020 2:52 PM
>>
>>
>>
>> I get this:
>>
>> # rpm -qf `which sendmail`
>>
2006 Oct 25
11
spam control
Gents,
I have added the following to /etc/mail/sendmail.mc and rebuilt it
trying to control spam. I still get about 25 spam messages a day.
Is there something else that can help control spam?
Thanks
jerry
---------------------------
dnl #
dnl # dnsbl - DNS based Blackhole List/Black List/Rejection list
dnl # See http://www.sendmail.org/m4/features.html#dnsbl
dnl #
FEATURE(`dnsbl',
2014 Jul 24
4
Sieve plugin (fc17 + sendmail + roundcube)
Hello, I'm trying to configure sieve plugin on my mail server so that people can do mail filtering (and mostly vacation notification) on their account. The mail server is running fine since 5 years and is based on :- sendmail- dovecot- roundcube It serves 2 differents domains. I've recently installed pigeonhole for fc17, and managed to configure managesieve plugin in roundcube
2008 Nov 12
6
close open relay
hi all, running centos 4.7 i686.
I seem to have an o pen r elay sendmail server.
How do I close it?
I have the STRAIGHT centos install sendmail.mc file.
Only thing I changed was:
dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl
so as to allow incoming email and not just localhost. however this seems
to relay everyone.
I looked at http://www.sendmail.org/tips/relaying but it
2014 Jul 24
1
Sieve plugin (fc17 + sendmail + roundcube)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, 24 Jul 2014, Franck CALLEJA wrote:
> Date: Thu, 24 Jul 2014 10:50:21 +0200
> From: Franck CALLEJA <fc193 at hotmail.com>
> Reply-To: Dovecot Mailing List <dovecot at dovecot.org>
> To: "dovecot at dovecot.org" <dovecot at dovecot.org>
> Subject: Sieve plugin (fc17 + sendmail + roundcube)
>
>