Giter Club home page Giter Club logo

Comments (8)

msimerson avatar msimerson commented on June 29, 2024

Your AUTH user has a null/empty domain name. The solution (at least for now) is to authenticate with a full email address.

from haraka.

ravivgolov avatar ravivgolov commented on June 29, 2024

I have followed the instructions (auth_flat_file.ini):
[core]
methods=PLAIN,LOGIN,CRAM-MD5

[users]
user=123456789

I am trying to send email using only relay, this is not possible?

Thanks

from haraka.

msimerson avatar msimerson commented on June 29, 2024

Another solution: set constrain_sender=false in the auth plugin you are using.

from haraka.

ravivgolov avatar ravivgolov commented on June 29, 2024

Do you mean under [core] like that:
[core]
methods=PLAIN,LOGIN,CRAM-MD5
constrain_sender=false

Sorry for the newbie questions.

from haraka.

msimerson avatar msimerson commented on June 29, 2024

Do you mean under [core] like that:

Yes, exactly.

Or include a domain name with your auth info:

[users]
user@example.com=123456789

from haraka.

ravivgolov avatar ravivgolov commented on June 29, 2024

I can't include the domain and make it one domain usage, I want the relay will work out of the box with any domain provided.
If I add like your example, Can I still choose any domain in MAIL FROM? The intention of the MTA is to use it as an MTA for other servers.

Another 2 questions, How i sign all outgoing emails with DKIM - ESP level? I mean if the email has no DKIM set, haraka will use my default relay domain to sign the outbound emails?

2nd, Is it possible to set DMARC on the ESP level?

I am starting out with Haraka, and so far I love the structure, very well and easier than every other MTA I have used.
Where can I read about IP warmup? I want to warm up the ips and send max 50 per IP per hour.

Thanks

from haraka.

msimerson avatar msimerson commented on June 29, 2024

If I add like your example, Can I still choose any domain in MAIL FROM? The intention of the MTA is to use it as an MTA for other servers.

I already told you it would. Try it and see.

How i sign all outgoing emails with DKIM - ESP level?

Read the dkim docs

from haraka.

ravivgolov avatar ravivgolov commented on June 29, 2024

What would be the best option for the MTA to connect to outgoing servers?
[users]
[email protected]=123456789

Or
[users]
user=123456789

I prefer the simple user authentication. Is there any significant difference between the methods?

I need some help choosing between a single domain and another option from the guide. I'm confused about whether I need to generate a DKIM for each domain individually, or if I can select one primary domain to sign all outbound messages. Can you please clarify this for me?

Is it correct when there are multiple listeners in the output? I added that(Ports are working):
; address to listen on (default: all IPv6 and IPv4 addresses, port 25)
; use "[::0]:25" to listen on IPv6 and IPv4 (not all OSes)
listen=[::0]:587,[::0]:465,[::0]:25

[NOTICE] [-] [core] worker 4 listening on [::0]:465
[WARN] [-] [dnsbl] zone 'zen.spamhaus.org' did not respond to test point (null)
[WARN] [-] [dnsbl] disabling zone 'zen.spamhaus.org'
[NOTICE] [-] [core] Listening on [::0]:465
[NOTICE] [-] [core] Listening on [::0]:25
[NOTICE] [-] [core] worker 5 listening on [::0]:465
[INFO] [-] [core] Creating TLS server on [::0]:465
[NOTICE] [-] [core] worker 2 listening on [::0]:25
[INFO] [-] [core] Creating TLS server on [::0]:465
[INFO] [-] [core] Creating TLS server on [::0]:465
[NOTICE] [-] [core] worker 1 listening on [::0]:25
[NOTICE] [-] [core] worker 3 listening on [::0]:25
[NOTICE] [-] [core] worker 4 listening on [::0]:25
[INFO] [-] [core] Creating TLS server on [::0]:465
[INFO] [-] [core] Creating TLS server on [::0]:465
[INFO] [-] [core] Creating TLS server on [::0]:465
[INFO] [-] [core] Creating TLS server on [::0]:465
[NOTICE] [-] [core] Listening on [::0]:587
[NOTICE] [-] [core] Listening on [::0]:465
[NOTICE] [-] [core] Listening on [::0]:25
[NOTICE] [-] [core] worker 5 listening on [::0]:25
[INFO] [-] [karma] connected to redis://127.0.0.1:6379
[NOTICE] [-] [core] worker 8 listening on [::0]:587
[NOTICE] [-] [core] worker 8 listening on [::0]:465
[INFO] [-] [karma] connected to redis://127.0.0.1:6379
[NOTICE] [-] [core] Listening on [::0]:587
[INFO] [-] [karma] connected to redis://127.0.0.1:6379
[NOTICE] [-] [core] worker 11 listening on [::0]:587
[NOTICE] [-] [core] Listening on [::0]:587
[WARN] [-] [dnsbl] zone 'zen.spamhaus.org' did not respond to test point (null)
[NOTICE] [-] [core] worker 7 listening on [::0]:587
[WARN] [-] [dnsbl] zone 'zen.spamhaus.org' did not respond to test point (null)
[WARN] [-] [dnsbl] disabling zone 'zen.spamhaus.org'
[WARN] [-] [dnsbl] disabling zone 'zen.spamhaus.org'
[INFO] [-] [karma] connected to redis://127.0.0.1:6379
[NOTICE] [-] [core] Listening on [::0]:465
[NOTICE] [-] [core] Listening on [::0]:465
[NOTICE] [-] [core] worker 11 listening on [::0]:465
[NOTICE] [-] [core] Listening on [::0]:25
[NOTICE] [-] [core] worker 7 listening on [::0]:465
[NOTICE] [-] [core] Listening on [::0]:25
[NOTICE] [-] [core] Listening on [::0]:587
[NOTICE] [-] [core] worker 6 listening on [::0]:587
[WARN] [-] [dnsbl] zone 'zen.spamhaus.org' did not respond to test point (null)
[NOTICE] [-] [core] Listening on [::0]:465
[NOTICE] [-] [core] Listening on [::0]:587
[WARN] [-] [dnsbl] disabling zone 'zen.spamhaus.org'
[NOTICE] [-] [core] worker 6 listening on [::0]:465
[NOTICE] [-] [core] Listening on [::0]:25
[NOTICE] [-] [core] Listening on [::0]:465
[NOTICE] [-] [core] worker 10 listening on [::0]:587
[NOTICE] [-] [core] Listening on [::0]:25
[NOTICE] [-] [core] worker 10 listening on [::0]:465

from haraka.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.