GetMail + qmail

Postate qui per tutte le discussioni legate a Linux in generale.

Moderatore: Staff

Regole del forum
1) Citare sempre la versione di Slackware usata, la versione del Kernel e magari anche la versione della libreria coinvolta. Questi dati aiutano le persone che possono rispondere.
2) Per evitare confusione prego inserire in questo forum solo topic che riguardano appunto Gnu/Linux in genere, se l'argomento è specifico alla Slackware usate uno dei forum Slackware o Slackware64.
3) Leggere attentamente le risposte ricevute
4) Scrivere i messaggi con il colore di default, evitare altri colori.
5) Scrivere in Italiano o in Inglese, se possibile grammaticalmente corretto, evitate stili di scrittura poco chiari, quindi nessuna abbreviazione tipo telegramma o scrittura stile SMS o CHAT.
6) Appena registrati è consigliato presentarsi nel forum dedicato.

La non osservanza delle regole porta a provvedimenti di vari tipo da parte dello staff, in particolare la non osservanza della regola 5 porta alla cancellazione del post e alla segnalazione dell'utente. In caso di recidività l'utente rischia il ban temporaneo.
Ir0nFl4m3
Linux 2.x
Linux 2.x
Messaggi: 204
Iscritto il: dom 28 set 2003, 0:00
Contatta:

GetMail + qmail

Messaggio da Ir0nFl4m3 »

