After Update Exim Email forwarder not working

absoonoo

Verified User
Joined
Aug 19, 2015
Messages
32
Hi ,My Roundcube is ok but no forward any mail to other mail or Gmail address.


main log
2021-07-12 15:28:03 1m2tdT-0007OK-1l => info <[email protected]> F=<[email protected]> R=virtual_user_unseen T=dovecot_lmtp_udp S=4379 C="250 2.0.0 <[email protected]> +EsaETsg7GAnfgAAUxCO8A Saved"
2021-07-12 15:28:03 1m2tdT-0007OK-1l failed to expand dkim_domain: unknown lookup type "lsearch,ret=key"
2021-07-12 15:28:03 1m2tdT-0007OK-1l =>[email protected] <[email protected]> F=<[email protected]> SRS=<SRS0=MD5N0T=ME=gmail.com=[email protected]> R=lookuphost T=remote_smtp S=4261 H=gmail-smtp-in.l.google.com [142.251.4.27] X=TLS1.2:ECDHE-ECDSA-AES128-GCM-SHA256:128 CV=yes C="250 2.0.0 OK 1626087483 11si10461316qtx.161 - gsmtp"
2021-07-12 15:28:03 1m2tdT-0007OK-1l Completed


rejectlog:
2021-07-12 12:43:52 login authenticator failed for (User) [212.70.149.71]: 535 Incorrect authentication data (set_id=[email protected])
2021-07-12 12:44:00 login authenticator failed for (USER) [200.81.117.10]: 535 Incorrect authentication data (set_id=[email protected])
2021-07-12 12:45:03 login authenticator failed for srv09.siprosa.gob.ar (USER) [181.13.142.141]: 535 Incorrect authentication data (set_id=[email protected])


paniclog:
2021-07-12 15:26:02 1m2tbW-0005QM-Ay User 0 set for local_delivery transport is on the never_users list
2021-07-12 15:26:02 1m2tbW-0005Qk-Bs User 0 set for local_delivery transport is on the never_users list
2021-07-12 15:26:02 1m2tbW-0005R9-Dd User 0 set for local_delivery transport is on the never_users list
2021-07-12 15:28:03 1m2tdT-0007OK-1l failed to expand dkim_domain: unknown lookup type "lsearch,ret=key"
2021-07-12 15:31:01 1m2tgL-0000cD-Pw User 0 set for local_delivery transport is on the never_users list
2021-07-12 15:31:01 1m2tgL-0000cs-SM User 0 set for local_delivery transport is on the never_users list
2021-07-12 15:31:02 1m2tgL-0000d2-TS User 0 set for local_delivery transport is on the never_users list
2021-07-12 15:31:02 1m2tgL-0000dB-WA User 0 set for local_delivery transport is on the never_users list
2021-07-12 15:33:38 1m2tir-0002S6-KS failed to expand dkim_domain: unknown lookup type "lsearch,ret=key"


I try :
cd /usr/local/directadmin/custombuild
./build set_fastest
./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

Exim version is 4.93.0.4
os centos 7
 
That looks like the same issue as mentioned here:
maybe you can find a solution in there, otherwise you might try and update to the newest Exim version 4.94.2 because you're running an old Exim at this moment. Maybe you have a custom_versions.txt present?

The lines in the panic.log point out you don't have set an email address for root mails, which can contain important messages.
Edit the /etc/aliases file and at the bottom replace:
# root: marc
with
root: [email protected]
where [email protected] is some email address you wish to receive your system messages on.

After that run this command just to be sure:
newaliases
and restart Exim.
 
Web capture_11-10-2021_191621_107.181.112.2.jpeg

after click update ,command process and page refresh show again updates!
The same problem is repeated in the ssh command.:rolleyes:
Executing /usr/local/directadmin/plugins/custombuild/admin/build update_versions
PHP Warning: Module 'redis' already loaded in Unknown on line 0
PHP Warning: Module 'redis' already loaded in Unknown on line 0
Updating Exim
Found /usr/local/directadmin/custombuild/exim-4.94.2.tar.gz
Extracting ...
Done.
Custom /usr/local/directadmin/custombuild/custom/exim/Makefile being used
Trying to make exim...
/bin/sh scripts/source_checks

>>> Creating links to source files...
>>> Creating lookups/Makefile for building dynamic modules
>>> New Makefile & lookups/Makefile installed
>>> Use "make makefile" if you need to force rebuilding of the makefile

