Problems receiving emails

Sam9999

Verified User
Joined
Apr 26, 2008
Messages
26
I think that can be a problem of DNS.
I can't receive emails from outside the server, not all, some email is in the queque of mails but is not served to the domains.
I can select emails in the queque and retry and after emails will write in the domains mailbox.
I have disabled spamassassin but it's the some.
The emails in the queque are set as freeze.
Were can I see to verify that all it's configured correctly?
Again, the exim will bounce alla emails with an attached file .eml can I do to receive that files attached? For the second issue I have try to edit the file /etc/system_filter.exim deleting the |eml|.
 
Last edited:
Can that help to understand?

I'm reading the logs.

2009:09:07-23:50:05: Unable to get quotas: repquota: Mountpoint (or device) / not found.
repquota: Not all specified mountpoints are using quota.

2009-09-08 10:36:47 1MkwBv-0003gq-Bb appendfile transport process returned non-zero status 0x0100: exit code 1
2009-09-08 10:36:47 1MkwBv-0003gq-Bb == [email protected] R=virtual_user T=virtual_localdelivery defer (-1)
2009-09-08 10:36:47 1MkwBv-0003gq-Bb Frozen

And there's more!

2009-09-08 10:28:18 1Mkw3i-0003bC-N6 unable to set gid=8 or uid=1002 (euid=8): local delivery to info <[email protected]> transport=virtual_localdelivery
2009-09-08 10:28:18 1Mkw3i-0003bC-N6 failed to read delivery status for [email protected] from delivery subprocess
2009-09-08 10:28:18 1Mkw3i-0003bC-N6 appendfile transport process returned non-zero status 0x0100: exit code 1
2009-09-08 10:29:22 1Mkw4k-0003bl-Pl unable to set gid=8 or uid=1002 (euid=8): local delivery to info <[email protected]> transport=virtual_localdelivery
2009-09-08 10:29:22 1Mkw4k-0003bl-Pl failed to read delivery status for [email protected] from delivery subprocess
2009-09-08 10:29:22 1Mkw4k-0003bl-Pl appendfile transport process returned non-zero status 0x0100: exit code 1
2009-09-08 10:36:47 1MkwBv-0003gq-Bb unable to set gid=8 or uid=1002 (euid=8): local delivery to info <[email protected]> transport=virtual_localdelivery
2009-09-08 10:36:47 1MkwBv-0003gq-Bb failed to read delivery status for [email protected] from delivery subprocess
2009-09-08 10:36:47 1MkwBv-0003gq-Bb appendfile transport process returned non-zero status 0x0100: exit code 1
 
Last edited:
I have that response.

I'm not sure about wath to do because I can put the server down.... the sistem it's debian 4:

vps:~# /usr/sbin/repquota /home
repquota: Mountpoint (or device) /home not found.
repquota: Not all specified mountpoints are using quota.
vps:~# /usr/sbin/repquota /
repquota: Mountpoint (or device) / not found.
repquota: Not all specified mountpoints are using quota.
vps:~#

vps:~# /sbin/quotaoff -a; /sbin/quotacheck -avugm; /sbin/quotaon -a;
quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option.
vps:~#

Ther pico /etc/fstab

/dev/sda1 / ext3 errors=remount-ro 0 1
/dev/sda2 none swap sw 0 0
proc /proc proc defaults 0 0

Maybe I have to write something here??

after the command
echo "action=tally&value=all" >> /usr/local/directadmin/data/task.queue
have no effect.

Partitions are that:
vps:~# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda1 10080108 3623156 5944904 38% /
tmpfs 131156 0 131156 0% /lib/init/rw
udev 131156 0 131156 0% /dev
tmpfs 131156 0 131156 0% /dev/shm
vps:~#

Inside directadmin.conf I have:
quota_partition=/
 
Last edited:
ugh...

You have to first edit /etc/fstab

on the /dev/sda1 line change

Code:
errors=remount-ro

to

Code:
errors=remount-ro,usrquota,grpquota

Save the file.

Now you can run the quota check and repquota commands.
 
TKS a lot!