Allora sempre al solito punto:maildrop
<BR>./configure --prefix=/usr/local --exec-prefix=/usr/local --enable-maildrop-uid=root --enable-maildrop-gid=vchkpw --enable-maildirquota
<BR>mi da questo errore:
<BR>checking how to run the C++ preprocessor... /lib/cpp
<BR>configure: error: C++ preprocessor "/lib/cpp" fails sanity check
<BR>See `config.log´ for more details.
<BR>configure: error: /bin/sh ´./configure´ failed for maildir
<BR>Che manca?Il compilatore c++?<br>

Michele84
Linux 2.x
Linux 2.x
Messaggi: 267
Iscritto il: mer 17 dic 2003, 0:00
Contatta:

GetMail + qmail

Messaggio da Michele84 »

A me non ha dato quel problema.
<BR>Comunque prova a postare il tuo config.log
<BR>Vediamo se troviamo quello che manca<br>

Ir0nFl4m3
Linux 2.x
Linux 2.x
Messaggi: 204
Iscritto il: dom 28 set 2003, 0:00
Contatta:

GetMail + qmail

Messaggio da Ir0nFl4m3 »

Ecco il mio config.log:
<BR>
<BR>This file contains any messages produced by compilers while
<BR>running configure, to aid debugging if configure makes a mistake.
<BR>
<BR>It was created by configure, which was
<BR>generated by GNU Autoconf 2.57. Invocation command line was
<BR>
<BR> $ ./configure --prefix=/usr/local --exec-prefix=/usr/local --enable-maildrop-uid=root --enable-maildrop-gid=vchkpw --enable-maildirquota
<BR>
<BR>## --------- ##
<BR>## Platform. ##
<BR>## --------- ##
<BR>
<BR>hostname = Bruto
<BR>uname -m = i686
<BR>uname -r = 2.4.22
<BR>uname -s = Linux
<BR>uname -v = #6 Tue Sep 2 17:43:01 PDT 2003
<BR>
<BR>/usr/bin/uname -p = unknown
<BR>/bin/uname -X = unknown
<BR>
<BR>/bin/arch = i686
<BR>/usr/bin/arch -k = unknown
<BR>/usr/convex/getsysinfo = unknown
<BR>hostinfo = unknown
<BR>/bin/machine = unknown
<BR>/usr/bin/oslevel = unknown
<BR>/bin/universe = unknown
<BR>
<BR>PATH: /usr/local/sbin
<BR>PATH: /usr/sbin
<BR>PATH: /sbin
<BR>PATH: /usr/local/bin
<BR>PATH: /usr/bin
<BR>PATH: /bin
<BR>PATH: /usr/X11R6/bin
<BR>PATH: /usr/games
<BR>PATH: /usr/lib/java/bin
<BR>PATH: /usr/lib/java/jre/bin
<BR>PATH: /opt/kde/bin
<BR>PATH: /usr/lib/qt-3.2.1/bin
<BR>
<BR>
<BR>## ----------- ##
<BR>## Core tests. ##
<BR>## ----------- ##
<BR>
<BR>configure:1305: checking for gcc
<BR>configure:1321: found /usr/bin/gcc
<BR>configure:1331: result: gcc
<BR>configure:1575: checking for C compiler version
<BR>configure:1578: gcc --version </dev/null >&5
<BR>gcc (GCC) 3.3.4
<BR>Copyright (C) 2003 Free Software Foundation, Inc.
<BR>This is free software; see the source for copying conditions. There is NO
<BR>warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
<BR>
<BR>configure:1581: $? = 0
<BR>configure:1583: gcc -v </dev/null >&5
<BR>Reading specs from /usr/lib/gcc-lib/i486-slackware-linux/3.3.4/specs
<BR>Configured with: ../gcc-3.3.4/configure --prefix=/usr --enable-shared --enable-threads=posix --enable-__cxa_atexit --disable-checking --with$
<BR>Thread model: posix
<BR>gcc version 3.3.4
<BR>configure:1586: $? = 0
<BR>configure:1588: gcc -V </dev/null >&5
<BR>gcc: `-V´ option must have argument
<BR>configure:1591: $? = 1
<BR>configure:1615: checking for C compiler default output
<BR>configure:1618: gcc conftest.c >&5
<BR>configure:1621: $? = 0
<BR>configure:1667: result: a.out
<BR>configure:1672: checking whether the C compiler works
<BR>configure:1678: ./a.out
<BR>configure:1681: $? = 0
<BR>configure:1698: result: yes
<BR>configure:1705: checking whether we are cross compiling
<BR>configure:1707: result: no
<BR>configure:1710: checking for suffix of executables
<BR>configure:1712: gcc -o conftest conftest.c >&5
<BR>configure:1715: $? = 0
<BR>configure:1740: result:
<BR>configure:1746: checking for suffix of object files
<BR>configure:1768: gcc -c conftest.c >&5
<BR>configure:1771: $? = 0
<BR>configure:1793: result: o
<BR>configure:1797: checking whether we are using the GNU C compiler
<BR>configure:1822: gcc -c conftest.c >&5
<BR>configure:1825: $? = 0
<BR>configure:1828: test -s conftest.o
<BR>configure:1831: $? = 0
<BR>configure:1844: result: yes
<BR>configure:1850: checking whether gcc accepts -g
<BR>configure:1872: gcc -c -g conftest.c >&5
<BR>configure:1875: $? = 0
<BR>configure:1878: test -s conftest.o
<BR>configure:1881: $? = 0
<BR>configure:1892: result: yes
<BR>configure:1909: checking for gcc option to accept ANSI C
<BR>configure:1970: gcc -c -g -O2 conftest.c >&5
<BR>configure:1973: $? = 0
<BR>configure:1976: test -s conftest.o
<BR>configure:1979: $? = 0
<BR>configure:1997: result: none needed
<BR>configure:2015: gcc -c -g -O2 conftest.c >&5
<BR>conftest.c:2: error: parse error before "me"
<BR>configure:2018: $? = 1
<BR>configure: failed program was:
<BR>| #ifndef __cplusplus
<BR>| choke me
<BR>| #endif
<BR>configure:2131: checking for gawk
<BR>configure:2147: found /usr/bin/gawk
<BR>configure:2157: result: gawk
<BR>configure:2204: checking for a BSD-compatible install
<BR>configure:2258: result: /usr/bin/ginstall -c
<BR>configure:2269: checking whether ln -s works
<BR>configure:2273: result: yes
<BR>configure:2321: checking for ranlib
<BR>configure:2337: found /usr/bin/ranlib
<BR>configure:2348: result: ranlib
<BR>configure:2360: checking whether make sets $(MAKE)
<BR>configure:2380: result: yes
<BR>configure:2391: checking whether build environment is sane
<BR>configure:2434: result: yes
<BR>configure:2483: checking for style of include used by make
<BR>configure:2511: result: GNU
<BR>configure:2673: checking dependency style of gcc
<BR>configure:2735: result: gcc3
<BR>configure:2776: checking for gdbm_open in -lgdbm
<BR>configure:2807: gcc -o conftest -g -O2 conftest.c -lgdbm >&5
<BR>configure:2810: $? = 0
<BR>configure:2813: test -s conftest
<BR>configure:2816: $? = 0
<BR>configure:2828: result: yes
<BR>configure:2839: checking for gdbm_open
<BR>configure:2889: gcc -o conftest -g -O2 conftest.c -lgdbm >&5
<BR>configure:2892: $? = 0
<BR>configure:2895: test -s conftest
<BR>configure:2898: $? = 0
<BR>configure:2909: result: yes
<BR>configure:3323: checking for gdbm or db library
<BR>configure:3325: result: gdbm
<BR>configure:3343: checking for gdbm_open in -lgdbm
<BR>configure:3395: result: yes
<BR>configure:3401: checking for gdbm_open
<BR>configure:3471: result: yes
<BR>configure:4293: creating ./config.status
<BR>## ---------------------- ##
<BR>## Running config.status. ##
<BR>## ---------------------- ##
<BR>
<BR>This file was extended by config.status, which was
<BR>generated by GNU Autoconf 2.57. Invocation command line was
<BR>
<BR> CONFIG_FILES =
<BR> CONFIG_HEADERS =
<BR> CONFIG_LINKS =
<BR> CONFIG_COMMANDS =
<BR> $ ./config.status
<BR>
<BR>on box
<BR>
<BR>config.status:670: creating Makefile
<BR>config.status:670: creating dbobj.h
<BR>config.status:670: creating dbobj.config
<BR>config.status:670: creating maildrop.spec
<BR>config.status:670: creating README.html
<BR>config.status:670: creating INSTALL.html
<BR>config.status:795: executing depfiles commands
<BR>configure:5309: configuring in numlib
<BR>configure:5393: running /bin/sh ´./configure´ --prefix=/usr/local --with-db=gdbm ´--prefix=/usr/local´ ´--exec-prefix=/usr/local´ ´--enable$
<BR>configure:5309: configuring in liblock
<BR>configure:5393: running /bin/sh ´./configure´ --prefix=/usr/local --with-db=gdbm ´--prefix=/usr/local´ ´--exec-prefix=/usr/local´ ´--enable$
<BR>configure:5309: configuring in rfc822
<BR>configure:5393: running /bin/sh ´./configure´ --prefix=/usr/local --with-db=gdbm ´--prefix=/usr/local´ ´--exec-prefix=/usr/local´ ´--enable$
<BR>configure:5309: configuring in rfc2045
<BR>configure:5393: running /bin/sh ´./configure´ --prefix=/usr/local --with-db=gdbm ´--prefix=/usr/local´ ´--exec-prefix=/usr/local´ ´--enable$
<BR>configure:5309: configuring in gdbmobj
<BR>configure:5393: running /bin/sh ´./configure´ --prefix=/usr/local --with-db=gdbm ´--prefix=/usr/local´ ´--exec-prefix=/usr/local´ ´--enable$
<BR>configure:5309: configuring in bdbobj
<BR>configure:5393: running /bin/sh ´./configure´ --prefix=/usr/local --with-db=gdbm ´--prefix=/usr/local´ ´--exec-prefix=/usr/local´ ´--enable$
<BR>configure:5309: configuring in makedat
<BR>configure:5393: running /bin/sh ´./configure´ --prefix=/usr/local --with-db=gdbm ´--prefix=/usr/local´ ´--exec-prefix=/usr/local´ ´--enable$
<BR>configure:5309: configuring in maildir
<BR>configure:5393: running /bin/sh ´./configure´ --prefix=/usr/local --with-db=gdbm ´--prefix=/usr/local´ ´--exec-prefix=/usr/local´ ´--enable$
<BR>configure:5398: error: /bin/sh ´./configure´ failed for maildir
<BR>
<BR>## ---------------- ##
<BR>## Cache variables. ##
<BR>## ---------------- ##
<BR>
<BR>ac_cv_c_compiler_gnu=yes
<BR>ac_cv_env_CC_set=
<BR>ac_cv_env_CC_value=
<BR>ac_cv_env_CFLAGS_set=
<BR>ac_cv_env_CFLAGS_value=
<BR>ac_cv_env_CPPFLAGS_set=
<BR>ac_cv_env_CPPFLAGS_value=
<BR>ac_cv_env_LDFLAGS_set=
<BR>ac_cv_env_LDFLAGS_value=
<BR>ac_cv_env_build_alias_set=
<BR>ac_cv_env_build_alias_value=
<BR>ac_cv_env_host_alias_set=
<BR>ac_cv_env_host_alias_value=
<BR>ac_cv_env_target_alias_set=
<BR>ac_cv_env_target_alias_value=
<BR>ac_cv_exeext=
<BR>ac_cv_func_gdbm_open=yes
<BR>ac_cv_lib_gdbm_gdbm_open=yes
<BR>ac_cv_objext=o
<BR>ac_cv_path_install=´/usr/bin/ginstall -c´
<BR>ac_cv_prog_AWK=gawk
<BR>ac_cv_prog_ac_ct_CC=gcc
<BR>ac_cv_prog_ac_ct_RANLIB=ranlib
<BR>ac_cv_prog_cc_g=yes
<BR>ac_cv_prog_cc_stdc=
<BR>ac_cv_prog_make_make_set=yes
<BR>am_cv_CC_dependencies_compiler_type=gcc3
<BR>
<BR>## ----------------- ##
<BR>## Output variables. ##
<BR>## ----------------- ##
<BR>
<BR>ACLOCAL=´${SHELL} /usr/src/Pacchtti/downloads/qmailrocks/maildrop-1.6.3/missing --run aclocal-1.6´
<BR>AMDEPBACKSLASH=´\´
<BR>AMDEP_FALSE=´#´
<BR>AMDEP_TRUE=´´
<BR>AMTAR=´${SHELL} /usr/src/Pacchtti/downloads/qmailrocks/maildrop-1.6.3/missing --run tar´
<BR>AUTOCONF=´${SHELL} /usr/src/Pacchtti/downloads/qmailrocks/maildrop-1.6.3/missing --run autoconf´
<BR>AUTOHEADER=´${SHELL} /usr/src/Pacchtti/downloads/qmailrocks/maildrop-1.6.3/missing --run autoheader´
<BR>AUTOMAKE=´${SHELL} /usr/src/Pacchtti/downloads/qmailrocks/maildrop-1.6.3/missing --run automake-1.6´
<BR>AWK=´gawk´
<BR>CC=´gcc´
<BR>CCDEPMODE=´depmode=gcc3´
<BR>CFLAGS=´-g -O2´
<BR>CPPFLAGS=´´
<BR>DBSUBDIR=´gdbmobj´
<BR>DEFS=´-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"maildrop\$
<BR>DEPDIR=´.deps´
<BR>DEVEL_FALSE=´´
<BR>DEVEL_INCLUDES=´´
<BR>DEVEL_LIBS=´´
<BR>DEVEL_TRUE=´#´
<BR>ECHO_C=´´
<BR>ECHO_N=´-n´
<BR>ECHO_T=´´
<BR>EXEEXT=´´
<BR>HAVE_SGML_FALSE=´´
<BR>HAVE_SGML_TRUE=´#´
<BR>INSTALL_DATA=´${INSTALL} -m 644´
<BR>INSTALL_DELIVERQUOTA_FALSE=´#´
<BR>INSTALL_DELIVERQUOTA_TRUE=´´
<BR>INSTALL_MAKEDAT_FALSE=´´
<BR>INSTALL_MAKEDAT_TRUE=´#´
<BR>INSTALL_PROGRAM=´${INSTALL}´
<BR>INSTALL_SCRIPT=´${INSTALL}´
<BR>INSTALL_STRIP_PROGRAM=´${SHELL} $(install_sh) -c -s´
<BR>INSTALL_USERDB_FALSE=´´
<BR>INSTALL_USERDB_TRUE=´#´
<BR>LDFLAGS=´´
<BR>LIBDB=´´
<BR>LIBGDBM=´-lgdbm´
<BR>LIBOBJS=´´
<BR>LIBS=´-lgdbm ´
<BR>LN_S=´ln -s´
<BR>LTLIBOBJS=´´
<BR>MAILBOT=´mailbot´
<BR>MAILBOT_FALSE=´#´
<BR>MAILBOT_TRUE=´´
<BR>MAKEDAT=´makedat´
<BR>MAKEINFO=´${SHELL} /usr/src/Pacchtti/downloads/qmailrocks/maildrop-1.6.3/missing --run makeinfo´
<BR>OBJEXT=´o´
<BR>PACKAGE=´maildrop´
<BR>PACKAGE_BUGREPORT=´´
<BR>PACKAGE_NAME=´´
<BR>PACKAGE_STRING=´´
<BR>PACKAGE_TARNAME=´´
<BR>PACKAGE_VERSION=´´
<BR>PATH_SEPARATOR=´:´
<BR>RANLIB=´ranlib´
<BR>SET_MAKE=´´
<BR>SHELL=´/bin/sh´
<BR>STRIP=´´
<BR>USERDBSUBDIR=´´
<BR>USE_DB=´0´
<BR>USE_GDBM=´1´
<BR>VERSION=´1.6.3´
<BR>ac_ct_CC=´gcc´
<BR>ac_ct_RANLIB=´ranlib´
<BR>ac_ct_STRIP=´´
<BR>am__include=´include´
<BR>am__quote=´´
<BR>bindir=´${exec_prefix}/bin´
<BR>build_alias=´´
<BR>datadir=´${prefix}/share´
<BR>exec_prefix=´/usr/local´
<BR>host_alias=´´
<BR>includedir=´${prefix}/include´
<BR>infodir=´${prefix}/info´
<BR>install_sh=´/usr/src/Pacchtti/downloads/qmailrocks/maildrop-1.6.3/install-sh´
<BR>libdir=´/usr/local/lib´
<BR>libexecdir=´${exec_prefix}/libexec´
<BR>localstatedir=´${prefix}/var´
<BR>mandir=´${prefix}/man´
<BR>oldincludedir=´/usr/include´
<BR>prefix=´/usr/local´
<BR>program_transform_name=´s,x,x,´
<BR>sbindir=´${exec_prefix}/sbin´
<BR>sharedstatedir=´${prefix}/com´
<BR>subdirs=´ numlib liblock rfc822 rfc2045 gdbmobj bdbobj makedat maildir userdb maildrop´
<BR>sysconfdir=´${prefix}/etc´
<BR>target_alias=´´
<BR>withetcdir=´/etc´
<BR>
<BR>configure: exit 1
<BR>
<BR>Ecco qua...Aspetto tue notizie ^__^
<BR><br>

