Re: Can send but not receive

2021-07-09 Thread Fred Morris
Hey Keith On Fri, 9 Jul 2021, techli...@phpcoderusa.com wrote: I removed the vhost for keiththewebguy.com off my VPS and now I can send from the VPS to my home server. Is this normal behavior? I've always found it amusingly odd when people refer to "my internet" and I suppose "my VPS" hits

Re: Can send but not receive

2021-07-09 Thread Gerald Galster
> I had not removed the vhost on the VPS for keiththewebguy.com, so when I sent > email from the VPS to my home server, it saw the same email on the local > server (VPS) and routed it to the inbox. > > I am very surprised this occurred. I would have thought the sending server > (VPS) would f

Re: Can send but not receive

2021-07-09 Thread techlists
Thanks!! On 2021-07-08 12:11, PGNet Dev wrote: On 7/8/21 1:59 PM, techli...@phpcoderusa.com wrote: Any thought how I can troubleshoot this? map out your traffic one step at a time. connect with openssl s_client curl from an external server, and manually exec an smtp trans

Re: Can send but not receive

2021-07-09 Thread techlists
Thanks!! On 2021-07-08 11:14, Gerald Galster wrote: I am running Ubuntu 20.04lts / Apache / MySql (or a clone) / PHP / BIND9 / Postfix / Dovecot Web server works. I have configred a lot of LAMP virtual host servers. I am new to BIND9 / Postfix / Dovecot. FQDN is soho.keiththewe

Re: Can send but not receive

2021-07-09 Thread techlists
Hi, Problem resolved. I am very surprised at what was causing the problem. I have a VPS and it was serving keiththewebguy.com. I decided I wanted to learn BIND / Let's Encrypt / Postfix / Dovecot. I changed the host/glue records for keiththewebguy.com pointing then to my home server. I the

Re: Can send but not receive

2021-07-08 Thread PGNet Dev
On 7/8/21 1:59 PM, techli...@phpcoderusa.com wrote: Any thought how I can troubleshoot this? map out your traffic one step at a time. connect with openssl s_client curl from an external server, and manually exec an smtp transaction. &/or, less convenietly, (re)send mail from

Re: Can send but not receive

2021-07-08 Thread IL Ka
> > > I can send and receive via Yahoo mail. I can not receive when I use an > email account on my VPS which has worked for years. > Check your VPS MTA logs or contact your VPS support

Re: Can send but not receive

2021-07-08 Thread techlists
I can send and receive via Yahoo mail. I can not receive when I use an email account on my VPS which has worked for years. Both email accounts are using the Thunderbird client. Nothing in the logs when I send from my VPS email address. On 2021-07-08 11:05, IL Ka wrote: Nothing that loo

Re: Can send but not receive

2021-07-08 Thread techlists
Ok, sent via Yahoo mail and it arrived. Trying others. Yikes this is exciting!! Thank you!! On 2021-07-08 11:05, IL Ka wrote: Nothing that looks like an error in : /var/log/mail.log or /var/log/syslog try to send email to your domain from some host outside of your network and see what is

Re: Can send but not receive

2021-07-08 Thread Gerald Galster
> I am running Ubuntu 20.04lts / Apache / MySql (or a clone) / PHP / > BIND9 / Postfix / Dovecot > > Web server works. I have configred a lot of LAMP virtual host servers. > I am new to BIND9 / Postfix / Dovecot. > > FQDN is soho.keiththewebguy.com > > MX record is

Re: Can send but not receive

2021-07-08 Thread IL Ka
> > > Nothing that looks like an error in : /var/log/mail.log or > /var/log/syslog > > try to send email to your domain from some host outside of your network and see what is in /var/log/mail.log I just checked and can confirm that your host accepts email for @ keiththewebguy.com. So you s

Can send but not receive

2021-07-08 Thread techlists
Hi, I am running Ubuntu 20.04lts / Apache / MySql (or a clone) / PHP / BIND9 / Postfix / Dovecot Web server works. I have configred a lot of LAMP virtual host servers. I am new to BIND9 / Postfix / Dovecot. FQDN is soho.keiththewebguy.com MX record is : keiththewebguy.com.

Re: Can send but not receive

2017-08-28 Thread Tom Browder
On Mon, Aug 28, 2017 at 08:51 Viktor Dukhovni wrote: > > For further help, follow up with configuration details as requested by > others. The best advice for this dummy (me) was to check the firewall. I still had a block on port 25 left from an aborted attempt to install Webmin a few months ago

Re: Can send but not receive

2017-08-28 Thread Viktor Dukhovni
On Mon, Aug 28, 2017 at 08:06:39AM -0500, Tom Browder wrote: > There was a temporary problem delivering your message to > tbro...@novco1968tbs.com. Gmail will retry for 46 more hours. You'll be > notified if the delivery fails permanently. > > Learn more here: https://support.google.com/mail/an

Re: Can send but not receive

2017-08-28 Thread /dev/rob0
On Mon, Aug 28, 2017 at 01:35:12PM +, Tom Browder wrote: > On Mon, Aug 28, 2017 at 08:22 Ralph Seichter > wrote: ... > > > Please study http://www.postfix.org/DEBUG_README.html for starters. > > I had studied it and have done up through verbose messages with - v > but saw nothing. However,

Re: Can send but not receive

2017-08-28 Thread /dev/rob0
On Mon, Aug 28, 2017 at 08:06:39AM -0500, Tom Browder wrote: > My remote postfix installation can send but not receive, and I'm > sure I have a bad setting somewhere. When sending to the remote > server, from my personal gmail account I finally get a response > from gmai

Re: Can send but not receive

2017-08-28 Thread Tom Browder
On Mon, Aug 28, 2017 at 08:22 Ralph Seichter wrote: ... > Please study http://www.postfix.org/DEBUG_README.html for starters. I had studied it and have done up through verbose messages with - v but saw nothing. However, I forgot about the peer setting which is probably why the logs are quiet.

Re: Can send but not receive

2017-08-28 Thread Postfix User
On Mon, 28 Aug 2017 08:06:39 -0500, Tom Browder stated: >My remote postfix installation can send but not receive, and I'm sure >I have a bad setting somewhere. When sending to the remote server, >from my personal gmail account I finally get a response from gmail as >shown in

Re: Can send but not receive

2017-08-28 Thread Ralph Seichter
On 28.08.17 15:06, Tom Browder wrote: > I can put my main.cf, master.cf in a github gist if there is any > interest. My mail logs are not interesting at all, at least to me, > but I am happy to put one or more of them on github, too. Please study http://www.postfix.org/DEBUG_README.html for start

Can send but not receive

2017-08-28 Thread Tom Browder
My remote postfix installation can send but not receive, and I'm sure I have a bad setting somewhere. When sending to the remote server, from my personal gmail account I finally get a response from gmail as shown in the attached file. I can put my main.cf, master.cf in a github gist if the