I was just doing it in this moment.
I have found a web page
http://learnlinux.tsf.org.za/courses/build/sys-admin/ch05s02.html

and reading it and your web page
http://help.directadmin.com/item.php?id=42

I have do wath you have write and now:

vps:~# cat /etc/fstab
/dev/sda1 / ext3 errors=remount-ro,usrquota,grpquota 0 1
/dev/sda2 none swap sw 0 0
proc /proc proc defaults 0 0

After I have restart the machine.
the now the comand:
vps:~# /usr/sbin/repquota /
*** Report for user quotas on device /dev/sda1
Block grace time: 7days; Inode grace time: 7days
Block limits File limits
User used soft hard grace used soft hard grace
----------------------------------------------------------------------
root -- 1664156 0 0 56122 0 0
daemon -- 52 0 0 4 0 0
man -- 500 0 0 30 0 0
mail -- 5116 0 0 331 0 0
news -- 4 0 0 1 0 0
bind -- 8 0 0 2 0 0
apache -- 1112 0 0 189 0 0
diradmin -- 141588 0 0 3881 0 0
mysql -- 333280 0 0 6304 0 0
webapps -- 61128 0 0 5460 0 0
ftp -- 336 0 0 53 0 0
majordomo -- 556 0 0 76 0 0
admin -- 2333392 0 0 69701 0 0
#501 -- 12880 0 0 1076 0 0

And after the comand:
vps:~# /sbin/quotaoff -a; /sbin/quotacheck -avugm; /sbin/quotaon -a;
quotacheck: Scanning /dev/sda1 [/] done
quotacheck: Checked 11752 directories and 131484 files

Then it seems be all right.
I will see what appen with emails....

Tank you.
 
After the quota set the problem there's again

Here is the last few minutes of my /var/log/exim/mainlog

