<snip><br>1) the mails reach your server at all (check  your postfix logs)<br>That is my problem, the mails do not get back to my server at all. the maillog file only shows me the ountgoing mails but nothing which indicates that a mail from outside is coming.
<br>The only mails I receive are from the linux system as such (background kobs finished, etc...)<br><br>Again, the parameters I set are the following:<br>myhostname = <a href="http://srv01.ipnspain.biz">srv01.ipnspain.biz
</a><br>mydomain = <a href="http://ipnspain.biz">ipnspain.biz</a><br>myorigin = $mydomain<br>inet_interfaces = all<br>mydestination = $mydomain, $myhostname, localhost.$mydomain, localhost<br>mynetworks_style = subnet<br>
<br>My firewall (INPUT only) looks like this:<br>Chain INPUT (policy DROP 0 packets, 0 bytes)<br> pkts bytes target     prot opt in     out     source               destination<br>  195 37274 ACCEPT     all  --  lo     *       
<a href="http://0.0.0.0/0">0.0.0.0/0</a>            <a href="http://0.0.0.0/0">0.0.0.0/0</a><br>42367   33M ACCEPT     all  --  *      *       <a href="http://192.168.5.0/24">192.168.5.0/24</a>       <a href="http://192.168.5.0/24">
192.168.5.0/24</a><br>  305 31699 ACCEPT     all  --  eth1   *       <a href="http://0.0.0.0/0">0.0.0.0/0</a>            <a href="http://0.0.0.0/0">0.0.0.0/0</a>           state RELATED,ESTABLISHED<br>    0     0 DROP       all  --  *      *       
<a href="http://0.0.0.0/0">0.0.0.0/0</a>            <a href="http://0.0.0.0/0">0.0.0.0/0</a>           state INVALID<br>    0     0 ACCEPT     tcp  --  eth1   *       <a href="http://0.0.0.0/0">0.0.0.0/0</a>            <a href="http://0.0.0.0/0">
0.0.0.0/0</a>           state NEW tcp dpt:22 flags:0x17/0x02<br>    0     0 ACCEPT     tcp  --  eth1   *       <a href="http://0.0.0.0/0">0.0.0.0/0</a>            <a href="http://0.0.0.0/0">0.0.0.0/0</a>           state NEW tcp dpt:25 flags:0x17/0x02
<br>    0     0 ACCEPT     tcp  --  eth1   *       <a href="http://0.0.0.0/0">0.0.0.0/0</a>            <a href="http://0.0.0.0/0">0.0.0.0/0</a>           state NEW tcp dpt:465 flags:0x17/0x02<br>    0     0 ACCEPT     tcp  --  eth1   *       
<a href="http://0.0.0.0/0">0.0.0.0/0</a>            <a href="http://0.0.0.0/0">0.0.0.0/0</a>           state NEW tcp dpt:80 flags:0x17/0x02<br>    0     0 ACCEPT     tcp  --  eth1   *       <a href="http://0.0.0.0/0">0.0.0.0/0
</a>            <a href="http://0.0.0.0/0">0.0.0.0/0</a>           state NEW tcp dpt:443 flags:0x17/0x02<br>    0     0 ACCEPT     tcp  --  eth1   *       <a href="http://0.0.0.0/0">0.0.0.0/0</a>            <a href="http://0.0.0.0/0">
0.0.0.0/0</a>           state NEW tcp dpt:143 flags:0x17/0x02<br>    0     0 ACCEPT     tcp  --  eth1   *       <a href="http://0.0.0.0/0">0.0.0.0/0</a>            <a href="http://0.0.0.0/0">0.0.0.0/0</a>           state NEW tcp dpt:110 flags:0x17/0x02
<br>    0     0 ACCEPT     tcp  --  eth1   *       <a href="http://0.0.0.0/0">0.0.0.0/0</a>            <a href="http://0.0.0.0/0">0.0.0.0/0</a>           state NEW tcp dpt:993 flags:0x17/0x02<br><br><br><div><span class="gmail_quote">
On 9/11/06, <b class="gmail_sendername">Jakob Curdes</b> <<a href="mailto:jc@info-systems.de">jc@info-systems.de</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Christian Schmidt schrieb:<br><br>>Hello Wolfgang,<br>><br>>Wolfgang Paul Rauchholz, 11.09.2006 (d.m.y):<br>><br>><br>><br>>>I setup postfix and can send emails. When replying to these emails<br>>>they do not get to my server (I checked in the Maildir directory of the user, there is no file)
<br>>><br>>><br>><br>><br>><br>Make sure<br>1) the mails reach your server at all (check  your postfix logs)<br>2) to what type of inbox postfix or the local delivery agent (often<br>procmail) delivers these mails : maildir, mbox, or /var/spool/mail
<br>3) if dovecot looks in the right place (see above) for incoming mails.<br><br><br>Hope this helps,<br><br>Jakob Curdes<br><br><br></blockquote></div><br>