Re: Alternative SMTP server

2020-06-08 Thread Wesley

try pobox.com, whose smtp relay is reliable and cheap (20 USD/y).

regards.

Forums wrote:
So, my idea is to use automatically (managed by Postfix) an alternative 
SMTP server (Gmail SMTP with my Google account) when an email is 
rejected. But I don't know if it's possible and how to configure that.


Re: Alternative SMTP server

2020-06-08 Thread Moviuro
Bonjour Philippe,

You're going to have a bad time with residential IPs. Free/Illiad usually
hands out fixed IPv4 addresses; if you aren't getting them from Free, I
doubt your next ISP will be any better.
See https://www.free.fr/assistance/54.html (zones dégroupées, etc.) .

I'm even surprised that Free allows you to use outbound tcp/25. For
instance, my ISP (Orange) just sinkholes it.

My current setup is to use a cheap dedicated server at OVH (Kimsufi) that
has no such restrictions, and a fixed IP address. My entire mailing setup
is there, but you could probably just use a dedicated machine or a VPS as a
glorified proxy (see also Yuval's reply).

>> Another thing you could try:  your domain is currently registered with
>> OVH.  Some registrar offer basic email services, and even SMTP relay,
>> with the registration.  Have you checked OVH's offering?  Or moving the
>> domain to an alternative provider?  https://gandi.net/  (c'est en
>> France) ?
>>
>> Last but not least:  a small cloud instance is less than 5EUR/month.
>> Why don't you run your service there? get one at https://linode.com/ ,
>> https://vultr.com/ , or Digital Ocean?  Last one I do not recommend.
>> Bad experience.  They do not police their users well enough and so
>> their IP netblocks are associated with spammers.  Association with
>> spammer is what you are trying to avoid.
>>

Good luck,
Moviuro


Re: Alternative SMTP server

2020-06-08 Thread Matus UHLAR - fantomas

On 08.06.20 15:40, Forums wrote:

I don't want to use a dynamic DNS since I have my own domain.


domain is just not enough.

My wish was to have my private mail server to receive and send emails 
without using external SMTP server (Google, provider,...).


But with these 2 problems I think I just have 2 choices:

- go to another provider gives possibility to manage rDNS (only 1 
french provider gives this, and I hope gives IP from static pool and 
not dynamic)


I know no provider who changes dynamic reverse record for you.
providers should allow you to change static DNS record tho.

So, just check providers if they can provide you with a sytatic IP and
change rDNS.


OR

- use my provider SMTP relay to send emails instead of my own SMTP 
relay (but what about the dynamic IP pool issue?)


if you use providers' mailserver, dynamic DNS should not be an issue.
Many providers block SMTP towards dynamic IPS (and even from them).

--
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
My mind is like a steel trap - rusty and illegal in 37 states.


Re: Alternative SMTP server

2020-06-08 Thread dominic
On Mon, 8 Jun 2020 at 09:54, Forums  wrote:

> Hello all.
>
> Sorry for my english I'm french.
>
> I have a private mail server (at home) with my domain name.
>
> I have about 5% of my emails rejected by some SMTP servers for the
> following reasons:
>
> - rDNS is KO (my french provider don't give us possibility to create or
> modify our rDNS)
>
> Or
>
> - mail server IP comes from a dynamic pool IP (but my IP is static)
>
> So, my idea is to use automatically (managed by Postfix) an alternative
> SMTP server (Gmail SMTP with my Google account) when an email is
> rejected. But I don't know if it's possible and how to configure that.
>

I don't think you can send through Gmail smtp using your own domain name on
the From header unless you have GSuite, but you can do it with a free
low-volume account at Sendgrid.

I am not sure about relaying in the event of rejection, someone else can
maybe advise. Alternatively, and assuming your volumes are low, you could
just relay all your outgoing mails through [Sendgrid or another].


ATT1.HTML
Description: Binary data


Re: Alternative SMTP server

2020-06-08 Thread Dominic Raferd
On Mon, 8 Jun 2020 at 09:54, Forums  wrote:

> Hello all.
>
> Sorry for my english I'm french.
>
> I have a private mail server (at home) with my domain name.
>
> I have about 5% of my emails rejected by some SMTP servers for the
> following reasons:
>
> - rDNS is KO (my french provider don't give us possibility to create or
> modify our rDNS)
>
> Or
>
> - mail server IP comes from a dynamic pool IP (but my IP is static)
>
> So, my idea is to use automatically (managed by Postfix) an alternative
> SMTP server (Gmail SMTP with my Google account) when an email is
> rejected. But I don't know if it's possible and how to configure that.
>

I don't think you can send through Gmail smtp using your own domain name on
the From header unless you have GSuite, but you can do it with a free
low-volume account at Sendgrid.

I am not sure about relaying in the event of rejection, someone else can
maybe advise. Alternatively, and assuming your volumes are low, you could
just relay all your outgoing mails through [Sendgrid or another].


Alternative SMTP server

2020-06-08 Thread Forums

Hello all.

Sorry for my english I'm french.

I have a private mail server (at home) with my domain name.

I have about 5% of my emails rejected by some SMTP servers for the 
following reasons:


- rDNS is KO (my french provider don't give us possibility to create or 
modify our rDNS)


Or

- mail server IP comes from a dynamic pool IP (but my IP is static)

So, my idea is to use automatically (managed by Postfix) an alternative 
SMTP server (Gmail SMTP with my Google account) when an email is 
rejected. But I don't know if it's possible and how to configure that.



--



Cordialement,

Philippe - Forums