[Dovecot] RE: dovecot and outlook express and large messages

Marcus Rueckert rueckert at informatik.uni-rostock.de
Tue Nov 16 02:38:22 EET 2004


> Dose dovecot have problem working on a eth0:1 alias type interfaces? I
> just wondering if this could be my problem?

if you run on linux those ethx:y are deprecated. you can now easily add
ips to a device:

    ip address add 192.168.1.1/24 broadcast 192.168.1.255 dev eth0

for the more insane people:

    for ((i=0; i<255; i++)) ; do
        ip a a 192.168.1.${i}/24 broadcast 192.168.1.255 dev eth0
    done


just my 2 cents

    darix

-- 
irssi - the client of the smart and beautiful people

              http://www.irssi.de/




More information about the dovecot mailing list