[Postfixbuch-users]fetchmail
Flavio Mini
fmini at web.de
Mo Okt 11 18:44:31 CEST 2004
"Eine Diskussionsliste rund um das Postfix-Buch." <postfixbuch-users at listi.jpberlin.de> schrieb am 11.10.04 18:27:53:
"Flavio Mini" <fmini at web.de> wrote:
> Wenn alles eingerichte ist über Outlook. Zum testen Konsole oder Kmail!
>
> Welches log meinst du?
Das logfile von Postfix. Ich meine da müßte vielleicht etwas über SMTP-Auth
festgehalten werden, wenn Postfix sich bei smtprelaypool.ispgateway.de
authentifiziert.
> Fetchmail verrichtet noch nicht seinen Dienst automatisch. Habe alle
> Eintäge in ip-up und down gemacht aber nur über einen manuellen Aufruf
> werden die Mails gefecht.
D.h. du startest die ip-up in einer shell? Wenn du online gehst
wird sie nicht ausgeführt? Oder meinst du mit manuellem Aufruf
einen fetchmail-Aufruf?
Schick mal die relevanten Einträge, die du in der ip-up und ip-down
gemacht hast.
--
Andreas Meyer
Hallo Andeas,
Ich hoffe das dies die richtige log ist!?
Oct 11 15:27:00 linuxserver saslauthd[634]: START: saslauthd 2.1.12
Oct 11 15:27:00 linuxserver saslauthd[698]: master PID is: 698
Oct 11 15:27:00 linuxserver saslauthd[698]: daemon started, listening on /var/run/sasl2//mux
Oct 11 15:27:03 linuxserver sshd[732]: Server listening on :: port 22.
>Oder meinst du mit manuellem Aufruf einen fetchmail-Aufruf?
Manueller Aufruf!
Hier sind die Eintäge von ip-up und down.
ip-down)
#
/usr/sbin/postconf -e "disable_dns_lookups = yes"
/usr/sbin/postconf -e "defer_transports = smtp"
/usr/sbin/postfix reload
# Fetchmail - Dämon dauerhaft beenden ( -q = Quit)
/usr/bin/fetchmail -q >>/var/log/fetchmail 2>&1
ip-up)
#
# Get the nameservers (works with ipppd option ms-get-dns):
#
if [ -n "$USEPEERDNS" -a -n "$MS_DNS1" ]; then
/sbin/modify_resolvconf modify -s ipppd -e "$INTERFACE" \
-p ipppd -f /etc/ppp/ip-up -n "$MS_DNS1 $MS_DNS2" -t - << EOT
If you do not like the ipppd to change your nameserver
settings remove the option MODIFYDNS for this provider
EOT
fi
# ip_resend hook
test "$IP_RESEND" = "yes" -a -x /usr/sbin/ip_resend_wakeup && \
/usr/sbin/ip_resend_wakeup -m $LOCALIP -o $INTERFACE
#
# SuSE Firewall script: If you installed and configured your firewall
# in /etc/sysconfig/SuSEfirewall2 it will be started here:
#
test "$FIREWALL" = "yes" && start_firewall
#
# You may choose to use a default firewall script, configured for
# the standard dialup user(install package ipchains):
#
#test -x /etc/ppp/inet_chains.local && /etc/ppp/inet_chains.local "$@"
# maybe you want to start mail services:
# set follow variables in /etc/sysconfig/sendmail
# SENDMAIL_TYPE="yes"
# SENDMAIL_SMARTHOST="<ISP-mailserver>"
# SENDMAIL_ARGS="-bd -om"
# SENDMAIL_EXPENSIVE="yes"
# SENDMAIL_NOCANONIFY="yes"
/usr/bin/fetchmail -a -d 600 >>/var/log/fetchmail 2>&1 &
/usr/sbin/postconf -e "disable_dns_lookups = no"
/usr/bin/postconf -e "denfer_transports = "
/usr/sbin/postfix reload
/usr/bin/postfix flush
/usr/sbin/sendmail -q &
Gruß Flavio
Mehr Informationen über die Mailingliste Postfixbuch-users