Hello misc, I'm trying to forward root mails to [email protected] and then label them in gmail and move to alias_folder, but all mails are delivered to gmail with header "To: root@RAC_fw.PRAC" and go to main inbox of [email protected] instead.
I think mails need to have "To: [email protected]" if I want gmail to label them correctly. How can I make it work the way I want it? # grep -C1 Well /etc/mail/aliases # Well-known aliases -- these should be filled in! root:[email protected] # grep "^[^#;]" /etc/mail/smtpd.conf table aliases file:/etc/mail/aliases listen on lo0 accept for local alias <aliases> #deliver to mbox accept from local for any relay as [email protected] Thanks for help! -- radek

