why outlook Mail has no DKIM setup?

2021-09-02 Thread walt
Greetings, It seems my outlook.hu email doesn't setup a DKIM for outgoing messages. The result showed in gmail header: SPF:PASS with IP 40.92.18.14 Learn more DMARC: 'PASS' It has only spf setup, no DKIM. if the message was forwarded by the third party, the DMARC will fail. Can you help

Re: Why Does Linux 'mail' Command Send with u...@host.domain.com Instead of u...@domain.com?

2009-03-28 Thread Walt Park
what it thinks you need as a courtesy. If you want mail/mailx to append envelope/header info with something specific, rather than default host.domain.com, you might be able to do with with .mailrc or /etc/mail.rc, which can alter the behavior of mail. Good luck. Walt On Sat, Mar 28, 2009 at

Is there a character limit for an address field?

2009-04-08 Thread Walt Park
just.. no limit? Thanks in advance Walt

Re: Is there a character limit for an address field?

2009-04-08 Thread Walt Park
Greetings, I agree that if they have to ask, it's probably the wrong way, but it's not my call. Unless they break protocol, I can not object, and have to make sure things run as expected. Thanks for the link. Cheers, Walt On Wed, Apr 8, 2009 at 11:43 AM, Victor Duchovni <

postfix for dummies (me) probably a general error in config of smtp

2011-03-24 Thread Walt Shekrota
v:/dev/urandom Again I'm trying to get the simplest plain text version of this going that I can expand later. (with ssl) Thanks for any enlightenment. -Walt

Need for more smtpd debug info

2011-03-25 Thread Walt Shekrota
munication with postfix? Or even to see if it is happening at all. Thanks. -Walt

Re: postfix for dummies (me) probably a general error in config of smtp

2011-03-25 Thread Walt Shekrota
On Friday 25 March 2011 09:09:27 Wietse Venema wrote: > Walt Shekrota: > > if I telnet localhost smtp I get a lot of seemingly inert debug or trace > > info in the same log which ultimately gets... > > SASL: Connect to private/auth failed: connection refused > > Th

Re: postfix for dummies (me) probably a general error in config of smtp

2011-03-25 Thread Walt Shekrota
On Friday 25 March 2011 10:09:23 Wietse Venema wrote: > Walt Shekrota: > > > > Mar 24 13:57:27 ubu postfix/smtp[15875]: BAD9F82CB0: > > > > to=, relay=199.224.64.207[199.224.64.207]:25, > > > > delay=0.57, delays=0.2/0.03/0.17/0.17, dsn=5.7.1, stat

Re: postfix for dummies (me) probably a general error in config of smtp

2011-03-25 Thread Walt Shekrota
shekro...@frontier.com:x Is there any way to perform a verbose tracing of the actual sasl process, maybe there is a clue there? Thanks. -Walt

Re: postfix for dummies (me) probably a general error in config of smtp

2011-03-25 Thread Walt Shekrota
ing blindly configuring without ways to debug or validate could take forever. suggestions? Thanks. -Walt

Re: postfix for dummies (me) probably a general error in config of smtp

2011-03-25 Thread Walt Shekrota
ifference. Thanks. -Walt

Re: postfix for dummies (me) probably a general error in config of smtp

2011-03-25 Thread Walt Shekrota
be the beef of the problem. Some ISPs are forcing certain security policy. Before postfix I was using (per client) ssmtp and had specified 'smtp.frontier.com 465' in its simple config file, then authed the same user/password. So should I use the same here and enable SSL/TLS being I know this was working for me? Thanks. -Walt

Re: postfix for dummies (me) probably a general error in config of smtp

2011-03-25 Thread Walt Shekrota
On Friday 25 March 2011 12:34:37 /dev/rob0 wrote: > 1. Why did you switch from ssmtp? It's possible, even likely, that >your needs would be better served by a null SMTP client, rather >than a MTA such as Postfix. > Like you said this enables you to use a single client to access your mai

Re: postfix for dummies (me) probably a general error in config of smtp

2011-03-25 Thread Walt Shekrota
NO MECHS message? I can't tell from the logs. My system was build from a 10.10 ubuntu install using apt-get for the remainder packages. Thanks. -Walt

