Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Strony: 1
Stoi sobie serwerek poczty podpięty na własnym adresie IP do netu użytkownicy korzystają z OutloockExpressa, Thunderbirda, lub przez www. Ostatnio zaobserwowałem dziwny problem. Program pocztowy nie znajduje nowych mejli pomimo tego, że one są. Dopiero po zalogowaniu się na www widać te mejle i dopiero wtedy program pocztowy je widzi i ściąga je na kompa. Problem zaobserwowałem u 3 użytkowników narazie i nie jest to regułą czasem wszystko działa normalnie, a czasem ściąga się w ten sposób zaległe wiadomości (nawet kilka dni wstecz). Gdzie możne tkwić problem.
oto main.cf:
------------------------
command_directory = /usr/sbin
mail_owner = postfix
mydomain = xxxx.com.pl
myhostname = poczta.xxxx.com.pl
myorigin = /etc/mailname
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
mydestination = $mydomain, $myhostname, localhost, localhost.localdomain,
mynetworks = 127.0.0.0/8, 150.254.214.0/24
inet_interfaces = all
inet_protocols = ipv4
home_mailbox = Maildir/
mail_spool_directory = /home/
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
mailbox_size_limit = 0
message_size_limit = 52428800
recipient_delimiter = +
relayhost =
#SASL
smtpd_sasl_auth_enable = yes
smtpd_sasl2_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_sasl_local_domain = $myhostname
smtpd_recipient_restrictions =
permit_sasl_authenticated
permit_mynetworks
reject_unauth_destination
#TLS
smtpd_tls_auth_only = yes
smtp_use_tls = yes
smtpd_use_tls = yes
smtp_tls_note_starttls_offer = yes
smtpd_tls_key_file = /etc/postfix/ssl/smtpd.pem
smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.pem
smtpd_tls_CAfile = /etc/postfix/ssl/smtpd.pem
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache
tls_random_source = dev:/dev/urandom
mailbox_command = procmail -a "$EXTENSION"
#Amavis
content_filter = smtp-amavis:[127.0.0.1]:10024
------------------------
master.cf
------------------------
#
# Postfix master process configuration file. For details on the format
# of the file, see the master(5) manual page (command: "man 5 master").
#
# ==========================================================================
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
# ==========================================================================
smtp inet n - - - - smtpd
#submission inet n - - - - smtpd
# -o smtpd_enforce_tls=yes
# -o smtpd_sasl_auth_enable=yes
# -o smtpd_client_restrictions=permit_sasl_authenticated,reject
#smtps inet n - - - - smtpd
# -o smtpd_tls_wrappermode=yes
# -o smtpd_sasl_auth_enable=yes
# -o smtpd_client_restrictions=permit_sasl_authenticated,reject
#628 inet n - - - - qmqpd
pickup fifo n - - 60 1 pickup
cleanup unix n - - - 0 cleanup
qmgr fifo n - n 300 1 qmgr
#qmgr fifo n - - 300 1 oqmgr
tlsmgr unix - - - 1000? 1 tlsmgr
rewrite unix - - - - - trivial-rewrite
bounce unix - - - - 0 bounce
defer unix - - - - 0 bounce
trace unix - - - - 0 bounce
verify unix - - - - 1 verify
flush unix n - - 1000? 0 flush
proxymap unix - - n - - proxymap
smtp unix - - - - - smtp
# When relaying mail as backup MX, disable fallback_relay to avoid MX loops
relay unix - - - - - smtp
-o fallback_relay=
# -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
showq unix n - - - - showq
error unix - - - - - error
discard unix - - - - - discard
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - - - - lmtp
anvil unix - - - - 1 anvil
scache unix - - - - 1 scache
#
# ====================================================================
# Interfaces to non-Postfix software. Be sure to examine the manual
# pages of the non-Postfix software to find out what options it wants.
#
# Many of the following services use the Postfix pipe(8) delivery
# agent. See the pipe(8) man page for information about ${recipient}
# and other message envelope options.
# ====================================================================
#
# maildrop. See the Postfix MAILDROP_README file for details.
# Also specify in main.cf: maildrop_destination_recipient_limit=1
#
maildrop unix - n n - - pipe
flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
#
# See the Postfix UUCP_README file for configuration details.
#
uucp unix - n n - - pipe
flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
#
# Other external delivery methods.
#
ifmail unix - n n - - pipe
flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp unix - n n - - pipe
flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
scalemail-backend unix - n n - 2 pipe
flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop}$
mailman unix - n n - - pipe
flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
${nexthop} ${user}
##Amavis
smtp-amavis unix - - n - 2 smtp
-o smtp_data_done_timeout=1200s
-o smtp_never_send_ehlo=yes
-o disable_dns_lookups=yes
127.0.0.1:10025 inet n - n - - smtpd
-o content_filter=
-o local_recipient_maps=
-o realy_recipient_maps=
-o smtpd_restriction_classes=
-o smtpd_client_restrictions=
-o smtpd_helo_restrictions=
-o smtpd_sender_restrictions=
-o smtpd_recipient_restrictions=permit_mynetworks,reject
-o mynetworks=127.0.0.0/8
-o strict_rfc821_envelopes=yes
-o smtpd_error_sleep_time=0
-o smtpd_soft_error_limit=1001
-o smtpd_hard_error_limit=1000
--------------------
/etc/procmailrc
--------------------
# katalog glowny wiadomosci email
VERBOSE=off
MAILDIR=$HOME/Maildir
#LOGFILE=$MAILDIR/.procmail.log
DEFAULT=$MAILDIR/new
# pominiecie plikow konfiguracyjnych procmailrc w katalogach domowych
DROPPRIVS=yes
#regula skanowania poczty nie przekraczajacej 256kB
:0fw: spamassassin.lock
* < 256000
| /usr/bin/spamc
#przy 8 gwiazdkach spam trafia do kosza
:0
* ^X-Spam-Level: \*\*\*\*\*\*\*\*
/dev/null
# bugfix
:0
* ^^rom[ ] { LOG="*** Dropped F off From_ header! Fixing up. "
:0 fhw
| sed -e '1s/^/F/'
}
------------------------
Jakby jakieś jeszcze pliki konfiguracyjne były w stanie rozswietlic kwestie to je wkleje.
Z góry dziękuje za pomoc
Offline
Mam ten sam problem :)
z tego co udało mi się znaleźć na stronach to problemem najprawdopodobniej jest współpraca z outlook expresem (a raczej jej brak :) ) np. na Thunderbirdzie niby chodzi (sam nie sprawdzałem)... gdzieś też znalazłem uwagę że może być to wina dovecot'a instalowanego z repo nie ze źródeł (tej informacji nie miałem jeszcze czasu sprawdzić)...
Offline
moim zdaniem problem może tkwić w SquirrelMail i imap`e, zamierzam przetestowac outlook expressa pod imap a później thunderbirda sprobować, ale generalnie wolałbym mieć jasna odpowiedz co jest przyczyną ;]
Offline
wlaśnie dostałem informacje ze w thunderbirdzie tez ten problem jest
Offline
no to czekamy aż ktoś się zlituje nad nami bo ja z tym od miesiąca dobrego walczę i już pomysłów nie mam... a wszędzie gdzie taki wątek znalazłem nikt nie umie pomóc
Offline
ja testowo użytkownika, który miał taki problem przełączyłem z pop3 na imapa i jak narazie wszystko gra. Na moje problem tkwi w SquirrelMail`u bo ma on własny system katalogów. Jakby znalazł ktoś lepsze roziazanie czekam za infem
Offline
A co ma do tego wszystkiego konfiguracja SMTP czyli Postfix ?
Pokaż jak masz skonfigurowanego dovecot.
Ja mam podobną konfigurację, bez procmail i wszystko mi śmiga MS Outlook, OE, TB, TheBat. Wszystko działa albo na pop3 albo na IMAP.
Nie widzę tu związku z squirrellmail.
Pozdrawiam
Redelek
Offline
prosze oto dovecot.conf:
protocols = imap imaps pop3 pop3s
listen = *
log_timestamp = "%Y-%m-%d %H:%M:%S "
log_path=/var/log/dovecot.log
login_process_size = 64
login_greeting = POP ready
mail_location = maildir:~/Maildir
#SSL
ssl_disable = no
ssl_cert_file = /etc/dovecot/ssl/dovecot.pem
ssl_key_file = /etc/dovecot/ssl/dovecot.pem
verbose_ssl = yes
#namespace private {
# separator = .
# prefix = INBOX.
# inbox = yes
# hidden = yes
#}
#namespace private {
# separator = .
# prefix =
# inbox = yes
#}
mail_access_groups = postfix
# jesli wszystko bedzie dzialac polecam wylaczyc debug
auth_debug = yes
auth_verbose = yes
verbose_proctitle = yes
protocol imap {
}
protocol pop3 {
pop3_uidl_format = %08Xu%08Xv
}
protocol lda {
postmaster_address = postmaster@moja-domena.pl
}
auth default {
mechanisms = plain
passdb pam {
}
userdb passwd {
}
user = root
}
dict {
}
plugin {
}
--------
Offline
[quote=pokrak79]prosze oto dovecot.conf:
protocols = imap imaps pop3 pop3s
listen = *
log_timestamp = "%Y-%m-%d %H:%M:%S "
log_path=/var/log/dovecot.log
login_process_size = 64
login_greeting = POP ready
mail_location = maildir:~/Maildir
#SSL
ssl_disable = no
ssl_cert_file = /etc/dovecot/ssl/dovecot.pem
ssl_key_file = /etc/dovecot/ssl/dovecot.pem
verbose_ssl = yes
#namespace private {
# separator = .
# prefix = INBOX.
# inbox = yes
# hidden = yes
#}
#namespace private {
# separator = .
# prefix =
# inbox = yes
#}
mail_access_groups = postfix
# jesli wszystko bedzie dzialac polecam wylaczyc debug
auth_debug = yes
auth_verbose = yes
verbose_proctitle = yes
protocol imap {
}
protocol pop3 {
pop3_uidl_format = %08Xu%08Xv
}
protocol lda {
postmaster_address = postmaster@moja-domena.pl
}
auth default {
mechanisms = plain
passdb pam {
}
userdb passwd {
}
user = root
}
dict {
}
plugin {
}
--------[/quote]
No to nie wiem czy wiesz ale MS outlook nie gadają normalnie. Może dopisz sobie w POP3 i IMAP takie dyrektywy i zobacz jak będzie śmigać
imap_client_workarounds = outlook-idle
pop3_client_workarounds = outlook-no-nuls
Ja bym jeszcze wywalił z głównego drzewa listen = *
I ustawił to co chcesz w każdej z sekcji pop3 i imap. Dziwne że on w ogóle działa. U mnie tak nie chciał działać :)
Dodałem tak i wtedy śmiga
POP3
listen = *:110
jeśli chcesz na SSL
ssl_listen = *:995
IMAP
listen = *:143
jeśli chcesz na SSL
ssl_listen = *:993
Ogólna definicja listen=* to nie za dobry pomysł
Pozdrawiam
Redelek
Ostatnio edytowany przez redelek (2008-09-18 16:13:10)
Offline
dodałem wpisy ssl w sekcjach pop3 i imap oraz gdzieś na początku
imap_client_workarounds = outlook-idle
pop3_client_workarounds = outlook-no-nuls
teraz zostaje jedynie czekać na rezultaty
Wielkie dzięki za pomoc
Offline
I ja poprawiłem swój config w dovecot, mam nadzieje że w końcu wszystko będzie ok:)
Dzięki wielkie!!!
Offline
Problem powrócił.
Jakieś inne sugestie??
Offline
Strony: 1
Time (s) | Query |
---|---|
0.00009 | SET CHARSET latin2 |
0.00004 | SET NAMES latin2 |
0.00095 | SELECT u.*, g.*, o.logged FROM punbb_users AS u INNER JOIN punbb_groups AS g ON u.group_id=g.g_id LEFT JOIN punbb_online AS o ON o.ident='18.224.65.198' WHERE u.id=1 |
0.00079 | REPLACE INTO punbb_online (user_id, ident, logged) VALUES(1, '18.224.65.198', 1732488593) |
0.00044 | SELECT * FROM punbb_online WHERE logged<1732488293 |
0.00052 | SELECT t.subject, t.closed, t.num_replies, t.sticky, f.id AS forum_id, f.forum_name, f.moderators, fp.post_replies, 0 FROM punbb_topics AS t INNER JOIN punbb_forums AS f ON f.id=t.forum_id LEFT JOIN punbb_forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id=3) WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND t.id=12303 AND t.moved_to IS NULL |
0.00005 | SELECT search_for, replace_with FROM punbb_censoring |
0.00185 | SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online FROM punbb_posts AS p INNER JOIN punbb_users AS u ON u.id=p.poster_id INNER JOIN punbb_groups AS g ON g.g_id=u.group_id LEFT JOIN punbb_online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.topic_id=12303 ORDER BY p.id LIMIT 0,25 |
0.00071 | UPDATE punbb_topics SET num_views=num_views+1 WHERE id=12303 |
Total query time: 0.00544 s |