hello all!

my troubles with exim seem to be endless!

here is my exim.conf file:

######################################################################
# TRANSPORTS CONFIGURATION #
######################################################################
# ORDER DOES NOT MATTER #
# Only one appropriate transport is called for each delivery. #
######################################################################

# This transport is used for delivering messages over SMTP connections.

remote_smtp:
driver = smtp
# authenticate_hosts = smarthost.isp.com

# To use SMTP AUTH when sending to a particular host, such as your ISP's
# smarthost, uncomment and edit the above line, and also the example
# client-side authenticators at the bottom of the file

end


######################################################################
# ROUTERS CONFIGURATION #
# Specifies how remote addresses are handled #
######################################################################
# ORDER DOES MATTER #
# A remote address is passed to each in turn until it is accepted. #
######################################################################

# Remote addresses are those with a domain that does not match any item
# in the "local_domains" setting above.

# Send all mail to a smarthost

smarthost:
driver = domainlist
transport = remote_smtp
route_list = "* 192.168.100.1 byname"

end


now, 192.168.100.1 is ip address of nt server we have here to which i am connected. i use the same address in my mozilla as smtp server and it works well.

here is what i got in mainlog in /var/log/exim:

2002-10-23 14:21:38 184HEn-00004j-00 <= [EMAIL PROTECTED] U=sandip P=local S=321
2002-10-23 14:21:38 184HEn-00004j-00 => sandip <[EMAIL PROTECTED]> D=localuser T=local_delivery
2002-10-23 14:21:38 184HEn-00004j-00 Completed
2002-10-23 14:23:01 Start queue run: pid=353
2002-10-23 14:23:01 182s7y-00003y-00 Message is frozen
2002-10-23 14:23:02 182s6J-00004c-00 Message is frozen
2002-10-23 14:23:02 182s3X-000047-00 Message is frozen
2002-10-23 14:23:02 182qgM-0000Zu-00 Message is frozen
2002-10-23 14:23:02 182QRU-0000KN-00 Message is frozen
2002-10-23 14:23:02 17vujQ-0000EU-00 Message is frozen
2002-10-23 14:23:02 1827cL-0000Fl-00 Message is frozen
2002-10-23 14:23:02 17vuie-0000EG-00 Message is frozen
2002-10-23 14:23:02 17vukR-0000Ek-00 Message is frozen
2002-10-23 14:23:02 1827wR-00007r-00 Message is frozen
2002-10-23 14:23:02 182qbA-0000Yx-00 Message is frozen
2002-10-23 14:23:02 182qbo-0000ZB-00 Message is frozen
2002-10-23 14:23:02 182ryT-000047-00 Message is frozen
2002-10-23 14:23:02 182s1X-00004Y-00 Message is frozen
2002-10-23 14:23:02 End queue run: pid=353
2002-10-23 14:27:30 184HKU-000068-00 <= [EMAIL PROTECTED] U=sandip P=local S=317
2002-10-23 14:27:30 184HKU-000068-00 => sandip <[EMAIL PROTECTED]> D=localuser T=local_delivery
2002-10-23 14:27:30 184HKU-000068-00 Completed
2002-10-23 14:28:35 184HLX-00006K-00 <= [EMAIL PROTECTED] U=sandip P=local S=313
2002-10-23 14:28:35 184HLX-00006K-00 => [EMAIL PROTECTED] R=smarthost T=remote_smtp H=192.168.100.1 [192.168.100.1]
2002-10-23 14:28:35 184HLX-00006K-00 Completed
2002-10-23 14:38:02 Start queue run: pid=470
2002-10-23 14:38:02 182s7y-00003y-00 Message is frozen
2002-10-23 14:38:02 182s6J-00004c-00 Message is frozen
2002-10-23 14:38:02 182ryT-000047-00 Message is frozen
2002-10-23 14:38:02 1827wR-00007r-00 Message is frozen
2002-10-23 14:38:02 17vukR-0000Ek-00 Message is frozen
2002-10-23 14:38:02 17vuie-0000EG-00 Message is frozen
2002-10-23 14:38:02 1827cL-0000Fl-00 Message is frozen
2002-10-23 14:38:02 17vujQ-0000EU-00 Message is frozen
2002-10-23 14:38:02 182QRU-0000KN-00 Message is frozen
2002-10-23 14:38:02 182qbA-0000Yx-00 Message is frozen
2002-10-23 14:38:02 182qbo-0000ZB-00 Message is frozen
2002-10-23 14:38:02 182qgM-0000Zu-00 Message is frozen
2002-10-23 14:38:02 182s1X-00004Y-00 Message is frozen
2002-10-23 14:38:02 182s3X-000047-00 Message is frozen
2002-10-23 14:38:02 End queue run: pid=470

i do not know what are start queue run and what messages are frozen. by the way, the first message - sent to [EMAIL PROTECTED] was successfully received. the other one - [EMAIL PROTECTED] was never received!

in an earlier attempt, i had tried a few working e-mail addresses and the messages were never delivered.

i have checked if the mail has bounced - it has not. no fresh mail for sandip or root on my system.

now, my questions are:

- what is wrong with my exim.conf?

- what are message is frozen messages?

- what do i need to do so that i am able to send messages using exim?

thanx

-sandip


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to