Hello list I use the built-in smtp to send mails. It just works fine if I enter the correct password. If I enter a wrong one, the whole program freezes. My config:
-------------------------------------------------------------------- set header_cache = '~/.muttcache' set message_cachedir = '~/.muttcache' # Security set ssl_starttls = yes set ssl_force_tls = yes # Checking mails set mail_check = 90 set timeout = 15 # Editing set editor = vim # Aliases source ~/my_contacts/muttaliases.rc set spoolfile = 'imaps://exam...@webconect.ch@imap.webconect.ch/INBOX' set folder = 'imaps://exam...@webconect.ch@imap.webconect.ch/INBOX' set record = '=Sent' set postponed = '=Drafts' set smtp_url = 'smtp://exam...@webconect.ch@smtp.webconect.ch' set use_from set from = 'Elias<exam...@webconect.ch>' --------------------------------------------------------------------- Any suggestions? Thanks Elias