#Help Thread (drxven)

1 messages · Page 1 of 1 (latest)

lofty hatch
#
**Please read this message before you make your first message.**

Hello @hardy iron,

Please describe your issue in as much detail as possible. If you would like to close this thread, click the button below.
Firstly we'd recommend you to go through the FAQ listed below.
If your issue isn't listed in the FAQ then you can ask in this thread.

lofty hatch
hardy iron
#

Hey there i wanted help with json formatting to setup ImprovMX

#
{
  "owner": {
    "username": "lohitkolluri",
    "email": "[email protected]",
    "discord": "drxven"
  },
  "record": {
    "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
    "TXT": [
      "vc-domain-verify=lohit.is-a.dev,0195609f54fd0b8bb019",
      "v=spf1 include:spf.improvmx.com ~all"
    ]
  }
}

Does this look right?

wintry raft
#

Looks good

hardy iron
#

hmm got it hey btw is there any reference i can use to setup using zoho mail instead i tried but it seems too complicated

wintry raft
#

wait you put the mx in the _vercel file?

wintry raft
#

you can write here if you face any problems

#

ill help if im available

lofty hatch
#

vaibhav is gay

hardy iron
hardy iron
hardy iron
wintry raft
#

your mail will be [stuff]@_vercel.yoursubdomain.is-a.dev

hardy iron
#

so do i need to make a new file for that?

wintry raft
#

Not _vercel.lohit.json

hardy iron
#

hmm got it

wintry raft
#

?whois lohit

lofty hatch
wintry raft
#

replace CNAME with A record

#

CNAME cannot mix with other records

#

the A record should point to 76.76.21.21

hardy iron
#

but i guess vercel only supports CNAME

wintry raft
#

but mostly shows CNAME record

hardy iron
#

ok ill check for it

wintry raft
#

then add other recods(MX and TXT for improvmx) accordingly

hardy iron
#

got it im checking out vercel to configure A record

#

i only need to modify the lohit.json right and leave _vercel one as it is?

#
{
  "owner": {
    "username": "lohitkolluri",
    "email": "[email protected]",
    "discord": "drxven"
  },
  "record": {
    "A": ["76.76.21.21"],
    "MX": ["mx.zoho.in", "mx2.zoho.in", "mx3.zoho.in"],
    "TXT": ["v=spf1 include:zohomail.in ~all"]
  }
}

This is what my updated config should look right for zohomail?

hardy iron
#

Got it thank you very much

wintry raft
#

you can make a pr :)

wintry raft