[afnog] Fetchmail/Exim Problem

Julius Kidubuka juki at one2net.co.ug
Tue May 17 17:58:09 EAT 2005


> From this I would glean that Exim gets information for where to find the
> user's mailbox from the mysql database?
>
> If so please post the relevant parts of the exim config

# uname() function is called to obtain the name. In many cases this does
# the right thing and you need not set anything explicitly.

primary_hostname =  kulika.one2net.co.ug


# The next three settings create two lists of domains and one list of hosts.
# These lists are referred to later in this configuration using the syntax
# +local_domains, +relay_to_domains, and +relay_from_hosts, respectively.
They
# are all colon-separated lists:

domainlist local_domains = @ : kulika.one2net.co.ug
domainlist relay_to_domains =  kulika.org
hostlist   relay_from_hosts = x.x.x.x/24 : x.x.x.x/24


> sample entry from your mysql db and the table structure.

mysql> desc users;
+---------+------------------+------+-----+---------+-------+
| Field   | Type             | Null | Key | Default | Extra |
+---------+------------------+------+-----+---------+-------+
| id      | char(128)        |      | MUL |         |       |
| crypt   | char(128)        |      |     |         |       |
| clear   | char(128)        |      |     |         |       |
| name    | char(128)        |      |     |         |       |
| uid     | int(10) unsigned |      |     | 26      |       |
| gid     | int(10) unsigned |      |     | 6       |       |
| home    | char(255)        |      |     |         |       |
| maildir | char(255)        |      |     |         |       |
| quota   | char(255)        |      |     |         |       |
+---------+------------------+------+-----+---------+-------+


Rgds,
Juki.

"Get rich or die trying!"



More information about the afnog mailing list