Roundcube 로고 사서함

Roundcube 로고 사서함

Ubuntu 14.04에 Mail-in-a-box를 설치했지만 Roundcube 로고를 변경하는 방법을 찾을 수 없는 것 같습니다. 감사해요

답변1

전환하다니자프의 리뷰에서 답변을 입력하세요.HowtoForge로 둥근 큐브 로고를 내 로고로 변경하는 방법은 무엇입니까?--이 기능을 테스트할 소프트웨어가 없다는 것을 알고 있습니다.

/etc/roundcube/config.inc.php 파일을 편집합니다:

// replace Roundcube logo with this image
// specify an URL relative to the document root of this Roundcube installation
// an array can be used to specify different logos for specific template files, '*' for default logo
// for example array("*" => "/images/roundcube_logo.png", "messageprint" => "/images/roundcube_logo_print.png")
$config['skin_logo'] = "/images/roundcube_logo.png";

이 경로에서 원하는 이미지를 배치할 위치입니다. 이 경로는 Roundcube 설치에 상대적입니다.

관련 정보