make[1]: Entering directory `/usr/local/directadmin/custombuild/exim-4.94.2/build-Linux-x86_64'
/bin/sh ../scripts/Configure-os.c
cc buildconfig.c
/bin/sh ../scripts/Configure-os.h
cc exim_lock.c
cc -o exim_lock
>>> exim_lock utility built

/bin/sh ../scripts/Configure-config.h "make"
make[2]: Entering directory `/usr/local/directadmin/custombuild/exim-4.94.2/build-Linux-x86_64'
make[2]: `buildconfig' is up to date.
make[2]: Leaving directory `/usr/local/directadmin/custombuild/exim-4.94.2/build-Linux-x86_64'
Building configuration file config.h
>>> config.h built

cc -DMACRO_PREDEF macro_predef.c
cc -DMACRO_PREDEF globals.c
cc -DMACRO_PREDEF transport.c
cc -DMACRO_PREDEF readconf.c
cc -DMACRO_PREDEF route.c
cc -DMACRO_PREDEF drtables.c
macro_predef.c: In function 'options_from_list':
macro_predef.c:84:1: error: 'for' loop initial declarations are only allowed in C99 mode
for (int i = 0; i < nopt; i++) if (*(s = US opts.name) && *s != '*')
^
macro_predef.c:84:1: note: use option -std=c99 or -std=gnu99 to compile your code
Done!

 
It seems it's caused because you have custom configurations in place and I don't know why.

First this:
PHP Warning: Module 'redis' already loaded in Unknown on line 0
This error should never appear when using the ./build update command via SSH.

Then this:
Custom /usr/local/directadmin/custombuild/custom/exim/Makefile being used
which shows you have something custom in use for Exim. I don't know why or what is changed there. But this is causing the issue.

Check that custom exim directory and check what you created there. If you don't need it, remove that directory and recompile again.
 
It seems it's caused because you have custom configurations in place and I don't know why.

First this:

This error should never appear when using the ./build update command via SSH.

Then this:

which shows you have something custom in use for Exim. I don't know why or what is changed there. But this is causing the issue.

Check that custom exim directory and check what you created there. If you don't need it, remove that directory and recompile again.
Thanks' Richard.🙏
After remove makefile in exim folder recompile again whiteout any error.
I build exim and exim_conf but not resolve Forwarder problem.🙁
Exim mail log :
2021-10-12 10:21:57 1maBdl-0005Oq-Cx => info <[email protected]> F=<[email protected]> R=virtual_user_unseen T=dovecot_lmtp_udp S=4316 C="250 2.0.0 <[email protected]> kMO5JI0wZWFNVQAAheygkQ Saved"
2021-10-12 10:21:58 1maBdl-0005Oq-Cx => [email protected] <[email protected]> F=<[email protected]> SRS=<SRS0=hk1arj=PA=gmail.com=[email protected]> R=lookuphost_forward_router T=remote_smtp_forward_transport S=4196 H=gmail-smtp-in.l.google.com [74.125.192.27] X=TLS1.2:ECDHE-ECDSA-AES128-GCM-SHA256:128 CV=yes C="250 2.0.0 OK 1634021518 e8si7989614qty.426 - gsmtp"
 
Have you tried to google your Module "redis" problem?

Thank
This article not help for this problem .
i comment #extension=redis.so
 
I don't see any error in this anymore.

You say you only removed the Makefile from the custom directory. But what else was in there and which versions of Exim and exim.conf you are running now?
Latest version of exim.conf: 4.5.35
Installed version of exim.conf: 4.5.35
Latest version of Exim: 4.94.2
Installed version of Exim: 4.94.2
 
That seems right. But I don't see any errors anymore in the last exim log you posted.
Thank you Dear Richard, but i cant use any forwarder Gmail and yahoo address on all of domains in my vps, without any error message 😭
 
But direct messages (so no forwards) don't have issues to Gmail?

What happens to the messages which you forwarded? Do they stay in your mailqueue or do they just dissapear without any notice? Not arriving in spam either?

Just to be sure, use this:
and see if all is correct or if you get minus points here.

P.s. you also did not answer my question if there was still something else present in the custom directory.
 
But direct messages (so no forwards) don't have issues to Gmail?

What happens to the messages which you forwarded? Do they stay in your mailqueue or do they just dissapear without any notice? Not arriving in spam either?

Just to be sure, use this:
and see if all is correct or if you get minus points here.

P.s. you also did not answer my question if there was still something else present in the custom directory.
Direct message from my hosting to gmail with rundcube is ok .
no spam and no any notice But:🥴👇

Web capture_12-10-2021_184513_app.mailgenius.com.jpeg
 
Back
Top