can't send mail to own domain
I run mutt on a single user machine (hostname: marvin) connected via wlan to
the university network. i access my imap-account, see .muttrc below.
when I try to send email to someone (e.g. myself) who resides under the same
domain,
the mail never arrives. /var/log/mail.info
gives the following:
Feb 20 15:18:21 marvin postfix/pickup[10600]: C53E396F15: uid=1000
from=<carsten>
Feb 20 15:18:21 marvin postfix/cleanup[10610]: C53E396F15:
message-id=<20060220141821.GH8806@xxxxxxxxxxxxxx>
Feb 20 15:18:21 marvin postfix/qmgr[10601]: C53E396F15:
from=<carsten@xxxxxxxxxxxxxx>, size=469, nrcpt=1 (queue active)
Feb 20 15:18:21 marvin postfix/smtp[10612]: connect to
antivirus.uni-rostock.de[139.30.8.12]: server dropped connection without
sending the initial SMTP greeting (port 25)
Feb 20 15:18:21 marvin postfix/smtp[10612]: connect to
ida.uni-rostock.de[139.30.8.34]: server dropped connection without sending the
initial SMTP greeting (port 25)
Feb 20 15:18:21 marvin postfix/smtp[10612]: C53E396F15:
to=<carsten.fortmann@xxxxxxxxxxxxxx>, relay=none, delay=0, status=deferred
(connect to ida.uni-rostock.de[139.30.8.34]: server dropped connection without
sending the initial SMTP greeting)
.muttrc:
set spoolfile=imaps://cf050@xxxxxxxxxxxxxxxxxxx/INBOX
set folder=imaps://cf050@xxxxxxxxxxxxxxxxxxx/
set certificate_file=~/.mutt_certificates
set pop_host=pop://carsten@xxxxxxxxxxxxxxxxxxxxxxxx
set pop_authenticators="user"
set pop_delete
set editor="/usr/bin/vim"
#set hostname="uni-rostock.de"
#set use_domain=yes
set from=carsten.fortmann@xxxxxxxxxxxxxx
set use_from=yes
set record="/home/carsten/Mail/sent"
set mbox="/home/carsten/Mail/read"
set beep_new=yes
my_hdr reply-to: carsten.fortmann@xxxxxxxxxxxxxx
source ~/.alias
/etc/postfix/main.cf:
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = no
# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h
myhostname = marvin
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination =marvin, localhost.localdomain, localhost
relayhost =
mynetworks = 127.0.0.0/8
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
/etc/mailname:
uni-rostock.de
I tried out other settings in /etc/mailname, e.g localdomain, but no
change.
Sending to other recipients (@other.domains) works fine, no prob.
Maybe someone can help?
Cheers, Carsten