Ciao a tutti....ho un problema con fetchmail....
quando do il comando....mi scarica la posta...ma non so dove me la scarica....infatti non me la scarica nella cartella /var/spool/mail/nome_utente....
ma nn so dove me la scarica....
gli errori di postfix (quando do il comando fetchmail) sono questi.....

procmail: Couldn't determine implicit lockfile from "/usr/bin/formail"
procmail: Couldn't determine implicit lockfile from "/usr/bin/metamail"
Warning: Cannot freopen /dev/tty to stdinFrom foo@bar Fri May 7 20:28:27 2004
Subject: Mail delivery failed: returning message to sender
Folder: /usr/bin/metamail -q -w -x 1920
procmail: Missing closing brace
procmail: Extraneous locallockfile ignored
From foo@bar Fri May 7 20:28:27 2004
Subject: Mail delivery failed: returning message to sender
Folder: /home/pj/Mail/mbox/IN_personale

il server di posta che uso e` exim....
tra parentesi...vorrei sapere come fa a mandare le email senza che nel file di configurazione io abbia messo l'smtp di riferimento....
non riesco + a capire niente....aiuto.....
ecco il mio file di configurazione di exim.....


primary_hostname = freesby.pyg


domainlist local_domains = @:@[]
domainlist relay_to_domains =
hostlist relay_from_hosts = 127.0.0.1

acl_smtp_rcpt = acl_check_rcpt

qualify_recipient = unknown.dom

allow_domain_literals

never_users = root

host_lookup = *

rfc1413_hosts = *
rfc1413_query_timeout = 30s

ignore_bounce_errors_after = 2d

# This option cancels (removes) frozen messages that are older than a week.

timeout_frozen_after = 7d


################################################## ####################
# ACL CONFIGURATION #
# Specifies access control lists for incoming SMTP mail #
################################################## ####################

begin acl


acl_check_rcpt:

# Accept if the source is local SMTP (i.e. not over TCP/IP). We do this by
# testing for an empty sending host field.

accept hosts = :



deny domains = +local_domains
local_parts = ^[.] : ^.*[@%!/|]



deny domains = !+local_domains
local_parts = ^[./|] : ^.*[@%!] : ^.*/\\.\\./
################################################## ###########################

# Accept mail to postmaster in any local domain, regardless of the source,
# and without verifying the sender.

accept local_parts = postmaster
domains = +local_domains

# Deny unless the sender address can be verified.

require verify = sender



accept domains = +local_domains
endpass
verify = recipient



accept domains = +relay_to_domains
endpass
verify = recipient



accept hosts = +relay_from_hosts



accept authenticated = *



deny message = relay not permitted



################################################## ####################
# ROUTERS CONFIGURATION #
# Specifies how addresses are handled #
################################################## ####################
# THE ORDER IN WHICH THE ROUTERS ARE DEFINED IS IMPORTANT! #
# An address is passed to each router in turn until it is accepted. #
################################################## ####################

begin routers



domain_literal:
driver = ipliteral
domains = ! +local_domains
transport = remote_smtp



dnslookup:
driver = dnslookup
domains = ! +local_domains
transport = remote_smtp
ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8
no_more



system_aliases:
driver = redirect
allow_fail
allow_defer
data = ${lookup{$local_part}lsearch{/etc/aliases}}
# user = exim
file_transport = address_file
pipe_transport = address_pipe




userforward:
driver = redirect
check_local_user
file = $home/.forward
no_verify
no_expn
check_ancestor
# allow_filter
file_transport = address_file
pipe_transport = address_pipe
reply_transport = address_reply


# This router matches local user mailboxes. If the router fails, the error
# message is "Unknown user".

localuser:
driver = accept
check_local_user
transport = local_delivery
cannot_route_message = Unknown user



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

# A transport is used only when referenced from a router that successfully
# handles an address.

begin transports


remote_smtp:
driver = smtp



local_delivery:
driver = appendfile
file = /var/mail/$local_part
delivery_date_add
envelope_to_add
return_path_add
# group = mail
# mode = 0660

address_pipe:
driver = pipe
return_output


address_file:
driver = appendfile
delivery_date_add
envelope_to_add
return_path_add

address_reply:
driver = autoreply



################################################## ####################
# RETRY CONFIGURATION #
################################################## ####################

begin retry

# Address or Domain Error Retries
# ----------------- ----- -------

* * F,2h,15m; G,16h,1h,1.5; F,4d,6h



################################################## ####################
# REWRITE CONFIGURATION #
################################################## ####################

# There are no rewriting specifications in this default configuration file.

begin rewrite



################################################## ####################
# AUTHENTICATION CONFIGURATION #
################################################## ####################

# There are no authenticator specifications in this default configuration file.

begin authenticators



################################################## ####################
# CONFIGURATION FOR local_scan() #
################################################## ####################

# begin local_scan


# End of Exim configuration file

------------fine-------------------------------------------
AIUTO
grazie
ciao ciao