2009-09-10 16:00:09 1MlkC1-000398-ML <= [email protected] H=host-78-13-81-60.cust-adsl.tiscali.it (sam9999) [78.13.81.60] P=esmtpa Am
2009-09-10 16:00:10 1MlkC1-000398-ML => [email protected] F=<[email protected]> R=lookuphost T=remote_smtp S=10480 H=mail.stampa"
2009-09-10 16:00:10 1MlkC1-000398-ML Completed
2009-09-10 16:00:31 H=(PZIPYWVJWI) [219.252.207.194] F=<[email protected]> rejected RCPT <[email protected]>:
2009-09-10 16:00:32 H=(PZIPYWVJWI) [219.252.207.194] incomplete transaction (RSET) from <[email protected]>
2009-09-10 16:00:32 H=(PZIPYWVJWI) [219.252.207.194] F=<[email protected]> rejected RCPT <[email protected]>:
2009-09-10 16:00:32 H=(PZIPYWVJWI) [219.252.207.194] incomplete transaction (RSET) from <[email protected]>
2009-09-10 16:00:33 H=(PZIPYWVJWI) [219.252.207.194] F=<[email protected]> rejected RCPT <[email protected]>:
2009-09-10 16:00:33 1MlkCN-00039E-Rb <= [email protected] H=(dsl-189-144-149-239-dyn.prod-infinitum.com.mx) [189.144.149.239m
2009-09-10 16:00:33 H=(PZIPYWVJWI) [219.252.207.194] incomplete transaction (connection lost) from <[email protected]>
2009-09-10 16:00:33 unexpected disconnection while reading SMTP command from (PZIPYWVJWI) [219.252.207.194] (error: Connection res)
2009-09-10 16:00:38 1MlkCP-00039I-EF <= [email protected] U=mail P=spam-scanned S=10016 id=85b601ca3225$781622fb$3f2a4edc@jum
2009-09-10 16:00:38 1MlkCP-00039I-EF => discarded <[email protected]> R=domain_filter
2009-09-10 16:00:38 1MlkCP-00039I-EF Completed
2009-09-10 16:00:38 1MlkCN-00039E-Rb => sam <[email protected]> F=<[email protected]> R=spamcheck_director T=spamcheck S=9898
2009-09-10 16:00:38 1MlkCN-00039E-Rb Completed
2009-09-10 16:03:24 1MlkF8-0003A8-RR <= [email protected] H=(194.177.97.78) [117.242.33.13] P=smtp S=2582 id=AI1CW0t
2009-09-10 16:03:28 1MlkFA-0003AC-7C <= [email protected] U=mail P=spam-scanned S=6701 [email protected]
2009-09-10 16:03:28 1MlkFA-0003AC-7C => discarded <[email protected]> R=domain_filter
2009-09-10 16:03:28 1MlkFA-0003AC-7C Completed
2009-09-10 16:03:28 1MlkF8-0003A8-RR => webmaster <[email protected]> F=<[email protected]> R=spamcheck_direc3
2009-09-10 16:03:28 1MlkF8-0003A8-RR Completed
2009-09-10 16:04:02 1MlkEN-00039z-Gw <= [email protected] H=wimaxuser3746-152.wateen.net [110.37.46.152] P=esmtp S=58g
2009-09-10 16:04:07 1MlkFm-0003Ar-Rn <= [email protected] U=mail P=spam-scanned S=62075 id=01ca3250$606d0390$982e256eg
2009-09-10 16:04:07 1MlkFm-0003Ar-Rn => discarded <[email protected]> R=domain_filter
2009-09-10 16:04:07 1MlkFm-0003Ar-Rn Completed
2009-09-10 16:04:07 1MlkEN-00039z-Gw => webmaster <[email protected]> F=<[email protected]> R=spamcheck_directo7
2009-09-10 16:04:07 1MlkEN-00039z-Gw Completed
2009-09-10 16:04:20 H=laubervilliers-151-11-3-176.w193-251.abo.wanadoo.fr [193.251.50.176] F=<-chrismarg@laubervilliers-151-11-3-1
2009-09-10 16:04:21 H=laubervilliers-151-11-3-176.w193-251.abo.wanadoo.fr [193.251.50.176] incomplete transaction (QUIT) from <-ch>
2009-09-10 16:04:29 1MlkG7-0003B6-1V <= [email protected] H=([88.252.64.41]) [88.252.64.41] P=esmtp S=49750 id=0156520805.5Pt
2009-09-10 16:04:33 1MlkGD-0003BC-Lp <= [email protected] U=mail P=spam-scanned S=50158 id=0156520805.5PVP4QX6649644@rmkfikbt
2009-09-10 16:04:33 1MlkGD-0003BC-Lp unable to set gid=8 or uid=1002 (euid=8): local delivery to dtolomelli <dtolomelli@milenamosey
2009-09-10 16:04:33 1MlkGD-0003BC-Lp failed to read delivery status for [email protected] from delivery subprocess
2009-09-10 16:04:33 1MlkGD-0003BC-Lp appendfile transport process returned non-zero status 0x0100: exit code 1
2009-09-10 16:04:33 1MlkGD-0003BC-Lp == [email protected] R=virtual_user T=virtual_localdelivery defer (-1)
2009-09-10 16:04:33 1MlkGD-0003BC-Lp Frozen
2009-09-10 16:04:33 1MlkG7-0003B6-1V <[email protected]>: spamcheck transport output: 2009-09-10 16:04:33 1MlkGD-0003BC-Ly
2009-09-10 16:04:33 1MlkG7-0003B6-1V => dtolomelli <[email protected]> F=<[email protected]> R=spamcheck_director T0
2009-09-10 16:04:33 1MlkG7-0003B6-1V Completed
2009-09-10 16:04:44 1MlkGS-0003BO-Ih <= [email protected] H=smtpout31.attiva.biz [88.44.63.37] P=esmtp S=109478 id=003401ca3224$9bt
2009-09-10 16:04:44 1MlkGS-0003BO-Ih unable to set gid=8 or uid=1002 (euid=8): local delivery to info <[email protected]> transy
2009-09-10 16:04:44 1MlkGS-0003BO-Ih failed to read delivery status for [email protected] from delivery subprocess
2009-09-10 16:04:44 1MlkGS-0003BO-Ih appendfile transport process returned non-zero status 0x0100: exit code 1
2009-09-10 16:04:44 1MlkGS-0003BO-Ih == [email protected] R=virtual_user T=virtual_localdelivery defer (-1)
2009-09-10 16:04:44 1MlkGS-0003BO-Ih Frozen
2009-09-10 16:05:04 1MlkGm-0003Bj-3O <= [email protected] H=p5b302325.dip0.t-ipconnect.de (homepc) [91.48.35.37] P=st
2009-09-10 16:05:08 1MlkGm-0003Bm-8h <= [email protected] U=mail P=spam-scanned S=9660 id=003e01ca3238$f53689f0$dfa3t
2009-09-10 16:05:08 1MlkGm-0003Bm-8h => discarded <[email protected]> R=domain_filter
2009-09-10 16:05:08 1MlkGm-0003Bm-8h Completed
2009-09-10 16:05:08 1MlkGm-0003Bj-3O => info <[email protected]> F=<[email protected]> R=spamcheck_director T=spa2
2009-09-10 16:05:08 1MlkGm-0003Bj-3O Completed
2009-09-10 16:05:12 H=broadband-77-37-236-192.nationalcablenetworks.ru [77.37.236.192] F=<[email protected]> rejected RCPT <alen@
2009-09-10 16:05:12 H=broadband-77-37-236-192.nationalcablenetworks.ru [77.37.236.192] incomplete transaction (connection lost) fr>
2009-09-10 16:05:12 unexpected disconnection while reading SMTP command from broadband-77-37-236-192.nationalcablenetworks.ru [77.]
2009-09-10 16:05:21 1MlkA9-00038O-4o Unfrozen by forced delivery
2009-09-10 16:05:21 1MlkA9-00038O-4o => sam <[email protected]> F=<[email protected]> R=virtual_user T=virtual_localdelivery S5
2009-09-10 16:05:21 1MlkA9-00038O-4o Completed
2009-09-10 16:05:21 1MlkBj-00038o-Bm Unfrozen by forced delivery
2009-09-10 16:05:22 1MlkBj-00038o-Bm => info <[email protected]> F=<[email protected]> R=virtual_user T=virtual_local5
2009-09-10 16:05:22 1MlkBj-00038o-Bm Completed
2009-09-10 16:05:22 1MlkBk-00038v-9N Unfrozen by forced delivery
2009-09-10 16:05:22 1MlkBk-00038v-9N => info <[email protected]> F=<[email protected]> R=virtual_user T=virtual_loc9
2009-09-10 16:05:22 1MlkBk-00038v-9N Completed
2009-09-10 16:05:22 1MlkGD-0003BC-Lp Unfrozen by forced delivery
2009-09-10 16:05:22 1MlkGD-0003BC-Lp => dtolomelli <[email protected]> F=<[email protected]> R=virtual_user T=virtu4
2009-09-10 16:05:22 1MlkGD-0003BC-Lp Completed
2009-09-10 16:05:22 1MlkGS-0003BO-Ih Unfrozen by forced delivery
2009-09-10 16:05:22 1MlkGS-0003BO-Ih => info <[email protected]> F=<[email protected]> R=virtual_user T=virtual_localdelivery S2
2009-09-10 16:05:22 1MlkGS-0003BO-Ih Completed
2009-09-10 16:05:36 H=200-96-138-23.bsace703.dsl.brasiltelecom.net.br [200.96.138.23] F=<[email protected]> rejected RCPT
2009-09-10 16:05:36 H=200-96-138-23.bsace703.dsl.brasiltelecom.net.br [200.96.138.23] incomplete transaction (connection lost) fro>
2009-09-10 16:05:36 unexpected disconnection while reading SMTP command from 200-96-138-23.bsace703.dsl.brasiltelecom.net.br [200.]
2009-09-10 16:05:41 1MlkHM-0003CS-Tp <= [email protected] H=(your46cedaab23) [124.54.142.180] P=smtp S=5941 m
2009-09-10 16:05:44 H=(JVKYPMSDY) [117.196.135.119] F=<[email protected]> rejected RCPT <[email protected]>:
2009-09-10 16:05:44 H=(JVKYPMSDY) [117.196.135.119] incomplete transaction (RSET) from <[email protected]>
2009-09-10 16:05:45 H=(JVKYPMSDY) [117.196.135.119] F=<[email protected]> rejected RCPT <[email protected]>:
2009-09-10 16:05:45 H=(JVKYPMSDY) [117.196.135.119] incomplete transaction (RSET) from <[email protected]>
2009-09-10 16:05:45 H=(JVKYPMSDY) [117.196.135.119] F=<[email protected]> rejected RCPT <[email protected]>:
2009-09-10 16:05:45 1MlkHN-0003CV-Iw <= [email protected] U=mail P=spam-scanned S=9712 id=003201ca3272$537d6m
2009-09-10 16:05:45 1MlkHN-0003CV-Iw => discarded <[email protected]> R=domain_filter
2009-09-10 16:05:45 1MlkHN-0003CV-Iw Completed
2009-09-10 16:05:45 1MlkHM-0003CS-Tp => info <[email protected]> F=<[email protected]> R=spamcheck_dir4
2009-09-10 16:05:45 1MlkHM-0003CS-Tp Completed
2009-09-10 16:05:45 H=(JVKYPMSDY) [117.196.135.119] incomplete transaction (connection lost) from <[email protected]>
2009-09-10 16:05:45 unexpected disconnection while reading SMTP command from (JVKYPMSDY) [117.196.135.119] (error: Connection rese)
2009-09-10 16:06:10 1MlkHp-0003Cc-Og <= [email protected] H=host200-253-static.63-88-b.business.telecomitalia.iz
2009-09-10 16:06:14 1MlkHq-0003Ci-Mc <= [email protected] U=mail P=spam-scanned S=9735 id=003c01ca3237$bc8c93c0z
2009-09-10 16:06:14 1MlkHq-0003Ci-Mc => discarded <[email protected]> R=domain_filter
2009-09-10 16:06:14 1MlkHq-0003Ci-Mc Completed
2009-09-10 16:06:14 1MlkHp-0003Cc-Og => magiko <[email protected]> F=<[email protected]> R=spamcheck_director T7
2009-09-10 16:06:14 1MlkHp-0003Cc-Og Completed
2009-09-10 16:06:26 H=(XVZKPMPKV) [123.18.76.100] F=<[email protected]> rejected RCPT <[email protected]>:
2009-09-10 16:06:26 H=(XVZKPMPKV) [123.18.76.100] F=<[email protected]> rejected RCPT <[email protected]>:
2009-09-10 16:06:26 H=(XVZKPMPKV) [123.18.76.100] F=<[email protected]> rejected RCPT <[email protected]>:
2009-09-10 16:06:26 H=(XVZKPMPKV) [123.18.76.100] F=<[email protected]> rejected RCPT <[email protected]>:
2009-09-10 16:06:26 H=(XVZKPMPKV) [123.18.76.100] F=<[email protected]> rejected RCPT <[email protected]>:
2009-09-10 16:06:26 H=(XVZKPMPKV) [123.18.76.100] incomplete transaction (RSET) from <[email protected]>
2009-09-10 16:06:27 H=(XVZKPMPKV) [123.18.76.100] F=<[email protected]> rejected RCPT <[email protected]>:
2009-09-10 16:06:27 H=(XVZKPMPKV) [123.18.76.100] F=<[email protected]> rejected RCPT <[email protected]>:
2009-09-10 16:06:27 H=(XVZKPMPKV) [123.18.76.100] F=<[email protected]> rejected RCPT <[email protected]>:
2009-09-10 16:06:27 H=(XVZKPMPKV) [123.18.76.100] F=<[email protected]> rejected RCPT <[email protected]>:
2009-09-10 16:06:27 H=(XVZKPMPKV) [123.18.76.100] F=<[email protected]> rejected RCPT <[email protected]>:
2009-09-10 16:06:31 H=(XVZKPMPKV) [123.18.76.100] incomplete transaction (RSET) from <[email protected]>
2009-09-10 16:06:31 H=(XVZKPMPKV) [123.18.76.100] F=<[email protected]> rejected RCPT <[email protected]>:
2009-09-10 16:06:31 H=(XVZKPMPKV) [123.18.76.100] F=<[email protected]> rejected RCPT <[email protected]>:
2009-09-10 16:06:31 H=(XVZKPMPKV) [123.18.76.100] F=<[email protected]> rejected RCPT <[email protected]>:
2009-09-10 16:06:31 H=(XVZKPMPKV) [123.18.76.100] F=<[email protected]> rejected RCPT <[email protected]>:
2009-09-10 16:06:31 H=(XVZKPMPKV) [123.18.76.100] F=<[email protected]> rejected RCPT <[email protected]>:
2009-09-10 16:06:32 H=(XVZKPMPKV) [123.18.76.100] incomplete transaction (connection lost) from <[email protected]>
2009-09-10 16:06:32 unexpected disconnection while reading SMTP command from (XVZKPMPKV) [123.18.76.100] (error: Connection reset )
2009-09-10 16:08:39 H=(IVDLSZOJ) [121.63.167.128] F=<[email protected]> rejected RCPT <[email protected]>:
2009-09-10 16:08:40 H=(IVDLSZOJ) [121.63.167.128] incomplete transaction (RSET) from <[email protected]>
2009-09-10 16:08:43 H=(IVDLSZOJ) [121.63.167.128] F=<[email protected]> rejected RCPT <[email protected]>:
2009-09-10 16:08:43 H=(IVDLSZOJ) [121.63.167.128] incomplete transaction (RSET) from <[email protected]>
2009-09-10 16:08:44 H=(IVDLSZOJ) [121.63.167.128] F=<[email protected]> rejected RCPT <[email protected]
2009-09-10 16:08:44 H=(IVDLSZOJ) [121.63.167.128] incomplete transaction (connection lost) from <moonscapeswrz2355@remotecallcente>
2009-09-10 16:08:44 unexpected disconnection while reading SMTP command from (IVDLSZOJ) [121.63.167.128] (error: Connection reset )
2009-09-10 16:08:52 H=(stlap00291) [121.245.149.244] F=<[email protected]> rejected RCPT <[email protected]>:
2009-09-10 16:08:57 H=(stlap00291) [121.245.149.244] incomplete transaction (connection lost) from <[email protected]>
2009-09-10 16:08:57 unexpected disconnection while reading SMTP command from (stlap00291) [121.245.149.244]
2009-09-10 16:09:05 rejected EHLO from apex-online.de [85.214.23.50]: syntactically invalid argument(s): (no argument given)
2009-09-10 16:09:05 rejected HELO from apex-online.de [85.214.23.50]: syntactically invalid argument(s): (no argument given)
 
Hello,
2009-09-08 10:28:18 1Mkw3i-0003bC-N6 unable to set gid=8 or uid=1002 (euid=8): local delivery to info <[email protected]> transport=virtual_localdelivery
2009-09-08 10:28:18 1Mkw3i-0003bC-N6 failed to read delivery status for [email protected] from delivery subprocess
2009-09-08 10:28:18 1Mkw3i-0003bC-N6 appendfile transport process returned non-zero status 0x0100: exit code 1
to me would mean you'd need a new exim binary. One way is to compile exim from source. This will create a binary for your system that will work:
http://help.directadmin.com/item.php?id=125

Or grab a new packages from files.directadmin.com/services for your OS and install it, which may or may not resolve the issue.

In your last post about the exim logs, there isn't much really jumping out at me as a problem... apart from some Frozen messages and connection issues to other servers, which are both normal occurances, usually out of your hands.

John
 
Tks a lot!

Yes, I the same can't see more then freeze emails.
But before when I sende one email that will come fast in my mail box, now it rest freezed and don't come in my mail box before I click the button "retry" there's non motiv because don't come before.
I have 2 erros making file then I cannot do make install.
After add the value the errores are the same.

PERL_CC=cc
PERL_CCOPTS= -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl/5.8/CORE
PERL_LIBS=-Wl,-E -L/usr/local/lib /usr/lib/perl/5.8/auto/DynaLoader/DynaLoader.a -L/usr/lib/perl/5.8/CORE -ldl -lm -lpthread -lc -lcrypt


Then
vps:~/exim-4.69/Local# apt-get install libdb4.6-dev libperl-dev
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package libdb4.6-dev

gcc exim_dbmbuild.c
In file included from exim.h:433,
from exim_dbmbuild.c:33:
dbstuff.h:103:16: error: db.h: No such file or directory
In file included from exim.h:433,
from exim_dbmbuild.c:33:
dbstuff.h:529: error: expected specifier-qualifier-list before 'DB'
exim_dbmbuild.c: In function 'main':
exim_dbmbuild.c:150: error: 'DB' undeclared (first use in this function)
exim_dbmbuild.c:150: error: (Each undeclared identifier is reported only once
exim_dbmbuild.c:150: error: for each function it appears in.)
exim_dbmbuild.c:150: error: 'd' undeclared (first use in this function)
exim_dbmbuild.c:151: error: 'DBT' undeclared (first use in this function)
exim_dbmbuild.c:151: error: expected ';' before 'key'
exim_dbmbuild.c:213: error: 'DB_HASH' undeclared (first use in this function)
exim_dbmbuild.c:295: error: 'content' undeclared (first use in this function)
exim_dbmbuild.c:298: error: 'key' undeclared (first use in this function)
exim_dbmbuild.c:298: error: 'R_NOOVERWRITE' undeclared (first use in this function)
make[1]: *** [exim_dbmbuild.o] Error 1
make[1]: Leaving directory `/root/exim-4.69/build-Linux-i386'
make: *** [go] Error 2

gcc exim_dbmbuild.c
In file included from exim.h:433,
from exim_dbmbuild.c:33:
dbstuff.h:103:16: error: db.h: No such file or directory
In file included from exim.h:433,
from exim_dbmbuild.c:33:
dbstuff.h:529: error: expected specifier-qualifier-list before 'DB'
exim_dbmbuild.c: In function 'main':
exim_dbmbuild.c:150: error: 'DB' undeclared (first use in this function)
exim_dbmbuild.c:150: error: (Each undeclared identifier is reported only once
exim_dbmbuild.c:150: error: for each function it appears in.)
exim_dbmbuild.c:150: error: 'd' undeclared (first use in this function)
exim_dbmbuild.c:151: error: 'DBT' undeclared (first use in this function)
exim_dbmbuild.c:151: error: expected ';' before 'key'
exim_dbmbuild.c:213: error: 'DB_HASH' undeclared (first use in this function)
exim_dbmbuild.c:295: error: 'content' undeclared (first use in this function)
exim_dbmbuild.c:298: error: 'key' undeclared (first use in this function)
exim_dbmbuild.c:298: error: 'R_NOOVERWRITE' undeclared (first use in this function)
make[1]: *** [exim_dbmbuild.o] Error 1
make[1]: Leaving directory `/root/exim-4.69/build-Linux-i386'
make: *** [go] Error 2
 
Last edited:
Another procedure.

I have try this other procedure but I have a error too.... pelase some ideas?

wget http://files.directadmin.com/services/debian_4.0/da_exim-4.69.deb
dpkg --install da_exim-4.69.deb

vps:~# dpkg --install da_exim-4.69.deb
(Reading database ... 15877 files and directories currently installed.)
Preparing to replace exim 4.62-1 (using da_exim-4.69.deb) ...
Unpacking replacement exim ...
Setting up exim (4.62-1) ...
System startup links for /etc/init.d/exim already exist.
mkdir: cannot create directory `usage': File exists

Even those problems, now emails are not froze and seem are write in the accounts... I'll verify if it's only a mi idea or now all it's working.
 
Last edited:
What error? I don't see any error.

YOu did an install; perhaps you should have done an update; I don't have much experience with dpkg.
Code:
System startup links for /etc/init.d/exim already exist.
That's not an error; dpkg is simply telling you that it didn't create the links because they're already there.
Code:
mkdir: cannot create directory `usage': File exists
That's probably not an error either; dpkg is probably telling you that the directory exists; you should check.

Jeff
 
All Ok!

Now are three days that email are not frozen and come in mailbox.
Exmin it's updated to the version 4.69.
Regards.
 
Back
Top