Solved Error with internal mail

jonium

Verified User
Joined
Nov 10, 2010
Messages
208
Location
Alezio - Lecce- Apulia - South Italy
Hello,
In this mailserver, recently updated, i'm experiencing the following error for internal mail (sent between account of the same domain).

2021-05-07 09:58:32 1levNX-000598-Vv <= [email protected] H=host-79-50-249-88.retil.telecomitalia.it (aaabbb) [79.50.249.88] P=esmtpa A=login:[email protected] S=2815 [email protected] T="prova 1" from <[email protected]> for [email protected]
2021-05-07 09:58:32 cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1levNX-000598-Vv
2021-05-07 09:58:33 1levNX-000598-Vv <[email protected]>: spamcheck transport output: exim: getting initial cwd failed: No such file or directory
2021-05-07 09:58:33 1levNX-000598-Vv ** [email protected] F=<[email protected]> R=spamcheck_director T=spamcheck: Child process of spamcheck transport returned 1 from command: /usr/sbin/exim
2021-05-07 09:58:33 cwd=/var/spool/exim 7 args: /usr/sbin/exim -t -oem -oi -f <> -E1levNX-000598-Vv
2021-05-07 09:58:33 1levNZ-00059X-Ag <= <> R=1levNX-000598-Vv U=mail P=local S=4255 T="Mail delivery failed: returning message to sender" from <> for [email protected]
2021-05-07 09:58:33 cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1levNZ-00059X-Ag
2021-05-07 09:58:33 1levNX-000598-Vv Completed
2021-05-07 09:58:34 1levNZ-00059X-Ag => ppr <[email protected]> F=<> R=virtual_user T=dovecot_lmtp_udp S=4491 C="250 2.0.0 <[email protected]> iwsJLynzlGAtFwAA6be5lA Saved"
2021-05-07 09:58:34 1levNZ-00059X-Ag Completed

Any idea?
 
rebuild exim and exim.conf fixed it

cd /usr/local/directadmin/custombuild
./build update
./build set exim yes
./build set eximconf yes
./build set eximconf_release 4.5
./build set spamassassin yes
./build update
./build exim
./build exim_conf
 
today again the same error with internal mail:

This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed:
[email protected]
local delivery failed

The following text was generated during the delivery attempt:
------ [email protected] ------
exim: getting initial cwd failed: No such file or directory
 
Last edited:
Again...


This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed:
[email protected]
local delivery failed

The following text was generated during the delivery attempt:
------ [email protected] ------
exim: getting initial cwd failed: No such file or directory

rebuilt exim and exim.conf
 
Are you an admin???? Or did you quote the wrong part?

Via SSH:
service exim restart
service dovecot restart

Or login to DA in the admin panel, and use the "services monitor" option. you can also restart services from there.
 
Are you an admin???? Or did you quote the wrong part?

Via SSH:
service exim restart
service dovecot restart

Or login to DA in the admin panel, and use the "services monitor" option. you can also restart services from there.
Yes thank you.
But it look like tmpwatch emptying the temp dir... every night.
So it could be restart the service everyday too
 
That would be odd. Tmpwatch should nog empty the temp dir every night completely but also older then xx days like for example often is used older then 30 days.
I don't know what you are using but Centos 7 and Centos 8 do not use tmpwatch anymore, they use a different method.

Anyway, glad to hear you succeeded to restart the services.
However normally DA watches the services (via the services monitor) and try's to restart them automatically.
 
Back
Top