Need to fix Incoming & outgoing mail from external and eternal

ccsnpvt

New member
Joined
Aug 28, 2021
Messages
15
Need to fix Incoming & outgoing mail from external and eternal .
When we are sending mail from gmail to our server greeting error "Massage not delivered The response from the remote server was:
550 authentication required".
When i was send mail from server to any mail mins local or external massage say sent but not deliver to sender mail id and did not get any failed massage.
Please help me.
 
Create a test mail and see what can be wrong.
Visit https://www.mail-tester.com and send a mail like stated there.
The after a little time, use the button to check the score and see what is wrong.

Also go to intodns.com and check your main domain for issues.
 
Create a test mail and see what can be wrong.
Visit https://www.mail-tester.com and send a mail like stated there.
Thanks for mail but i am already checked but mail-tester also not received the mail.
On intodns.com seems everything ok. You can also check "firston.in" .
I think there is something problem with exim and mail handling services.
 
That is possible. I hope you're using the newest exim.conf file? That is version 4.5.35.

You could try to rebuild all, might also fix things.

Code:
cd /usr/local/directadmin/custombuild
./build update
./build all d
Will take a little time but if you converted from cPanel this will set everything correctly the DA way so this could fix some things.
 
That is possible. I hope you're using the newest exim.conf file? That is version 4.5.35.
Yes, I just install fresh 4 day ago.

./build all d
When executing this command it's given error as below

"clude/php/ext -I/usr/local/php73/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /usr/local/directadmin/custombuild/phalcon-4.1.0/phalcon.zep.c -fPIC -DPIC -o .libs/phalcon.o
cc: fatal error: Killed signal terminated program cc1
compilation terminated.
make: *** [Makefile:194: phalcon.lo] Error 1

root@mxbox:/usr/local/directadmin/custombuild#"

Thanks
 
Do you use a phalcon addon? I would suggest to remove it an try again.

Same problem mentioned here:
 
Code:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build all d
After diseble phalcon and run the code successful but No luck,
Still not solve mail problem.
I think i need to setup another server for only mail like iRedmail or will setup again and start without mail migration.
 
Your mail problem might be another thing.
But in that case we have to see what is happening via looking at the mail logs.

Can you check if you have the domain in /etc/virtual/domains because that could explain the mail issue.
 
It should be available also if you want to send mail from firston.in so either remove it from the panel and add it again, or try to add it manually in /etc/virtual and restart Exim.
 
Manually edited domains file and restarted,
But still problem with external mail outgoing and receiving.
Is there devocot problem or exim problem, can i diseble calamav And spam filter.?

Thanks
 
Manually edited domains file and restarted
After this only issue is outgoing mail to external mail. Locally mail working fine for incoming and outgoing and incoming from external incoming mail also working now only issue with outgoing to external mails.

I think we are near to resolve.

Thanks
 
Also check that the account is present in /etc/virtual/domainowners
That should look like:
firston.in: admin
where admin should be the accountname, so if the accountname is different that is another name.

Can you try this once again?
Code:
cd /usr/local/directadmin/custombuild
./build update
./build exim
./build exim_conf
./build dovecot
./build dovecot_conf
just to be sure, after this reboot the server once.

If it then still not works, shoot me a pm.
 
Also check that the account is present in /etc/virtual/domainowners
That should look like:
firston.in: admin
Yes, Its available and domain folder also available.

No Luck not deliver to external mail box.
wen sending to tester mail its get failed massage immediate.

1630672852254.png
 
Seems a datacenter or provider block on port 25.
See my pm reply and test what is in there, then we can be more certain of that.
Do not display logs or screenshots of the result here.
 
Back
Top