Re: postfix for dummies (me) probably a general error in config of smtp

2011-03-25 Thread Walt Shekrota
s my ISP has no mechanisms? also it says :465 yet the main.cf and password file say :25. Thanks. -Walt alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases append_dot_mydomain = no biff = no broken_sasl_auth_clients = yes config_directory = /etc/postfix inet_interfaces = all mydest

Re: postfix for dummies (me) probably a general error in config of smtp

2011-03-25 Thread Walt Shekrota
On Friday 25 March 2011 18:19:32 Reinaldo de Carvalho wrote: > On Fri, Mar 25, 2011 at 6:27 PM, Walt Shekrota > > wrote: > > Mar 25 16:55:39 ubu postfix/qmgr[560]: 3485281365: > > from=, size=505, nrcpt=1 (queue active) > > [..] > > > > > smtp.frontie

Re: postfix for dummies (me) probably a general error in config of smtp

2011-03-27 Thread Walt Shekrota
On Friday 25 March 2011 18:19:32 you wrote: > On Fri, Mar 25, 2011 at 6:27 PM, Walt Shekrota > > wrote: > > Mar 25 16:55:39 ubu postfix/qmgr[560]: 3485281365: > > from=, size=505, nrcpt=1 (queue active) > > [..] > > > > > smtp.frontier.com:25 ws

Re: postfix for dummies (me) probably a general error in config of smtp

2011-03-27 Thread Walt Shekrota
Hi Wietse, I tried the telnet test with a non frontier emailid and it just said ok so that can't be the problem. What returns from a normal send is 554 5.7.1 Error: (I think this is just a catch all that says I do not identify myself) -Walt

Re: postfix for dummies (me) probably a general error in config of smtp

2011-03-27 Thread Walt Shekrota
eeded to stick to the simple approach I tried to start with. Changes midstream always muddy the water worse. I appreciate your patience. Thanks for the extended logging info. -Walt

Re: postfix for dummies (me) probably a general error in config of smtp

2011-03-27 Thread Walt Shekrota
Closed thread I had TLS enabled and SASL was not being called for. Moral of the story KISS Keep it Simple And maybe, ONLY read official documents, but that is good advice for anything. Thanks for those who tried to help. -Walt

question for the mail architecture

2021-10-27 Thread Walt CH
Hello For our company's global design, we have the MX servers (postfix) on both the US and the EU. When the two MX servers receive the messages, how to store the messages into a separated area such as the AU? Thank you.

domain email handled by postfix

2021-11-11 Thread Walt Pang
How to set up postfix to forward all my domain's email to gmail, and enable authentication for SMTP outgoing messages? Thank you.

[pfx] question about postmaster account

2024-07-27 Thread Walt E via Postfix-users
awyer communicated with him, but he was unwilling to return the account, saying that he used the account for commercial purposes. Is the postmaster account absolutely necessary for post office management? Best regards, Walt Evans ___ Postfix-users mailing

[pfx] Re: #5.7.0 Must issue a STARTTLS command first (in reply to MAIL FROM command) - how to repair?

2024-07-29 Thread Walt E via Postfix-users
Hi victor I guess outbound TLS support is this option? smtp_tls_security_level = may Thank you. - 원본 메일 - 보낸사람: Viktor Dukhovni via Postfix-users  받는사람: postfix-users@postfix.org 날짜: 24.07.29 20:22 GMT +0900 제목: [pfx] Re: #5.7.0 Must issue a STARTTLS command first (in

[pfx] Re: Do you reject DMARC failures?

2024-07-30 Thread Walt E via Postfix-users
On 2024-07-30 17:23, Gilgongo via Postfix-users wrote: I've recently installed and configured openDMARC. I see it marks perhaps 20-30% of domains as "fail" but I've not set it to reject those yet. In our dmarc setup, we will reject the message if it fails (p=reject and dkim/spf verification

[pfx] Re: Do you reject DMARC failures?

2024-07-30 Thread Walt E via Postfix-users
Can you share your experience on LLM for rspamd? Any links/resources are appreciated. Thank you On 2024-07-30 21:42, chandan via Postfix-users wrote: In POSTSCREEN i use 12 blocklists and whitelists. each is given a particular score based on a custom ML algorithm. The scores get adjusted ever