Michele84
Linux 2.x
Linux 2.x
Messaggi: 267
Iscritto il: mer 17 dic 2003, 0:00
Contatta:

GetMail + qmail

Messaggio da Michele84 »

Sembra che l´errore sia dato dalla mancanza di Maildir.
<BR>Non trova la directory.
<BR>E comunque... vpopmail installato? funziona perfettamente? /home/vpopmail creato?
<BR>Sentiamo useless se ci da una mano.
<BR>Dovrei avere il pc sottomano.... :)))<br>

Avatar utente
useless
Staff
Staff
Messaggi: 3896
Iscritto il: dom 12 ott 2003, 0:00
Località: A place where the streets have no name
Contatta:

GetMail + qmail

Messaggio da useless »

dovrebbe esserci una directory maildir con dentro un altro config.log, posta quello.<br>

Ir0nFl4m3
Linux 2.x
Linux 2.x
Messaggi: 204
Iscritto il: dom 28 set 2003, 0:00
Contatta:

GetMail + qmail

Messaggio da Ir0nFl4m3 »

Vi posto solo la parte finale di quello che ha detto useless (per ovvi motivi -.-)
<BR>## ----------- ##
<BR>## confdefs.h. ##
<BR>## ----------- ##
<BR>
<BR>#define HAVE_DLFCN_H 1
<BR>#define HAVE_INTTYPES_H 1
<BR>#define HAVE_MEMORY_H 1
<BR>#define HAVE_STDINT_H 1
<BR>#define HAVE_STDLIB_H 1
<BR>#define HAVE_STRINGS_H 1
<BR>#define HAVE_STRING_H 1
<BR>#define HAVE_SYS_STAT_H 1
<BR>#define HAVE_SYS_TYPES_H 1
<BR>#define HAVE_UNISTD_H 1
<BR>#define PACKAGE_BUGREPORT ""
<BR>#define PACKAGE_NAME ""
<BR>#define PACKAGE_STRING ""
<BR>#define PACKAGE_TARNAME ""
<BR>#define PACKAGE_VERSION ""
<BR>#define STDC_HEADERS 1
<BR>#endif
<BR>#ifdef __cplusplus
<BR>void exit (int);
<BR>
<BR>configure: exit 1
<BR>
<BR>cplusplus che cavolo di pacchetto è? :(<br>

Ir0nFl4m3
Linux 2.x
Linux 2.x
Messaggi: 204
Iscritto il: dom 28 set 2003, 0:00
Contatta:

GetMail + qmail

Messaggio da Ir0nFl4m3 »

Ok ce l´ho fatta ^_^
<BR>Ora ho un problema,fetchmail non mi scarica la casella di libero come posso fare?
<BR>Grazia<br>

Michele84
Linux 2.x
Linux 2.x
Messaggi: 267
Iscritto il: mer 17 dic 2003, 0:00
Contatta:

GetMail + qmail

Messaggio da Michele84 »

Ho letto proprio ora un post dove c´è una configurazione di fetchmail da parte di useless.
<BR>Chiedi a lui che ti passa i file di configurazione.
<BR>In alternativa puoi usare getmail (Lo uso e funziona bene) supporta perfettamente Maildir e mi fa la scansione di spam e antivirus alla ricezione delle mail.
<BR>Ciao!<br>

Avatar utente
useless
Staff
Staff
Messaggi: 3896
Iscritto il: dom 12 ott 2003, 0:00
Località: A place where the streets have no name
Contatta:

GetMail + qmail

Messaggio da useless »

be´, x scaricare la posta di libero devi essere connesso con libero... o usare freepops o similia.<br>

Ir0nFl4m3
Linux 2.x
Linux 2.x
Messaggi: 204
Iscritto il: dom 28 set 2003, 0:00
Contatta:

GetMail + qmail

Messaggio da Ir0nFl4m3 »

Ma c´è qualche modulo per fetchmail?Altrimenti come posso fare?
<BR>Tnks<br>

Ir0nFl4m3
Linux 2.x
Linux 2.x
Messaggi: 204
Iscritto il: dom 28 set 2003, 0:00
Contatta:

GetMail + qmail

Messaggio da Ir0nFl4m3 »

Come posso far accettare il relay?
<BR>Ovvero come posso far si che il server locale possa essere usato anche per mandare email a indirizzi esterni?
<BR>Grazie ^_^<br>

Avatar utente
useless
Staff
Staff
Messaggi: 3896
Iscritto il: dom 12 ott 2003, 0:00
Località: A place where the streets have no name
Contatta:

GetMail + qmail

Messaggio da useless »

fetchmail non ha bisogno di moduli x quei programmi, che di fatto simulano un server pop3 in locale. al max ti faccio vedere il mio fetchmailrc se ti serve.
<BR>
<BR>x mandare mail verso indirizzi esterni (ammesso che questi accettino mail dal tuo ip... che se è dinamico spesso è blacklistato ovunque) devi attivare il relay usanto /etc/tcp.smtp. le istruzioni dettagliate le trovi in life with qmail, quindi ti rimando a quel documento.<br>

Ir0nFl4m3
Linux 2.x
Linux 2.x
Messaggi: 204
Iscritto il: dom 28 set 2003, 0:00
Contatta:

GetMail + qmail

Messaggio da Ir0nFl4m3 »

Ho provato a fare come nel documento,ma mi da "temporary problem" come errore...
<BR>:( <br>

Michele84
Linux 2.x
Linux 2.x
Messaggi: 267
Iscritto il: mer 17 dic 2003, 0:00
Contatta:

GetMail + qmail

Messaggio da Michele84 »

Se il problema è quello di spedire mail esterne da pc della lan devi impostare in /etc/tcp.smtp questo
<BR>
<BR>:allow
<BR>
<BR>Dopo devi digitare qmailctl cdb per far prendere la nuova configurazione al server mail.
<BR>Ricordo che in questo modo avresti un server openrelay, cioè qualsiasi persona può spedire e-mail usando il tuo ip.
<BR>Ciao!<br>

Ir0nFl4m3
Linux 2.x
Linux 2.x
Messaggi: 204
Iscritto il: dom 28 set 2003, 0:00
Contatta:

GetMail + qmail

Messaggio da Ir0nFl4m3 »

Ho un problema con qmail e fetchmail...
<BR>Fetchmail scarica in caselle locali email da caselle esterne,il problema è che quando vado col client a recuperare i messaggi sul server locale ogni volta mi scariva i soliti (ho molti duplicati)..
<BR>Il problema secondo me è che fetchmail scarica i messaggi dai vari server lascialndoceli e tutte le volte scarica tutti i messaggi è possibile?
<BR>Come posso risolvere?
<BR>Grazie
<BR><BR><BR>[ Questo Messaggio è stato Modificato da: Ir0nFl4m3 il 01-12-2004 17:02 ]<br>

Rispondi